]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
AppleTalk: Update the link-layer dissector to a void function
[tcpdump] / print.c
diff --git a/print.c b/print.c
index 4f5273d06367ede10fa3612fee87f625f0bdcf55..6b8931e0caf59ee2a80eee825bf23681a902ab25 100644 (file)
--- a/print.c
+++ b/print.c
@@ -55,9 +55,6 @@ struct void_printer {
 static const struct uint_printer uint_printers[] = {
 #if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H)
        { pflog_if_print,       DLT_PFLOG },
-#endif
-#ifdef DLT_LTALK
-       { ltalk_if_print,       DLT_LTALK },
 #endif
        { NULL,                 0 },
 };
@@ -181,6 +178,9 @@ static const struct void_printer void_printers[] = {
 #ifdef DLT_JUNIPER_SERVICES
        { juniper_services_if_print, DLT_JUNIPER_SERVICES },
 #endif
+#ifdef DLT_LTALK
+       { ltalk_if_print,       DLT_LTALK },
+#endif
 #ifdef DLT_MFR
        { mfr_if_print,         DLT_MFR },
 #endif