]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-token.c
Make another never-negative variable an unsigned.
[tcpdump] / print-token.c
index 6bf2b23da8f9272f38fb503bd15518c1dd020b97..370c44c991a630831b7048c02a19b37d89b461c9 100644 (file)
  *     Guy Harris <[email protected]>
  */
 
+/* \summary: Token Ring 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 "extract.h"
 #include "addrtoname.h"
 #include "ether.h"