Rename proto_construct_dfilter_string() to
[obnox/wireshark/wip.git] / epan / proto.c
2006-11-23 guyRename proto_construct_dfilter_string() to
2006-11-23 guyWhen checking whether a field supports "match selected...
2006-11-22 guyMake the "standard" case in proto_can_match_selected...
2006-11-20 martinmMake FT_STRINGZ items work as apply/prepare as filter...
2006-11-01 geraldThrow an exception if we try to add more than a million...
2006-10-31 gramWhen processing '-G fields', ignore the "proto_tree_add...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-08-28 kukosa- new function ssl_dissector_delete()
2006-08-21 martinmMake apply-as-filter strings work for FT_UINT_STRING...
2006-08-02 martinmFix for bug 1023 (problem with 'apply as filter' strings)
2006-07-22 sahlbergfrom martin m
2006-07-20 geraldsnprintf -> g_snprintf. Fix up whitespace.
2006-06-22 guyThe joys of the C switch statement - you have to rememb...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-29 guySquelch a compiler warning (for a problem that doesn...
2006-03-27 legoadd proto_all_finfos() that will return a GPtrArray...
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2006-02-11 lrolandDisplay g_error messages in the console window uncondit...
2006-02-09 guyAdd "proto_tree_add_XXX_format_value()" routines, which...
2006-01-10 jmayerDidier Gautheron:
2005-12-22 jmayerJaap Keuter:
2005-12-06 kukosaOBJECT IDENTIFIER name resolution moved to oid_resolv.c
2005-12-04 guyCheck for a null blurb pointer for a field, as is done...
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-11-10 guyDon't pass signed characters to the <ctype.h> macros.
2005-11-02 ulflMSVC warning fixed:
2005-10-31 guyWhen printing the code for a display filter:
2005-10-22 guyMove the ptvcursor.c code to epan/proto, and make ptvcu...
2005-10-10 guyIf we don't want to dump core when a field is registere...
2005-09-28 guyHave show_exception() take a "const char *" as its...
2005-09-28 obiotThe TRY_TO_FAKE_THIS_ITEM() speed optimization has...
2005-09-14 etxrabFrom Peter Johansson
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...
2005-09-10 guyAdd "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses...
2005-09-05 kukosanew BASE_DEC_HEX and BASE_HEX_DEC displaying numbers...
2005-09-01 sahlberghmmm i though i removed some sprintf in the previous...
2005-09-01 sahlbergconvert one sprintf into g_snprintf()
2005-08-18 ulflseveral times replacing:
2005-08-17 ulflsnprintf -> g_snprintf
2005-08-16 geraldIn packet-sflow.c, don't pass a NULL value pointer to
2005-08-08 ulflvarious code cleanup:
2005-08-05 jmayerchar -> const char warning fixes
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-04 kukosanew field type FT_GUID
2005-06-26 ulflproto.c(2941) : warning C4090: 'function' : different...
2005-06-24 guyMore constification.
2005-06-15 geraldWhen we add an FT_STRINGZ item, throw an exception...
2005-06-02 ulfladd new function proto_tree_move_item(), which will...
2005-06-02 ulflshow Ethernet and IPX addresses the same way as we...
2005-05-29 ulflfix #11: add a [truncated] to the label, if the message...
2005-05-27 gramAdd a "-G fields3" report which prints the bitmask...
2005-05-27 sahlbergcket wsp is creating string items and later appending...
2005-05-26 geraldIn some places we call proto_tree_add_item() with hfind...
2005-05-03 geraldIn proto_tree_set_string(), don't set a null fvalue...
2005-04-28 geraldSome dissectors apparently call proto_tree_add_*()...
2005-04-28 geraldBack out the previous change, and use tvb_ensure_bytes_...
2005-04-27 geraldIn alloc_field_info, throw a ReportedBoundsError if...
2005-04-19 sahlbergBugfix for proto_item_get_subtree()
2005-04-11 sahlbergMajor speed improvement for filtering and dissection.
2005-04-07 sahlbergFrom Didier:
2005-04-04 geraldDon't generate a "dissector bug" warning in cases where...
2005-03-29 geraldRemove a g_assert() left over from debugging.
2005-03-29 geraldFix a compiler warning.
2005-03-29 geraldREADME.developer says:
2005-03-28 ulflbugfix: don't call tvb_length_remaining() if tvb is...
2005-03-26 guyFor protocol tree items of type FT_NONE and FT_PROTOCOL...
2005-03-23 ulfluse DISSECTOR_ASSERT instead of g_assert
2005-01-26 ulfladd another REPORT_DISSECTOR_BUG() call, if tfi->tree_t...
2005-01-17 guyAdd the source file name and line number to the dissect...
2005-01-17 guyUse REPORT_DISSECTOR_BUG() for the "bogus length" error in
2005-01-16 guyRename the FieldError exception to DissectorError.
2005-01-16 ulflthrow the new FieldError exception, if a dissector...
2005-01-12 ulflperformance improvement:
2005-01-08 guyFrom Luis Ontanon: if new ett values are registered...
2005-01-07 guyConstify a pointer, so that the array of pointers to...
2005-01-02 guyCast away the constness of the argument to "g_tree_look...
2004-12-31 guy"proto_registrar_get_byname()" doesn't modify its argum...
2004-10-27 guyCheck to make sure we don't give a protocol tree item...
2004-09-21 guyFix a typo.
2004-09-11 guyFrom Dave Richards: fix a format string.
2004-09-10 gramAdd a "-G fields2" option which is like "-G fields...
2004-09-08 guyTo conert a little-endian value to a big-endian value...
2004-09-08 sahlbergFrom Peter Johansson, make proto_tree_add_item(...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-10 guyAdd support for FT_FLOAT and FT_DOUBLE in "proto_tree_a...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-09 guy"length" is relative to the start of the field, so...
2004-07-05 ulflbugfix: don't try to print data, if tvb is too short
2004-07-04 guyInstead of using pointer casts in the slab allocator...
2004-07-04 guyMake the "SLAB_ALLOC()" and "SLAB_FREE()" macros take...
2004-05-01 ulfladd PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
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-24 guyIn "alloc_field_info()", handle the case where the...
next