summaryrefslogtreecommitdiff
path: root/print-gre.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-gre.c')
-rw-r--r--print-gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-gre.c b/print-gre.c
index 106e6fd3..b45c5b07 100644
--- a/print-gre.c
+++ b/print-gre.c
@@ -226,7 +226,7 @@ gre_print_0(const u_char *bp, u_int length)
isoclns_print(bp, len, len);
break;
case ETHERTYPE_TEB:
- ether_print(bp, len, len, NULL, NULL);
+ ether_print(gndo, bp, len, len, NULL, NULL);
break;
default:
printf("gre-proto-0x%x", prot);