aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
AgeCommit message (Expand)AuthorFilesLines
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-8/+1
2000-04-04Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez1-2/+2
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-1/+14
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-5/+5
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-12/+124
2000-03-07Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris1-2/+7
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-1/+7
2000-01-22Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris1-1/+7
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