dect
/
libpcap
Archived
13
0
Fork 0

Note that what follows the ipnet pseudo-header is an IPv4 or IPv6

datagram.
This commit is contained in:
Guy Harris 2009-07-27 12:04:39 -07:00
parent a685965f2f
commit e29e700736
2 changed files with 6 additions and 0 deletions

View File

@ -938,6 +938,9 @@ struct bpf_version {
* A zone number of 0 is the global zone; a zone number of 0xffffffff
* means that the packet arrived from another host on the network, not
* from another zone on the same machine.
*
* An IPv4 or IPv6 datagram follows the pseudo-header; dli_family indicates
* which of those it is.
*/
#define DLT_IPNET 226

View File

@ -778,6 +778,9 @@ static const char rcsid[] _U_ =
* A zone number of 0 is the global zone; a zone number of 0xffffffff
* means that the packet arrived from another host on the network, not
* from another zone on the same machine.
*
* An IPv4 or IPv6 datagram follows the pseudo-header; dli_family indicates
* which of those it is.
*/
#define LINKTYPE_IPNET 226