]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rip.c
Regenerate config files.
[tcpdump] / print-rip.c
index 087b2d9f32a55e0834e34177558ed61708309eda..cf661d03b38c0fc37a54f7cb62d020aa32777a0f 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Routing Information Protocol (RIP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
-#include "extract.h"                   /* must come after interface.h */
+#include "extract.h"
 
 #include "af.h"