aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
AgeCommit message (Expand)AuthorFilesLines
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