aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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