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