from Frederic Peters: bring debian package generation .deb up to date
[obnox/wireshark/wip.git] / epan / proto.h
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...
2001-10-31 guyPut "extern" in front of a pile of function declarations.
2001-10-31 guyGet rid of a bunch of stuff that was there to support...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-29 guyAdd a "proto_item_append_text()" routine, which is...
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-07-22 guyDo __attribute__ stuff if the GCC version number is...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-04-02 hagbardAdded two new arguments to epan_init() and proto_init...
2001-04-01 hagbardAdded a function proto_get_id_by_filter_name() function...
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-02 gramCalculate the height and width of m_r_font globally...
2001-02-13 guyIn a display filter expression, make a field name refer...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-02-01 guy"Decode As" dialog, from David Hampton.
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.