X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b486819caba50c50b7457eff64c4d1d7a9b07f92..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/print-lwapp.c diff --git a/print-lwapp.c b/print-lwapp.c index 5b8683f7..bab3219f 100644 --- a/print-lwapp.c +++ b/print-lwapp.c @@ -12,19 +12,20 @@ * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE. * - * Support for the Light Weight Access Point Protocol as per RFC 5412 - * * Original code by Carles Kishimoto */ -#define NETDISSECT_REWORKED +/* \summary: Light Weight Access Point Protocol (LWAPP) printer */ + +/* specification: RFC 5412 */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "extract.h" #include "addrtoname.h"