]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msdp.c
CVE-2017-13045/VQP: add some bounds checks
[tcpdump] / print-msdp.c
index fb802b58fd4dff387fd65434ade35a24eabd021d..50bafb0ae090bf60a5d95587abe24bf51437eab5 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
+/* \summary: Multicast Source Discovery Protocol (MSDP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"