]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mobile.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-mobile.c
index 30a4d68a053c347a225604a23dc7e7bf0ea26f80..e7de19dc4e28ae56bbdfaf97e38ed810a61e2489 100644 (file)
@@ -41,8 +41,8 @@
 #endif
 
 #ifndef lint
-static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.11 2002-11-09 17:19:28 itojun Exp $";
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.14 2003-11-16 09:36:28 guy Exp $";
 #endif
 
 #include <tcpdump-stdinc.h>
@@ -60,7 +60,7 @@ struct mobile_ip {
        u_int16_t hcheck;
        u_int32_t odst;
        u_int32_t osrc;
-} __attribute__((packed));
+};
 
 #define OSRC_PRES      0x0080  /* old source is present */