Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine the
[obnox/wireshark/wip.git] / proto.h
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...