summaryrefslogtreecommitdiff
path: root/print-geonet.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-03-26 18:52:40 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-03-26 18:52:40 +0400
commit979fc38d033c43d68149954d64c93a273d358040 (patch)
tree353c1e328003ebe99036e6996809387a956d59e9 /print-geonet.c
parent857f4889f3a7be95e2fda9f004f6d7c497c5ace7 (diff)
downloadtcpdump-979fc38d033c43d68149954d64c93a273d358040.tar.gz
make use of ND_DEFAULTPRINT()
Diffstat (limited to 'print-geonet.c')
-rw-r--r--print-geonet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-geonet.c b/print-geonet.c
index cba77c71..229b2540 100644
--- a/print-geonet.c
+++ b/print-geonet.c
@@ -235,7 +235,7 @@ geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int
/* Print user data part */
if (ndo->ndo_vflag)
- ndo->ndo_default_print(ndo, bp, length);
+ ND_DEFAULTPRINT(bp, length);
}