aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-02add new function proto_tree_move_item(), which will move an already existing ...ulfl1-0/+39
2005-06-02show Ethernet and IPX addresses the same way as we do with other fields as we...ulfl1-4/+4
2005-05-29fix #11: add a [truncated] to the label, if the message to display is too longulfl1-3/+9
2005-05-27Add a "-G fields3" report which prints the bitmask of the field, and avoidsgram1-3/+29
2005-05-27cket wsp is creating string items and later appending to them and their value...sahlberg1-0/+12
2005-05-26In some places we call proto_tree_add_item() with hfindex and lengthgerald1-2/+2
2005-05-03In proto_tree_set_string(), don't set a null fvalue or Ethereal will throwgerald1-1/+4
2005-04-28Some dissectors apparently call proto_tree_add_*() with a null tvb.gerald1-1/+3
2005-04-28Back out the previous change, and use tvb_ensure_bytes_exist() instead ofgerald1-8/+2
2005-04-27In alloc_field_info, throw a ReportedBoundsError if we're passed angerald1-1/+3
2005-04-19Bugfix for proto_item_get_subtree()sahlberg1-1/+1
2005-04-11Major speed improvement for filtering and dissection.sahlberg1-15/+143
2005-04-07From Didier:sahlberg1-18/+9
2005-04-04Don't generate a "dissector bug" warning in cases where a dissector callsgerald1-1/+1
2005-03-29Remove a g_assert() left over from debugging.gerald1-1/+0
2005-03-29Fix a compiler warning.gerald1-1/+3
2005-03-29README.developer says:gerald1-35/+49
2005-03-28bugfix: don't call tvb_length_remaining() if tvb is NULLulfl1-3/+6
2005-03-26For protocol tree items of type FT_NONE and FT_PROTOCOL, treat negativeguy1-3/+30
2005-03-23use DISSECTOR_ASSERT instead of g_assertulfl1-66/+66
2005-01-26add another REPORT_DISSECTOR_BUG() call, if tfi->tree_type is existing and no...ulfl1-0/+6
2005-01-17Add the source file name and line number to the dissector bug reportguy1-2/+3
2005-01-17Use REPORT_DISSECTOR_BUG() for the "bogus length" error inguy1-2/+6
2005-01-16Rename the FieldError exception to DissectorError.guy1-6/+1
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...ulfl1-1/+6
2005-01-12performance improvement: ulfl1-44/+68
2005-01-08From Luis Ontanon: if new ett values are registered after theguy1-7/+16
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beguy1-2/+2
2005-01-02Cast away the constness of the argument to "g_tree_lookup()" - anotherguy1-1/+1
2004-12-31"proto_registrar_get_byname()" doesn't modify its argument, so make itguy1-1/+1
2004-10-27Check to make sure we don't give a protocol tree item a negative length.guy1-4/+9
2004-09-21Fix a typo.guy1-1/+1
2004-09-11From Dave Richards: fix a format string.guy1-1/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldgram1-5/+163
2004-09-08To conert a little-endian value to a big-endian value, useguy1-1/+1
2004-09-08From Peter Johansson, make proto_tree_add_item() handle IPv4 addressessahlberg1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-99/+206
2004-08-10Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"guy1-0/+20
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-09"length" is relative to the start of the field, so don't subtract theguy1-5/+6
2004-07-05bugfix: don't try to print data, if tvb is too shortulfl1-4/+4
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aguy1-1/+4
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theguy1-11/+11
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-44/+21
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemguy1-1/+21
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toguy1-1/+20
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledsharpe1-8/+8
2003-12-24In "alloc_field_info()", handle the case where the offset is past theguy1-1/+20
2003-12-24Let FT_PROTOCOL fields, if the length specified is -1, have a length ofguy1-1/+4