X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c1c3c77463d592cc576eaa491e604752044ca55a..fe01d2496c1cc3b4a327d7d9b2faba9c79479a13:/print-arp.c diff --git a/print-arp.c b/print-arp.c index 5a655f2a..79c8ecb1 100644 --- a/print-arp.c +++ b/print-arp.c @@ -19,11 +19,13 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* \summary: Address Resolution Protocol (ARP) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include @@ -31,7 +33,7 @@ #include "addrtoname.h" #include "ether.h" #include "ethertype.h" -#include "extract.h" /* must come after interface.h */ +#include "extract.h" static const char tstr[] = "[|ARP]";