X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/print-msdp.c?ds=sidebyside 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"