diff options
Diffstat (limited to 'print-fr.c')
-rw-r--r-- | print-fr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-fr.c b/print-fr.c index 8f1409e98592..51263066a77e 100644 --- a/print-fr.c +++ b/print-fr.c @@ -256,7 +256,7 @@ fr_print(register const u_char *p, u_int length) if (eflag) fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype); - if (ethertype_print(extracted_ethertype, + if (ethertype_print(gndo, extracted_ethertype, p+addr_len+ETHERTYPE_LEN, length-addr_len-ETHERTYPE_LEN, length-addr_len-ETHERTYPE_LEN) == 0) @@ -286,7 +286,7 @@ fr_print(register const u_char *p, u_int length) #ifdef INET6 case NLPID_IP6: - ip6_print(p, length); + ip6_print(gndo, p, length); break; #endif case NLPID_CLNP: |