aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-22add a DISSECTOR_ASSERT_NOT_REACHED() macroUlf Lamping1-0/+8
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-1/+1
2005-01-17Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages beGuy Harris1-1/+16
2005-01-16Rename the FieldError exception to DissectorError.Guy Harris1-0/+14
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris1-1/+1
2004-12-31"proto_registrar_get_byname()" doesn't modify its argument, so make itGuy Harris1-1/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+7
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+52
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to Olivier Biot1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-15remove FI_LINK again,Ulf Lamping1-10/+1
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+10
2004-05-10prepared for generate documentation using doxygen,Ulf Lamping1-165/+565
2004-05-10use GNUC_FORMAT_CHECK in every appropriate functionUlf Lamping1-124/+23
2004-05-10first try to get rid of annoying double definition of the proto_tree_add_xy_f...Ulf Lamping1-9/+8
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-5/+9
2004-05-09added changed some comments to better reflect current "behaviour"Ulf Lamping1-18/+19
2004-05-01Squelch a compiler warning (extraneous extern on struct).Olivier Biot1-6/+10
2004-05-01prevent null pointer exceptionUlf Lamping1-5/+5
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping1-26/+62
2004-04-30removed unused thingsUlf Lamping1-5/+1
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemGuy Harris1-1/+7
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris1-1/+7
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-4/+4
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-2/+10
2003-12-04It turns out the protocol tree parent link was used, so we need it inGuy Harris1-1/+2
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-9/+13
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-9/+2
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris1-3/+1
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-2/+2
2003-11-26Speed updatesRonnie Sahlberg1-5/+6
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg1-2/+8
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-2/+2
2003-11-24performance enhancement to proto.cRonnie Sahlberg1-2/+9
2003-11-21Performance fixRonnie Sahlberg1-2/+2
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-11/+20
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris1-1/+4
2003-08-25From Matthijs Melchior:Guy Harris1-3/+6
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-3/+5
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris1-1/+10
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-3/+2
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris1-1/+21
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-2/+5
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris1-2/+2
2002-04-18From Phil Williams: support for looking up fields by name.Guy Harris1-2/+5
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris1-5/+2