aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-10prepared for generate documentation using doxygen,ulfl1-165/+565
2004-05-10use GNUC_FORMAT_CHECK in every appropriate functionulfl1-124/+23
2004-05-10first try to get rid of annoying double definition of the proto_tree_add_xy_f...ulfl1-9/+8
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-5/+9
2004-05-09added changed some comments to better reflect current "behaviour"ulfl1-18/+19
2004-05-01Squelch a compiler warning (extraneous extern on struct).obiot1-6/+10
2004-05-01prevent null pointer exceptionulfl1-5/+5
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-26/+62
2004-04-30removed unused thingsulfl1-5/+1
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemguy1-1/+7
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toguy1-1/+7
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledsharpe1-4/+4
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)gram1-2/+10
2003-12-04It turns out the protocol tree parent link was used, so we need it inguy1-1/+2
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andguy1-9/+13
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy1-9/+2
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,guy1-3/+1
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy1-2/+2
2003-11-26Speed updatessahlberg1-5/+6
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fastersahlberg1-2/+8
2003-11-24Make the recent epan/proto.{c,h} change compile.guy1-2/+2
2003-11-24performance enhancement to proto.csahlberg1-2/+9
2003-11-21Performance fixsahlberg1-2/+2
2003-11-16Export "protocol_t" as an opaque type.guy1-11/+20
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeguy1-1/+4
2003-08-25From Matthijs Melchior:guy1-3/+6
2003-05-03Rename "proto_alloc_dfilter_string()" toguy1-3/+5
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy1-1/+10
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-3/+2
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constguy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionguy1-1/+21
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifguy1-2/+5
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",guy1-2/+2
2002-04-18From Phil Williams: support for looking up fields by name.guy1-2/+5
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedguy1-5/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-3/+3
2002-02-05The typedef in "epan/value_string.h" declares "value_string" to be aguy1-4/+4
2002-01-04"proto_tree_is_visible" no longer exists as a global variable, so removeguy1-7/+1
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-5/+34
2001-12-07Dfilter code finds field under *any* parent's subtree, not justgram1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+1
2001-11-26This should be the final bit of removing the dissect_data symbolhagbard1-9/+1
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_Xhagbard1-1/+9
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-4/+1
2001-10-31Put "extern" in front of a pile of function declarations.guy1-100/+99
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedguy1-8/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-9/+6