diff options
Diffstat (limited to 'print-sll.c')
-rw-r--r-- | print-sll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-sll.c b/print-sll.c index c9546585dcb1..a044de6709fb 100644 --- a/print-sll.c +++ b/print-sll.c @@ -218,7 +218,7 @@ recurse: caplen -= 4; goto recurse; } else { - if (ethertype_print(ether_type, p, length, caplen) == 0) { + if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) { /* ether_type not known, print raw packet */ if (!eflag) sll_print(sllp, length + SLL_HDR_LEN); |