X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69cb46af9119e8b5554bcc4bf1bf36f39cb82131..47b02443f099fc93a7c69041d30bf6f6be552ece:/print-ospf6.c diff --git a/print-ospf6.c b/print-ospf6.c index 7ae1733a..e8a9dc6d 100644 --- a/print-ospf6.c +++ b/print-ospf6.c @@ -21,15 +21,17 @@ * OSPF support contributed by Jeffrey Honig (jch@mitchell.cit.cornell.edu) */ +/* \summary: IPv6 Open Shortest Path First (OSPFv3) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h"