(Temporarily) Allow DCE/RPC dissector table to have duplicates.
[metze/wireshark/wip.git] / epan / frame_data.h
2015-10-12 Gerald CombsGet rid of a void * in frame_data.
2015-02-14 Gerald CombsFix diagnostics macros and squelch a gcc warning.
2015-02-12 Gerald CombsQt: Add the "new packet" window^Wdialog^Wwindow.
2014-10-06 Gerald CombsQt: Packet list column sorting.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-04-07 Alexis La GoutteAdd WS_DLL_PUBLIC for p_remove_proto_data and tvb_child...
2014-04-06 Alexis La GoutteFix indent (use 2 spaces) and add modelinse info for...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-11-23 Michael MannUse 32bit key in p_add_proto_data() and friends. Bug...
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 Jakub ZawadzkiRemove interface_id, pack_flags from frame_data structure.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-05-15 Gerald CombsUn-shadow a couple of variables.
2013-05-15 Anders Broman- Use the key for comparison of per_proto_data.
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Jakub ZawadzkiMove pack_flags to better place.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-22 Michael TüxenAdd support for displaying the Packet Block Flags Word...
2012-10-30 Gerald CombsUpdate the Qt byte view widget to reflect the recent...
2012-10-20 Jakub ZawadzkiMake data_source opqaue, add getter for tvb.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-11 Anders BromanAdd the abillity to read and write option comments...
2011-08-13 Stig BjørlykkeFrom Edwin Groothuis via bug 6179:
2011-05-12 Jakub ZawadzkiPacket editor: support for saving changed frames.
2011-05-03 Guy HarrisTShark doesn't need column text attached to each frame...
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2010-08-29 Anders BromanDoxygen changes.
2010-08-28 Anders BromanDoxygen changes.
2010-07-22 Guy HarrisIn the frame_data structure, expand the per-packet
2009-12-17 Stig BjørlykkeIntroduce "Ignore Packet" in the packet list.
2009-11-29 Jaap KeuterProvide some utility macros for commonly used frame...
2009-11-05 Anders BromanFrom Tobias Witek:
2009-09-22 Kovarththanan Raja... Refactor frame_data_init() into frame_data_set_before_d...
2009-09-21 Kovarththanan Raja... Store 'color_filter' as const in 'frame_data'
2009-09-21 Kovarththanan Raja... Guard fdata->col_text_len/fdata->col_text with NEW_PACK...
2009-09-21 Kovarththanan Raja... Move frame_data_init() declaration to frame_data.h
2009-09-20 Kovarththanan Raja... Introduce frame_data_cleanup() and start using it
2009-09-07 Kovarththanan Raja... Store the packet encapsulation type as gint8. Saves...
2009-09-07 Kovarththanan Raja... Track length of columns strings. We'll need this in...
2009-08-20 Anders BromanPrepare to store column text in frame data directly.
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-22 Anders BromanFrom Jakub Zawadzki:
2009-07-21 Stig BjørlykkeFrom didier gautheron via bug 3762:
2009-07-12 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3702:
2008-03-01 Stephen FisherCustom column updates:
2007-03-23 Stephen FisherFrom Sake Blok:
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-21 Ronnie Sahlbergname change
2006-01-24 Ulf Lampingminor code cleanup
2005-09-11 Guy HarrisFrame numbers are unsigned, and they start at 1; 0...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-13 Ronnie Sahlbergget rid of one more gmemchunk
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-31 Guy HarrisFix the spelling of "cumulative" (and variables whose...
2004-01-10 Jörg MayerRemove a C++ style comment
2004-01-09 Olivier BiotFix the "unmarking a packet matching a color filter...
2003-09-12 Ronnie SahlbergAdded TimeReference frames.
2003-09-03 Ronnie SahlbergAnd for Cal,
2003-07-08 Tim PotterAdded prototype for p_rem_proto_data()
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-14 Guy HarrisFrom Tomas Kukosa: add some more routines to the plugin...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2001-12-10 Guy HarrisRemove some extra blank lines.
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-04-01 Ed WarnickeMoved the frame_data structures and functions from...