aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-09Add RFC 1702 GRE-over-IPv4.Guy Harris1-12/+27
1999-12-08Register "ett_gre_flags" as an subtree type.Guy Harris1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+11
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-2/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-5/+17
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+3
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-31/+28
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+237