X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..2d02497b02b040bd885825dba9230f86a8ffce0e:/print-msdp.c diff --git a/print-msdp.c b/print-msdp.c index 16abc3ec..50bafb0a 100644 --- a/print-msdp.c +++ b/print-msdp.c @@ -16,13 +16,15 @@ * FOR A PARTICULAR PURPOSE. */ +/* \summary: Multicast Source Discovery Protocol (MSDP) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h"