]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mobile.c
Handle very large -f files by rejecting them.
[tcpdump] / print-mobile.c
index c06b84af8801d2321c5f78e885d1a8a23d125260..6d31648cb47ce7ab1794c79d70f0a0b823130aea 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: IPv4 mobility printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
-#include "extract.h"           /* must come after interface.h */
+#include "extract.h"
 
 #define MOBILE_SIZE (8)