diff options
Diffstat (limited to 'print-llc.c')
-rw-r--r-- | print-llc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-llc.c b/print-llc.c index cce0f80d..fdb1d981 100644 --- a/print-llc.c +++ b/print-llc.c @@ -290,7 +290,7 @@ llc_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen, #endif if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISONS && control == LLC_UI) { - isoclns_print(p + 3, length - 3, caplen - 3); + isoclns_print(ndo, p + 3, length - 3, caplen - 3); return (1); } |