summaryrefslogtreecommitdiff
path: root/print-gre.c
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2010-10-07 14:36:49 -0400
committerMichael Richardson <mcr@sandelman.ca>2010-10-07 14:40:50 -0400
commit1cead823ec6b407886002fbe160d31d70fcf4412 (patch)
treeaa3fc19370462cbe469904895c2dc096dbc66666 /print-gre.c
parent53412397f6ce23f1c189e27adc81ec44ec94d2ef (diff)
downloadtcpdump-1cead823ec6b407886002fbe160d31d70fcf4412.tar.gz
reworked print-ether to use netdissect
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);