From Sebastien Tandel:
[obnox/wireshark/wip.git] / epan / proto.h
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(),
2004-04-30 ulflremoved unused things
2004-03-25 guyFrom Tomas Kukosa: add APIs to get the parent of a...
2004-03-25 guyFrom Tomas Kukosa: BER dissector enhancements and proto...
2004-01-03 sharpeApply the patches from Tadaaki Nagao for a global versi...
2003-12-06 gramAdd the ability to print packet dissections in PDML...
2003-12-04 guyIt turns out the protocol tree parent link was used...
2003-12-04 guyDon't use GNodes for the protocol tree, put the sibling...
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-12-03 guyInstead of requiring slab-allocated structures to have...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-11-26 sahlbergSpeed updates
2003-11-25 sahlbergremove another slow GMemChunk from ethereal making...
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-11-24 sahlbergperformance enhancement to proto.c
2003-11-21 sahlbergPerformance fix
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-10-29 guyMake the "fvalue_set" methods for types whose value...
2003-08-25 guyFrom Matthijs Melchior:
2003-05-03 guyRename "proto_alloc_dfilter_string()" to
2003-04-29 guyAdd a "proto_item_set_end()" routine that sets the...
2003-01-31 guyGet rid of BASE_BIN - it's just the same as BASE_DEC...
2002-11-28 guyMake the "strings" pointer in a "header_field_info...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-24 guyFrom Ulf Lamping: add a new FT_FLOAT type, for single...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-05-14 guyMake the "-G" flag take an argument. If no arugment...
2002-04-29 guyMove the code to build the balanced tree of fields...
2002-04-18 guyFrom Phil Williams: support for looking up fields by...
2002-04-01 guyStart assigning ett_ values at 0, rather than 1; get...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-05 guyThe typedef in "epan/value_string.h" declares "value_st...
2002-01-04 guy"proto_tree_is_visible" no longer exists as a global...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-07 gramDfilter code finds field under *any* parent's subtree...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
next