aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Make the "strings" pointer in a "header_field_info" structure a constGuy Harris2002-11-281-4/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris2002-08-241-1/+21
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2002-05-141-2/+5
* Move the code to build the balanced tree of fields into "proto_init()",Guy Harris2002-04-291-2/+2
* From Phil Williams: support for looking up fields by name.Guy Harris2002-04-181-2/+5
* Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2002-04-011-5/+2
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-3/+3
* The typedef in "epan/value_string.h" declares "value_string" to be aGuy Harris2002-02-051-4/+4
* "proto_tree_is_visible" no longer exists as a global variable, so removeGuy Harris2002-01-041-7/+1
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-5/+34
* Dfilter code finds field under *any* parent's subtree, not justGilbert Ramirez2001-12-071-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+1
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-9/+1
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-1/+9
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-4/+1
* Put "extern" in front of a pile of function declarations.Guy Harris2001-10-311-100/+99
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-8/+1
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-9/+6
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-1/+9
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-5/+1
* Do __attribute__ stuff if the GCC version number is greater than orGuy Harris2001-07-221-17/+17
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+7
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-3/+9
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+3
* Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke2001-04-011-1/+4
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-2/+3
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-1/+4
* In a display filter expression, make a field name refer to any of theGuy Harris2001-02-131-2/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-46/+30
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-011-1/+4
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-5/+24
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+553