aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pptp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-25Add protocol registration (pptp).Laurent Deniel1-7/+35
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-98/+98
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+10
2000-01-20Put the RFC number for PPTP into the introductory comment.Guy Harris1-58/+58
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+14
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-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+5
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-100/+99
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+884