]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vqp.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-vqp.c
index ce3572ac520898bb5fc5d281ae7f5b32a3334194..44a21935232bb86e14888677a901cbe25bb87296 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * support for the Cisco prop. VQP Protocol
- *
  * Original code by Carles Kishimoto <[email protected]>
  */
 
-#define NETDISSECT_REWORKED
+/* \summary: Cisco VLAN Query Protocol (VQP) 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"
 #include "addrtoname.h"