]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ospf6.c
Force -t on in TESTonce.
[tcpdump] / print-ospf6.c
index 7ae1733ae108b0b7eeeedfd651c0cfae9c49252c..e8a9dc6d547daab7ad9326ae52a4c76b6740467c 100644 (file)
  * OSPF support contributed by Jeffrey Honig ([email protected])
  */
 
+/* \summary: IPv6 Open Shortest Path First (OSPFv3) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"