]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
Token Ring: Update the link-layer dissector to a void function
[tcpdump] / print.c
diff --git a/print.c b/print.c
index b783e40d96a4606c62cd974f1f9b0464e87374be..8922b7cea5bc1eb7afabae36ac6db6318334437b 100644 (file)
--- a/print.c
+++ b/print.c
@@ -68,7 +68,6 @@ static const struct uint_printer uint_printers[] = {
 #if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H)
        { pflog_if_print,       DLT_PFLOG },
 #endif
-       { token_if_print,       DLT_IEEE802 },
 #ifdef DLT_FR
        { fr_if_print,          DLT_FR },
 #endif
@@ -246,6 +245,7 @@ static const struct void_printer void_printers[] = {
 #ifdef DLT_SYMANTEC_FIREWALL
        { symantec_if_print,    DLT_SYMANTEC_FIREWALL },
 #endif
+       { token_if_print,       DLT_IEEE802 },
 #ifdef DLT_USB_LINUX
        { usb_linux_48_byte_if_print, DLT_USB_LINUX},
 #endif /* DLT_USB_LINUX */