]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atm.c
NDOize ISO CLNS decoder
[tcpdump] / print-atm.c
index b12295713307f17cc02e6d0306b70c15d55b7ef2..09bbb8ec6fdf89e11df2184f8f13b688da567c83 100644 (file)
@@ -174,7 +174,7 @@ atm_if_print(netdissect_options *ndo,
         if (*p == LLC_UI) {
             if (ndo->ndo_eflag)
                 ND_PRINT((ndo, "CNLPID "));
-            isoclns_print(p+1, length-1, caplen-1);
+            isoclns_print(ndo, p + 1, length - 1, caplen - 1);
             return hdrlen;
         }