aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
AgeCommit message (Expand)AuthorFilesLines
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-1/+15
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1-1/+6
1999-11-11Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1-1/+4
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-12/+31
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-1/+6
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-1/+2
1999-10-11Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1-1/+2
1999-09-18Handle the missing FT_BYTES field type.Laurent Deniel1-1/+2
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1-2/+1
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-5/+5
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-2/+4
1999-08-29Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1-8/+23
1999-08-26Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1-2/+18
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1-1/+6
1999-08-14Removed unneeded 'color' field from header_field_info.Gilbert Ramirez1-2/+1
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-3/+2
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-11/+10
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+8
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"Guy Harris1-4/+4
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+165