X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b8c56aa09228ee6c59af9bd2565bc66b69ac7943..11a7aeda39732ea8a889baf36678d73fc46a1aa1:/print-atm.c diff --git a/print-atm.c b/print-atm.c index 596e406c..12ada49d 100644 --- a/print-atm.c +++ b/print-atm.c @@ -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;