Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()"
[obnox/wireshark/wip.git] / packet-gre.c
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 guyMerge Jerry's version with a version I'd done.
1999-12-12 guyWCCP 1.0 dissection, from Jerry Talkington.
1999-12-10 guyDon't do "if this is PPP, do this, else do that" quite...
1999-12-10 guyPrint only 4 hex digits for the "Flags and version...
1999-12-09 guyAdd RFC 1702 GRE-over-IPv4.
1999-12-08 guyRegister "ett_gre_flags" as an subtree type.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.