aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
Commit message (Expand)AuthorAgeFilesLines
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-0/+1
* Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres functionAlexis La Goutte2014-04-071-1/+1
* Fix indent (use 2 spaces) and add modelinse info for frame_data.hAlexis La Goutte2014-04-061-2/+15
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Avoid including definition of column_info structure in dissectors.Jakub Zawadzki2013-12-221-1/+0
* Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2013-11-291-14/+4
* Use 32bit key in p_add_proto_data() and friends. Bug 9453 (https://bugs.wire...Michael Mann2013-11-231-3/+3
* Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann2013-11-231-4/+5
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-0/+1
* After looking for something in the column-*.h files andJörg Mayer2013-10-181-1/+1
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-1/+2
* Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki2013-07-301-4/+0
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-211-2/+2
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-7/+8
* Move a couple of time-related modules into wsutil.Jeff Morriss2013-06-251-1/+1
* Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs2013-05-301-0/+11
* Un-shadow a couple of variables.Gerald Combs2013-05-151-1/+1
* - Use the key for comparison of per_proto_data.Anders Broman2013-05-151-0/+1
* Add the posibillity to use a key for per-packet-data.Anders Broman2013-05-121-3/+3
* Fix the leaking of packet comments, i.e. the rest ofEvan Huus2013-03-151-1/+3
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-8/+9
* Move pack_flags to better place.Jakub Zawadzki2013-02-261-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Add support for displaying the Packet Block Flags Word of pcapng.Michael Tüxen2012-12-221-0/+2
* Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs2012-10-301-3/+8
* Make data_source opqaue, add getter for tvb.Jakub Zawadzki2012-10-201-10/+0
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+2
* Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki2012-09-231-6/+8
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss2012-02-281-0/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Add the abillity to read and write option comments unedited.Anders Broman2012-02-111-14/+16
* From Edwin Groothuis via bug 6179:Stig Bjørlykke2011-08-131-0/+1
* Packet editor: support for saving changed frames.Jakub Zawadzki2011-05-121-0/+8
* TShark doesn't need column text attached to each frame; move col_textGuy Harris2011-05-031-3/+0
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-2/+0
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-2/+0
* Doxygen changes.Anders Broman2010-08-291-24/+24
* Doxygen changes.Anders Broman2010-08-281-27/+29
* In the frame_data structure, expand the per-packetGuy Harris2010-07-221-2/+2
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+1
* Provide some utility macros for commonly used frame data fields.Jaap Keuter2009-11-291-0/+3
* From Tobias Witek:Anders Broman2009-11-051-0/+1
* Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam2009-09-221-2/+8
* Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam2009-09-211-1/+1
* Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam2009-09-211-8/+10
* Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam2009-09-211-0/+8
* Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam2009-09-201-0/+3
* Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam2009-09-071-3/+6
* Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam2009-09-071-0/+1