aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+8
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-3/+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-08-29Doxygen changes.Anders Broman1-24/+24
2010-08-28Doxygen changes.Anders Broman1-27/+29
2010-07-22In the frame_data structure, expand the per-packetGuy Harris1-2/+2
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+1
2009-11-29Provide some utility macros for commonly used frame data fields.Jaap Keuter1-0/+3
2009-11-05From Tobias Witek:Anders Broman1-0/+1
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam1-2/+8
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam1-1/+1
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam1-8/+10
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam1-0/+8
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-0/+3
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam1-3/+6
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam1-0/+1
2009-08-20Prepare to store column text in frame data directly.Anders Broman1-5/+6
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-22From Jakub Zawadzki:Anders Broman1-0/+3
2009-07-21From didier gautheron via bug 3762:Stig Bjørlykke1-1/+0
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-1/+2
2008-03-01Custom column updates:Stephen Fisher1-0/+1
2007-03-23From Sake Blok:Stephen Fisher1-1/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-24minor code cleanupUlf Lamping1-14/+3
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris1-0/+3
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+4
2005-08-13get rid of one more gmemchunkRonnie Sahlberg1-6/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-2/+2
2004-01-10Remove a C++ style commentJörg Mayer1-2/+1
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot1-1/+15
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+2
2003-09-03And for Cal,Ronnie Sahlberg1-1/+2
2003-07-08Added prototype for p_rem_proto_data()Tim Potter1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris1-5/+5
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+1
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-1/+11
2001-12-10Remove some extra blank lines.Guy Harris1-4/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-18/+15
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-0/+74