]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwapp.c
Handle very large -f files by rejecting them.
[tcpdump] / print-lwapp.c
index a6c05a3977b9b6a4a55123b2d718f7868b21db01..bab3219f10ec4e6e3fe788bdfd3edc943524c28c 100644 (file)
  * 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 <[email protected]>
  */
 
+/* \summary: Light Weight Access Point Protocol (LWAPP) printer */
+
+/* specification: RFC 5412 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"