]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atalk.c
Avoid -E and -M options inconsistencies with no libcrypto
[tcpdump] / print-atalk.c
index 56fece45750f9d2faf336a5278708df87d868927..cfe3a0c6b0c2836cfaa3116f5341c41283d0d660 100644 (file)
@@ -21,9 +21,7 @@
 
 /* \summary: AppleTalk printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -126,9 +124,9 @@ struct aarp {
        nd_uint8_t      halen, palen;
        nd_uint16_t     op;
        nd_mac48        hsaddr;
-       uint8_t         psaddr[4];
+       nd_byte         psaddr[4];
        nd_mac48        hdaddr;
-       uint8_t         pdaddr[4];
+       nd_byte         pdaddr[4];
 };
 
 static void atp_print(netdissect_options *, const struct atATP *, u_int);