Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.
[obnox/wireshark/wip.git] / epan / proto.h
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...
2005-07-27 jmayergcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-20 jmayerChange proto_register_protocol to use 'const char*...
2005-07-19 ulflfix three doxygen warnings
2005-07-04 kukosanew field type FT_GUID
2005-06-24 guyMore constification.
2005-06-20 geraldFix a format string vulneratility in the AFP dissector...
2005-06-16 jmayerGet rid of several megabytes worth of warnings about
2005-06-02 ulfladd new function proto_tree_move_item(), which will...
2005-04-11 sahlbergMajor speed improvement for filtering and dissection.
2005-04-07 sahlbergFrom Didier:
2005-03-22 ulfladd a DISSECTOR_ASSERT_NOT_REACHED() macro
2005-03-11 ulflfrom Micheal Duigou: add some doxygen tags and some...
2005-01-17 guyAdd a REPORT_DISSECTOR_BUG() macro to let caller-specif...
2005-01-16 guyRename the FieldError exception to DissectorError.
2005-01-07 guyConstify a pointer, so that the array of pointers to...
2004-12-31 guy"proto_registrar_get_byname()" doesn't modify its argum...
2004-09-10 gramAdd a "-G fields2" option which is like "-G fields...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-29 obiotFrom Lars Roland: With this patch print.(c/h) and ps...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-15 ulflremove FI_LINK again,
2004-05-14 ulfladd support to link from specially marked fields to...
2004-05-10 ulflprepared for generate documentation using doxygen,
2004-05-10 ulfluse GNUC_FORMAT_CHECK in every appropriate function
2004-05-10 ulflfirst try to get rid of annoying double definition...
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-05-09 ulfladded changed some comments to better reflect current...
2004-05-01 obiotSquelch a compiler warning (extraneous extern on struct).
2004-05-01 ulflprevent null pointer exception
2004-05-01 ulfladd PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
next