]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-l2tp.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-l2tp.c
index 514eb2c5f4519f5876e948761d4a1b843ad279a2..42ae39107372188f368885c992f063f31d596c9a 100644 (file)
  * L2TP support contributed by Motonori Shindo ([email protected])
  */
 
+/* \summary: Layer Two Tunneling Protocol (L2TP) 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"
 
 #define L2TP_FLAG_TYPE         0x8000  /* Type (0=Data, 1=Control) */