| http://www.w3.org/ns/prov#value | - You need to look at those headers to determine whether the packet is an IP packet; if it is, then you need to parse the IPv4 or IPv6 header (depending on whether the headers indicate that it is an IPv4 or IPv6 packet, or, alternatively, on whether the version field in the header is 4 or 6 - the version field appears in the same location in the IPv4 and IPv6 header; for LINKTYPE_RAW, you would h
|