summaryrefslogtreecommitdiff
path: root/print-pptp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in commentsFrancois-Xavier Le Bail2023-01-031-1/+1
* PPTP: Use nd_printjnp() instead of nd_printzp()Francois-Xavier Le Bail2020-11-011-13/+10
* PPTP: Remove 10 redundant ND_TCHECK_SIZE callsFrancois-Xavier Le Bail2020-10-311-48/+33
* PPTP: Use nd_print_protocol()Francois-Xavier Le Bail2020-10-311-1/+2
* PPTP: Remove 68 redundant ND_TCHECK_[124] callsFrancois-Xavier Le Bail2020-10-311-127/+0
* PPTP: Don't use pointers when it is uselessFrancois-Xavier Le Bail2020-10-311-96/+96
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-18/+0
* Add some needed '&' when using a nd_byte type array struct member ...Francois-Xavier Le Bail2019-06-071-10/+10
* Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail2019-04-211-10/+10
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-46/+48
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-17/+16
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* PPTP: Replace ND_TCHECK calls by ND_TCHECK_SIZE callsFrancois-Xavier Le Bail2018-01-121-10/+10
* PPTP: Verify that the reserved fields are zero as they must beFrancois-Xavier Le Bail2018-01-121-5/+28
* PPTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-121-93/+93
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-81/+81
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-156/+158
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-36/+36
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-16/+16
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-126/+126
* PPTP: use tok2str() and ternary conditionalDenis Ovsienko2014-04-091-170/+84
* NDOize 7 bigger decodersDenis Ovsienko2014-03-191-341/+377
* print-pptp: add a missing breakDenis Ovsienko2014-02-101-0/+1
* print-pptp: pptp_result_code_print(): badly placed breakFrancois-Xavier Le Bail2014-02-101-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-6/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-1/+1
* remove redundant TRUE|FALSE defshannes2006-06-231-9/+1
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-54/+54
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-17/+17
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+3
* whitespace cleanupitojun2002-06-111-15/+15
* Small PPTP fix from Motonori Shindo.guy2001-10-311-2/+2
* avoid trigraphitojun2001-03-171-10/+10
* PPTP support, from Motonori Shindo <mshindo@mshindo.net>.guy2001-03-091-0/+1070