aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
Commit message (Expand)AuthorAgeFilesLines
* Use more unique names for certain enum constants.Bill Meier2010-01-191-1/+1
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+1
* se_alloc returns a non NULL pointer so we don't have to check for NULLKovarththanan Rajaratnam2009-10-051-5/+2
* Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam2009-09-221-18/+15
* Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam2009-09-221-7/+4
* Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam2009-09-221-7/+36
* Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam2009-09-211-7/+13
* Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam2009-09-211-38/+41
* Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam2009-09-211-5/+6
* Fix return type for frame_data_init()Kovarththanan Rajaratnam2009-09-201-0/+1
* Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam2009-09-201-0/+9
* Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam2009-09-201-4/+77
* From Jakub Zawadzki:Anders Broman2009-07-221-0/+75
* Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke2008-01-081-1/+1
* name changeRonnie Sahlberg2006-05-211-1/+1
* minor code cleanupUlf Lamping2006-01-241-1/+1
* get rid of one more gmemchunkRonnie Sahlberg2005-08-131-36/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Added prototype for p_rem_proto_data()Tim Potter2003-07-081-8/+2
* Cast various "const gpointer" arguments to const pointers rather thanGuy Harris2002-11-271-3/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke2001-04-011-0/+155