aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pptp.c
Commit message (Expand)AuthorAgeFilesLines
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Fix up some calls in which I didn't replace "NullTVB" with "tvb".Guy Harris2000-12-291-6/+6
* Tvbuffify the PPTP dissector.Guy Harris2000-12-291-551/+452
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add protocol registration (pptp).Laurent Deniel2000-08-251-7/+35
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-98/+98
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+10
* Put the RFC number for PPTP into the introductory comment.Guy Harris2000-01-201-58/+58
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+14
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-100/+99
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-0/+884