]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rip.c
NTP: Use tstr for truncation indicator.
[tcpdump] / print-rip.c
index 3c64bf9a1a202d8e7a58335235b10f6cd2ec875a..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 "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
-#include "extract.h"                   /* must come after interface.h */
+#include "extract.h"
 
 #include "af.h"