]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atm.c
NTP: Run one test with -v and another without.
[tcpdump] / print-atm.c
index 596e406ccab63261f16178babcb5a8a8043e2e76..12ada49df75934f340858a7ea2dc7db4d0dd6309 100644 (file)
@@ -262,7 +262,7 @@ atm_if_print(netdissect_options *ndo,
         if (*p == LLC_UI) {
             if (ndo->ndo_eflag)
                 ND_PRINT((ndo, "CNLPID "));
-            isoclns_print(ndo, p + 1, length - 1, caplen - 1);
+            isoclns_print(ndo, p + 1, length - 1);
             return hdrlen;
         }
 
@@ -369,7 +369,7 @@ sig_print(netdissect_options *ndo,
                call_ref = EXTRACT_24BITS(&p[CALL_REF_POS]);
                ND_PRINT((ndo, "CALL_REF:0x%06x", call_ref));
        } else {
-               /* SCCOP with some unknown protocol atop it */
+               /* SSCOP with some unknown protocol atop it */
                ND_PRINT((ndo, "SSCOP, proto %d ", p[PROTO_POS]));
        }
        return;