Gleb Smirnoff 3e07def4cd Fix tcpdump(8) on carp(4) interface:
- Use our loop DLT type, not OpenBSD. [1]
- The fields that are converted to network byte order are not 32-bit
  fields but 16-bit fields, so htons should be used in htonl. [1]
- Secondly, ip_input changes ip->ip_len into its value without
  the ip-header length. So, restore the length to make bpf happy. [1]
- Use bpf_mtap2(), use temporary af1, since bpf_mtap2 doesn't
  understand uint8_t af identifier.

Submitted by:	Frank Volf [1]
2005-02-28 11:54:36 +00:00
..
2005-02-28 08:55:53 +00:00
2005-02-17 11:14:45 +00:00
2005-02-27 22:19:35 +00:00
2005-02-28 00:53:29 +00:00
2005-02-27 22:16:30 +00:00
2005-02-10 20:39:39 +00:00
2005-02-23 22:44:38 +00:00
2005-02-28 11:51:18 +00:00