Bruce Evans c086febef5 Don't attempt to optimize the space allocated for bpf headers if
sizeof(struct bpf_hdr) > 20.  20 is normal on 32-bit systems with
32-bit alignment, but we still assume that the last 2 bytes of the
struct are unnecessary padding on such systems.  On systems with
64-bit longs, struct timeval is bloated to 16 bytes, so bpf headers
certainly don't fit in 18 bytes.
1998-07-13 10:44:02 +00:00
..
1997-08-02 14:33:27 +00:00
1997-10-28 15:59:26 +00:00
1998-02-06 12:14:30 +00:00
1997-05-09 07:48:14 +00:00
1998-06-21 14:53:44 +00:00
1998-02-09 06:11:36 +00:00
1997-08-02 14:33:27 +00:00
1998-06-21 14:53:44 +00:00
1998-01-11 17:52:33 +00:00
1998-06-20 16:39:35 +00:00
1998-07-11 10:51:01 +00:00