]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vrrp.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-vrrp.c
index 3caa0b24a262f48d3c052bbf0cea54cf2ff171bf..d8ba4265050462f4e81333a5f5abb3df9a965c38 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Virtual Router Redundancy Protocol (VRRP) 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"