]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-igmp.c
CVE-2016-7931/Add bounds and length checks.
[tcpdump] / print-igmp.c
index dcbe10501549e63dc629f185057a44c20ec1fc9b..3c6630c0e5d8dd92a9c23bfb01bd085d999ed666 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Internet Group Management Protocol (IGMP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
-#include "extract.h"            /* must come after interface.h */
+#include "extract.h"
 
 #ifndef IN_CLASSD
 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000)