X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7eb3d5083c4230d75d633a6f8599c0a4fa725df5..refs/heads/master:/print-lane.c diff --git a/print-lane.c b/print-lane.c index c5fa33be..3836b066 100644 --- a/print-lane.c +++ b/print-lane.c @@ -22,9 +22,7 @@ /* \summary: ATM LANE printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -34,8 +32,8 @@ struct lecdatahdr_8023 { nd_uint16_t le_header; - nd_mac_addr h_dest; - nd_mac_addr h_source; + nd_mac48 h_dest; + nd_mac48 h_source; nd_uint16_t h_type; };