From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :
[obnox/wireshark/wip.git] / epan / proto.h
2010-10-11 morrissAdd comments indicating that the DISSECTOR_ASSERT(...
2010-09-23 morrissRevert 34191 and add some casts instead
2010-09-23 morrissUse gsize (size_t) in a couple of places to make the...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-08-29 etxrabDoxygen changes.
2010-08-28 etxrabDoxygen changes.
2010-08-26 etxrabFix doxygen errors.
2010-08-14 stigAdded proto_item_prepend_text().
2010-05-26 martinmExpert severity was still overlapping with bits length...
2010-05-25 martinmRe-organise which FI bits are used to store expert...
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-05-13 guyCreate a new REP_NA value for fields where there are...
2010-05-12 guyAdd REP_{BIG,LITTLE}_ENDIAN #defines, for possible...
2010-05-02 etxrabFrom Jakub Zawadzki:
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-20 etxrabFrom Jakub Zawadzki:
2010-04-15 wmeierRevise comment on use of 'display' field in hf[] entry...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-03-15 morrissDeclare sip_uri_offset_init() as returning void and...
2010-02-28 stigAdded svn:ignore targets.
2010-01-25 stigChanged from using own defined GNUC_FORMAT_CHECK to...
2010-01-23 dimegAdd _format_value variants of the proto_tree_add_bits...
2010-01-19 geraldFix a double-free bug which was causing a crash. Our...
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-18 stigAdded expert info group PI_PROTOCOL.
2009-12-12 guyRename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK...
2009-11-21 krjDon't rely on G_STMT
2009-11-21 krjRewrite macros to not use ternary operator
2009-10-20 morrissMake sure no one calls PROTO_ITEM_SET_*(proto_tree_add_...
2009-09-30 wmeierRename hfinfo.ref_count to hfinfo.ref_type since that...
2009-09-08 etxrabFrom : Didier Gautheron
2009-09-06 krjIntroduce TRY_TO_FAKE_THIS_REPR which is an optimizatio...
2009-09-06 krjThe frame dissector disables the TRY_TO_FAKE_THIS_ITEM...
2009-08-25 martinmAdd missing semicolon.
2009-08-25 etxrabFrom Didier Gautheron:
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-11 krjTRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-08-09 krjUse PITEM_FINFO.
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-08-04 jmayerWarning fix: comma at end of enum
2009-07-28 etxrabWhitespace change.
2009-07-18 stigFrom Kovarththanan Rajaratnam via bug 3719:
2009-02-24 jakeAdd posibility to mark protocol as private. This preven...
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 martinmMake proto_tree_add_bytes_format() (unused) behave...
2008-10-24 stigShow both short and long protocol name in the Filter...
2008-10-15 jakeFrom Andrew Narver:
2008-10-10 stigAdded an option to syntax check only a single field...
2008-08-04 etxrabFrom Alexey Neyman :
2008-07-30 etxrabFrom Alexey Neyman :
2008-07-24 morrissRemove the (long deprecated) proto_tree_add_*_hidden...
2008-06-23 guyRename arguments not to collide with function names...
2008-04-16 richardvfields passed into proto_tree_add_bits_* should have...
2008-04-03 legowireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-01-14 stigThis patch adds support for configuration profiles...
2007-12-22 jakeDescribe text only field as "Text Item", shown in statu...
2007-12-15 jakeClean up header field info comments.
2007-12-04 guyReserve 20 bits for expert "event groups", to leave...
2007-12-03 guySeverities are unsigned.
2007-12-03 guyMake the flags field a guint32, to make it clear that...
2007-09-17 stigAdded functionality to highlight the FCS bytes in Ether...
2007-07-30 legoAs per Ulf's request add ${proto.field} macros that...
2007-05-18 etxrabSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-05-07 galUpdated splash screen for Wireshark that shows the...
2007-04-28 etxrabAdd:
2007-04-26 etxrabChange the signature of proto_tree_add_bits() and add...
2007-04-24 etxrabAdd a new proto function proto_tree_add_bits() which...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-02-14 sfisherFrom Sebastien Tandel:
2007-01-25 sfisherFix indentation of field_info struct definition
2007-01-18 guyPut
2007-01-02 guyAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-11-27 sahlbergcreate a nice helper to dissect bitmasks and implement...
2006-11-24 guyHave separate proto_construct_match_selected_string...
2006-11-23 guyRename proto_construct_dfilter_string() to
2006-09-30 galA new field information flag, FI_URL, to indicate a...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-08-28 kukosa- new function ssl_dissector_delete()
2006-06-21 ulflfix a comment
2006-06-20 geraldChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-27 legoadd proto_all_finfos() that will return a GPtrArray...
2006-03-15 etxrabFrom Greg Morris:
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2006-02-09 guyAdd "proto_tree_add_XXX_format_value()" routines, which...
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-09-28 guyHave show_exception() take a "const char *" as its...
2005-09-26 guyMake "REPORT_DISSECTOR_BUG()" (and the macros that...
2005-09-13 guyMove the definition of GNUC_FORMAT_CHECK() to its own...
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...
2005-09-06 kukosaget rid of few warnings
2005-09-05 kukosanew BASE_DEC_HEX and BASE_HEX_DEC displaying numbers...
2005-08-21 ulflThe protocol item in the protocol tree will have a...
2005-07-30 jmayerStefan Rompf:
2005-07-27 jmayerRevert my previous patch - something else was seriously...
next