aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Add tvbuff class.Gilbert Ramirez2000-05-111-40/+48
* Add proto_tree_add_int_format() function.Gilbert Ramirez2000-04-251-1/+12
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-8/+1
* Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez2000-04-041-2/+2
* Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris2000-04-031-1/+14
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-5/+5
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-12/+124
* Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris2000-03-071-2/+7
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-071-1/+7
* Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris2000-01-221-1/+7
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-1/+15
* Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1999-11-151-1/+6
* Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1999-11-111-1/+4
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-12/+31
* Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1999-10-121-1/+6
* - add handling of FT_IPv6 variablesLaurent Deniel1999-10-111-1/+2
* Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1999-10-111-1/+2
* Handle the missing FT_BYTES field type.Laurent Deniel1999-09-181-1/+2
* Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1999-09-151-2/+1
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-5/+5
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-2/+4
* Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1999-08-291-8/+23
* Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1999-08-261-2/+18
* The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1999-08-261-1/+6
* Removed unneeded 'color' field from header_field_info.Gilbert Ramirez1999-08-141-2/+1
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-3/+2
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-11/+10
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+8
* "const"ifty some function arguments and structure members, and "#if 0"Guy Harris1999-07-071-4/+4
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-0/+165