diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-26 18:52:40 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-26 18:52:40 +0400 |
commit | 979fc38d033c43d68149954d64c93a273d358040 (patch) | |
tree | 353c1e328003ebe99036e6996809387a956d59e9 /print-calm-fast.c | |
parent | 857f4889f3a7be95e2fda9f004f6d7c497c5ace7 (diff) | |
download | tcpdump-979fc38d033c43d68149954d64c93a273d358040.tar.gz |
make use of ND_DEFAULTPRINT()
Diffstat (limited to 'print-calm-fast.c')
-rw-r--r-- | print-calm-fast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-calm-fast.c b/print-calm-fast.c index 351b6b8d..324a118c 100644 --- a/print-calm-fast.c +++ b/print-calm-fast.c @@ -48,7 +48,7 @@ calm_fast_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_ ND_PRINT((ndo, "DstNwref:%d; ", dstNwref)); if (ndo->ndo_vflag) - ndo->ndo_default_print(ndo, bp, length); + ND_DEFAULTPRINT(bp, length); } |