diff --git a/pcap/bpf.h b/pcap/bpf.h index c5a11d3..91f33eb 100644 --- a/pcap/bpf.h +++ b/pcap/bpf.h @@ -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 diff --git a/savefile.c b/savefile.c index de3808b..e3687da 100644 --- a/savefile.c +++ b/savefile.c @@ -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