]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
CVE-2017-13045/VQP: add some bounds checks
[tcpdump] / print-pptp.c
index bac6078c211e25ed67c596aade6405f773a5b3da..a4d713d5644cd142e6ad22613072eb659eb75331 100644 (file)
  * PPTP support contributed by Motonori Shindo ([email protected])
  */
 
+/* \summary: Point-to-Point Tunnelling Protocol (PPTP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = " [|pptp]";