aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pptp.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-12Change the control message names, error codes, and result codes to moreGerald Combs1-77/+77
2003-05-26Strings in PPTP are null-padded, not null-terminated.Guy Harris1-13/+23
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-55/+55
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-01From Joerg Mayer: mark unused arguments as such (just in case somebodyGuy Harris1-18/+18
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-29Fix up some calls in which I didn't replace "NullTVB" with "tvb".Guy Harris1-6/+6
2000-12-29Tvbuffify the PPTP dissector.Guy Harris1-551/+452
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
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