X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/25e59b15e9342fc580dad49ac58f2a43a5338958..HEAD:/print-pptp.c?ds=sidebyside diff --git a/print-pptp.c b/print-pptp.c index 8e1b3038..8666e505 100644 --- a/print-pptp.c +++ b/print-pptp.c @@ -25,9 +25,7 @@ /* specification: RFC 2637 */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -55,7 +53,7 @@ #define PPTP_CTRL_MSG_TYPE_WEN 14 #define PPTP_CTRL_MSG_TYPE_SLI 15 -#define PPTP_FRAMING_CAP_ASYNC_MASK 0x00000001 /* Aynchronous */ +#define PPTP_FRAMING_CAP_ASYNC_MASK 0x00000001 /* Asynchronous */ #define PPTP_FRAMING_CAP_SYNC_MASK 0x00000002 /* Synchronous */ #define PPTP_BEARER_CAP_ANALOG_MASK 0x00000001 /* Analog */