]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
SunATM DLPI: Update the link-layer dissector to a void function
[tcpdump] / print.c
diff --git a/print.c b/print.c
index c0d9e890d4e90f83160fb9cfdef733e8f82a38d9..1465c07ddf050eb24f757f07d13b3f3b1ba11c48 100644 (file)
--- a/print.c
+++ b/print.c
@@ -138,9 +138,6 @@ static const struct uint_printer uint_printers[] = {
        { mfr_if_print,         DLT_MFR },
 #endif
        { atm_if_print,         DLT_ATM_RFC1483 },
-#ifdef DLT_SUNATM
-       { sunatm_if_print,      DLT_SUNATM },
-#endif
 #ifdef DLT_ENC
        { enc_if_print,         DLT_ENC },
 #endif
@@ -246,6 +243,9 @@ static const struct void_printer void_printers[] = {
 #ifdef DLT_BLUETOOTH_HCI_H4_WITH_PHDR
        { bt_if_print,          DLT_BLUETOOTH_HCI_H4_WITH_PHDR},
 #endif
+#ifdef DLT_SUNATM
+       { sunatm_if_print,      DLT_SUNATM },
+#endif
 #ifdef DLT_SYMANTEC_FIREWALL
        { symantec_if_print,    DLT_SYMANTEC_FIREWALL },
 #endif