Dissector now knows the actual game data communication too.
[obnox/wireshark/wip.git] / proto.h
2000-07-27 gramAdd initial attempt at FT_NSTRING_UINT8, a string with...
2000-07-22 gramSimplify the way the display filter routines get field...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 gramFix plugin function table so that plugins work on Win32.
2000-05-31 gramGet rid of the only uses of proto_tree_add_item_old...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-30 guyDefine "proto_tree" and "proto_item" as "GNode" rather...
2000-05-11 gramAdd tvbuff class.
2000-04-25 gramAdd proto_tree_add_int_format() function.
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-04-04 gramRename find_hfinfo_record() to proto_registrar_get_nth...
2000-04-03 guyJeff Foster's patch to support attaching a hash table...
2000-03-14 guyFix some errors discovered by making GCC do format...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyDeclare "proto_item_set_text()" in such a fashion as...
2000-02-07 gramCode changes, but not Makefile changes, for enabling...
2000-01-22 guyAdd "proto_item_set_text()", which sets the "representa...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 gramAdd "class" that understands IPv4 addresses and subnet...
1999-11-11 nneulExpanded bootparams dissector to handle decoding getfil...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-12 gramRe-implemented fix to keep display filter from reading...
1999-10-11 deniel- add handling of FT_IPv6 variables
1999-10-11 gramFixed bug reported by Laurent regarding byte-string...
1999-09-18 denielHandle the missing FT_BYTES field type.
1999-09-15 gramChanged (again) the way that the FT_BOOLEAN field type...
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-08-29 gramRemoved from the display filter/proto_tree code the...
1999-08-26 gramIntroduces a new global gboolean variable: proto_tree_i...
1999-08-26 gramThe dfilter yacc grammar now keeps track of every GNode...
1999-08-14 gramRemoved unneeded 'color' field from header_field_info.
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 guy"const"ifty some function arguments and structure membe...
1999-07-07 gramCreated a new protocol tree implementation and a new...