summaryrefslogtreecommitdiff
path: root/print-gre.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-04-02 16:39:18 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-04-02 18:22:28 +0400
commitfc6f112b40b9da56286ebc125f109e2889f5ebdb (patch)
treef8703c5bd7fc434d756579b53b85e475459d6be4 /print-gre.c
parent2b753f80585fd13b547c3b6797806301d9cef5d6 (diff)
downloadtcpdump-fc6f112b40b9da56286ebc125f109e2889f5ebdb.tar.gz
NDOize LLDP, PPP and RSVP decoders
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 a8584f48..9c22120b 100644
--- a/print-gre.c
+++ b/print-gre.c
@@ -297,7 +297,7 @@ gre_print_1(netdissect_options *ndo, const u_char *bp, u_int length)
switch (prot) {
case ETHERTYPE_PPP:
- ppp_print(bp, len);
+ ppp_print(ndo, bp, len);
break;
default:
ND_PRINT((ndo, "gre-proto-0x%x", prot));