aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-3/+3
2002-02-05The typedef in "epan/value_string.h" declares "value_string" to be aGuy Harris1-4/+4
2002-01-04"proto_tree_is_visible" no longer exists as a global variable, so removeGuy Harris1-7/+1
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-5/+34
2001-12-07Dfilter code finds field under *any* parent's subtree, not justGilbert Ramirez1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+1
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke1-9/+1
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-1/+9
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-4/+1
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-100/+99
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-8/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-9/+6
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris1-1/+9
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-5/+1
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris1-17/+17
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+7
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-3/+9
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
2001-04-01Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke1-1/+4
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-2/+3
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-1/+4
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-2/+3
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-46/+30