Witness: enum witness_interface_state
[metze/wireshark/wip.git] / epan / frame_data.h
2013-12-22 darkjamesAvoid including definition of column_info structure...
2013-11-29 darkjamesAvoid including <wiretap/wtap.h> in dissectors.
2013-11-23 mmannUse 32bit key in p_add_proto_data() and friends. Bug...
2013-11-23 mmannCreate the ability to have packet scoped "proto" data...
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-10-18 jmayerAfter looking for something in the column-*.h files and
2013-08-01 darkjamesRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 darkjamesRemove interface_id, pack_flags from frame_data structure.
2013-07-21 darkjamesReplace relative timestamp with reference frame number...
2013-07-21 darkjamesAdd helper function to epan_session which can be used...
2013-06-25 morrissMove a couple of time-related modules into wsutil.
2013-05-30 geraldAdd Doxygen boilerplate for some of our core modules...
2013-05-15 geraldUn-shadow a couple of variables.
2013-05-15 etxrab- Use the key for comparison of per_proto_data.
2013-05-12 etxrabAdd the posibillity to use a key for per-packet-data.
2013-03-15 eapacheFix the leaking of packet comments, i.e. the rest of
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 darkjamesMove pack_flags to better place.
2012-12-26 guyFix a bunch of warnings.
2012-12-22 tuexenAdd support for displaying the Packet Block Flags Word...
2012-10-30 geraldUpdate the Qt byte view widget to reflect the recent...
2012-10-20 darkjamesMake data_source opqaue, add getter for tvb.
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-23 darkjamesStore pointers to previously displayed and captured...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-02-28 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-02-25 guyAdd a presence flag field to the packet information...
2012-02-11 etxrabAdd the abillity to read and write option comments...
2011-08-13 stigFrom Edwin Groothuis via bug 6179:
2011-05-12 darkjamesPacket editor: support for saving changed frames.
2011-05-03 guyTShark doesn't need column text attached to each frame...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2010-08-29 etxrabDoxygen changes.
2010-08-28 etxrabDoxygen changes.
2010-07-22 guyIn the frame_data structure, expand the per-packet
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-11-29 jakeProvide some utility macros for commonly used frame...
2009-11-05 etxrabFrom Tobias Witek:
2009-09-22 krjRefactor frame_data_init() into frame_data_set_before_d...
2009-09-21 krjStore 'color_filter' as const in 'frame_data'
2009-09-21 krjGuard fdata->col_text_len/fdata->col_text with NEW_PACK...
2009-09-21 krjMove frame_data_init() declaration to frame_data.h
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-07 krjStore the packet encapsulation type as gint8. Saves...
2009-09-07 krjTrack length of columns strings. We'll need this in...
2009-08-20 etxrabPrepare to store column text in frame data directly.
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-22 etxrabFrom Jakub Zawadzki:
2009-07-21 stigFrom didier gautheron via bug 3762:
2009-07-12 stigFrom Kovarththanan Rajaratnam via bug 3702:
2008-03-01 sfisherCustom column updates:
2007-03-23 sfisherFrom Sake Blok:
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-21 sahlbergname change
2006-01-24 ulflminor code cleanup
2005-09-11 guyFrame numbers are unsigned, and they start at 1; 0...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-13 sahlbergget rid of one more gmemchunk
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-31 guyFix the spelling of "cumulative" (and variables whose...
2004-01-10 jmayerRemove a C++ style comment
2004-01-09 obiotFix the "unmarking a packet matching a color filter...
2003-09-12 sahlbergAdded TimeReference frames.
2003-09-03 sahlbergAnd for Cal,
2003-07-08 tpotAdded prototype for p_rem_proto_data()
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-14 guyFrom Tomas Kukosa: add some more routines to the plugin...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2001-12-10 guyRemove some extra blank lines.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-04-01 hagbardMoved the frame_data structures and functions from...