aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-05se_alloc returns a non NULL pointer so we don't have to check for NULLKovarththanan Rajaratnam1-5/+2
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam1-18/+15
2009-09-22Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam1-7/+4
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam1-7/+36
2009-09-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam1-7/+13
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam1-38/+41
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam1-5/+6
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam1-0/+1
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-0/+9
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam1-4/+77
2009-07-22From Jakub Zawadzki:Anders Broman1-0/+75
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1