aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-21name changeRonnie Sahlberg1-1/+1
2006-01-24minor code cleanupUlf Lamping1-1/+1
2005-08-13get rid of one more gmemchunkRonnie Sahlberg1-36/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-07-08Added prototype for p_rem_proto_data()Tim Potter1-8/+2
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris1-3/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-0/+155