]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-carp.c
CVE-2016-7925/Add more bounds checks.
[tcpdump] / print-carp.c
index c7a7437966220cd57ab3fa570876e3b307cc3233..c650d181b08a768117389c7dea9738365ae4e2b3 100644 (file)
  *
  */
 
+/* \summary: Common Address Redundancy Protocol (CARP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h" /* for checksum structure and functions */
 #include "extract.h"