]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index 667948d9aa908f93e71589f3e78287c8598e7fa3..43587ec443f00dc969e9f85ff69746d49c3f94c1 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.9 2002-11-09 17:19:32 itojun Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.10 2002-12-11 07:14:11 guy Exp $ (LBL) */
 /*
  * Copyright (c) 1982, 1986, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -58,7 +58,7 @@ struct tcphdr {
        u_int16_t       th_win;                 /* window */
        u_int16_t       th_sum;                 /* checksum */
        u_int16_t       th_urp;                 /* urgent pointer */
-} __attribute__((packed));
+};
 
 #define        TCPOPT_EOL              0
 #define        TCPOPT_NOP              1