aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-1/+4
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-5/+24
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+553