aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-124/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+0
2016-01-23Use structure assignment for nstime_t.Guy Harris1-2/+1
2016-01-15Always initialize need_colorize flagPascal Quantin1-0/+1
2015-10-28frame_data: Reset subnum if visited is resettedRoland Knall1-0/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-0/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-10I don't see the point of inserting p_proto_data sorted useAndersBroman1-4/+3
2014-06-05Make socpe a local variable, can be used if we change the g_slist to aAndersBroman1-4/+7
2014-04-06Fix indent (use 2 spaces) and add modelinse info for frame_data.hAlexis La Goutte1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-23Use 32bit key in p_add_proto_data() and friends. Bug 9453 (https://bugs.wire...Michael Mann1-4/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-13/+37
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-4/+8
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-08-01Initialize fdata->flags.has_user_comment too.Jeff Morriss1-1/+2
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-6/+1
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-18/+29
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-20/+19
2013-05-15Un-shadow a couple of variables.Gerald Combs1-2/+2
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman1-5/+20
2013-05-15Fix copy/paste error introduced in r49259Pascal Quantin1-3/+3
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+7
2013-03-20 From beroset:Bill Meier1-1/+1
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-8/+25
2012-12-22Add support for displaying the Packet Block Flags Word of pcapng.Michael Tüxen1-0/+2
2012-12-08Convert the SMTP dissector and the frame_data manager from emem to wmem.Evan Huus1-2/+2
2012-10-03Trivial: use consistent indentation; reformat a long line.Bill Meier1-67/+70
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-42/+53
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-26Revert r44049, frame_data_cleanup() is called when redissecting.Jakub Zawadzki1-0/+7
2012-07-26Free frame comment.Jakub Zawadzki1-3/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-5/+11
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-0/+2
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke1-0/+2
2011-07-04From Michael Mann:Anders Broman1-0/+4
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-2/+0
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-1/+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-07-22In the frame_data structure, expand the per-packetGuy Harris1-3/+3
2010-06-23Ensure the "Delta time displayed" is always zero for the first displayedStig Bjørlykke1-8/+7
2010-01-19Use more unique names for certain enum constants.Bill Meier1-1/+1
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+1