diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-15 14:19:49 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-15 14:19:49 +0400 |
commit | 1fe6e66ecec3fb7a7cc729038012cbb264542331 (patch) | |
tree | 994f5218d7609bedbd50f207d1b15e43f661be50 /print-arcnet.c | |
parent | 85a2dd977cad3e21b475abbedeb795989207b8db (diff) | |
download | tcpdump-1fe6e66ecec3fb7a7cc729038012cbb264542331.tar.gz |
make use of NETDISSECT_REWORKED
Update the already converted decoders to define the macro and to include
interface.h instead of netdissect.h. Fix incurred compile errors.
Diffstat (limited to 'print-arcnet.c')
-rw-r--r-- | print-arcnet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-arcnet.c b/print-arcnet.c index 846cf780..08921bdb 100644 --- a/print-arcnet.c +++ b/print-arcnet.c @@ -21,6 +21,7 @@ * From: NetBSD: print-arcnet.c,v 1.2 2000/04/24 13:02:28 itojun Exp */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif |