aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-7/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+0
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+0
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-0/+1
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-1/+2
2015-10-12Get rid of a void * in frame_data.Gerald Combs1-1/+2
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-0/+3
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-1/+1
2014-10-06Qt: Packet list column sorting.Gerald Combs1-0/+8
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-0/+1
2014-04-07Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres functionAlexis La Goutte1-1/+1
2014-04-06Fix indent (use 2 spaces) and add modelinse info for frame_data.hAlexis La Goutte1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-1/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-14/+4
2013-11-23Use 32bit key in p_add_proto_data() and friends. Bug 9453 (https://bugs.wire...Michael Mann1-3/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+5
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-0/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-1/+2
2013-07-30Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki1-4/+0
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-2/+2
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-7/+8
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-0/+11
2013-05-15Un-shadow a couple of variables.Gerald Combs1-1/+1
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman1-0/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-1/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-8/+9
2013-02-26Move pack_flags to better place.Jakub Zawadzki1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-22Add support for displaying the Packet Block Flags Word of pcapng.Michael Tüxen1-0/+2
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-3/+8
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-10/+0
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-6/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-14/+16
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke1-0/+1
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+8
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-3/+0
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-2/+0
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-2/+0
2010-08-29Doxygen changes.Anders Broman1-24/+24
2010-08-28Doxygen changes.Anders Broman1-27/+29
2010-07-22In the frame_data structure, expand the per-packetGuy Harris1-2/+2