aboutsummaryrefslogtreecommitdiff
path: root/print-pptp.c
AgeCommit message (Expand)Author
2023-01-03Fix some typos in commentsFrancois-Xavier Le Bail
2020-11-01PPTP: Use nd_printjnp() instead of nd_printzp()Francois-Xavier Le Bail
2020-10-31PPTP: Remove 10 redundant ND_TCHECK_SIZE callsFrancois-Xavier Le Bail
2020-10-31PPTP: Use nd_print_protocol()Francois-Xavier Le Bail
2020-10-31PPTP: Remove 68 redundant ND_TCHECK_[124] callsFrancois-Xavier Le Bail
2020-10-31PPTP: Don't use pointers when it is uselessFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2019-06-07Add some needed '&' when using a nd_byte type array struct member ...Francois-Xavier Le Bail
2019-04-21Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-01-23Fix small misspellingsAntonin Décimo
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-12PPTP: Replace ND_TCHECK calls by ND_TCHECK_SIZE callsFrancois-Xavier Le Bail
2018-01-12PPTP: Verify that the reserved fields are zero as they must beFrancois-Xavier Le Bail
2018-01-12PPTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-09PPTP: use tok2str() and ternary conditionalDenis Ovsienko
2014-03-19NDOize 7 bigger decodersDenis Ovsienko
2014-02-10print-pptp: add a missing breakDenis Ovsienko
2014-02-10print-pptp: pptp_result_code_print(): badly placed breakFrancois-Xavier Le Bail
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-12-26make consistent use of the "tstr" idiomDenis Ovsienko
2006-06-23remove redundant TRUE|FALSE defshannes
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15From Neil Spring:guy
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2002-09-05Get rid of the "-Wno-unused" flag, and fix up most of theguy
2002-09-05Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy
2002-08-01Added support for Win32, based on WinPcap.risso
2002-06-11whitespace cleanupitojun
2001-10-31Small PPTP fix from Motonori Shindo.guy
2001-03-17avoid trigraphitojun
2001-03-09PPTP support, from Motonori Shindo <mshindo@mshindo.net>.guy