aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-2/+0
2010-08-29Doxygen changes.etxrab1-24/+24
2010-08-28Doxygen changes.etxrab1-27/+29
2010-07-22In the frame_data structure, expand the per-packetguy1-2/+2
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+1
2009-11-29Provide some utility macros for commonly used frame data fields.jake1-0/+3
2009-11-05From Tobias Witek:etxrab1-0/+1
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...krj1-2/+8
2009-09-21Store 'color_filter' as const in 'frame_data'krj1-1/+1
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTkrj1-8/+10
2009-09-21Move frame_data_init() declaration to frame_data.hkrj1-0/+8
2009-09-20Introduce frame_data_cleanup() and start using itkrj1-0/+3
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetkrj1-3/+6
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...krj1-0/+1
2009-08-20Prepare to store column text in frame data directly.etxrab1-5/+6
2009-07-27From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-22From Jakub Zawadzki:etxrab1-0/+3
2009-07-21From didier gautheron via bug 3762:stig1-1/+0
2009-07-12From Kovarththanan Rajaratnam via bug 3702:stig1-1/+2
2008-03-01Custom column updates:sfisher1-0/+1
2007-03-23From Sake Blok:sfisher1-1/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-01-24minor code cleanupulfl1-14/+3
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forguy1-0/+3
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-6/+4
2005-08-13get rid of one more gmemchunksahlberg1-6/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-2/+2
2004-01-10Remove a C++ style commentjmayer1-2/+1
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorobiot1-1/+15
2003-09-12Added TimeReference frames.sahlberg1-1/+2
2003-09-03And for Cal,sahlberg1-1/+2
2003-07-08Added prototype for p_rem_proto_data()tpot1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.guy1-5/+5
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+1
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-1/+11
2001-12-10Remove some extra blank lines.guy1-4/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-18/+15
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard1-0/+74