diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-13 17:21:55 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-13 17:21:55 +0400 |
commit | d29f3dab95d8b28a62848fcb043b8ba40348bc3d (patch) | |
tree | 64b8baf7c02e0d51e8cb1c0f288eb04a75509aaa /print-null.c | |
parent | eb8916857ce311840b64bcec0baae15829b0b810 (diff) | |
download | tcpdump-d29f3dab95d8b28a62848fcb043b8ba40348bc3d.tar.gz |
NDOize 8 more small decoders
This change converts ZeroMQ, IPX, MPLS, IPv6 options, PPPoE, RIPng,
PFLOG and Sun RPC decoders.
Diffstat (limited to 'print-null.c')
-rw-r--r-- | print-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-null.c b/print-null.c index be9d65f9..16330b94 100644 --- a/print-null.c +++ b/print-null.c @@ -125,7 +125,7 @@ null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char break; case BSD_AFNUM_IPX: - ipx_print(p, length); + ipx_print(ndo, p, length); break; default: |