|
||||||||||||||||||
Detailed DescriptionThis structure describes the filter to be used when reading packets from a PCAP file. When a filter is configured, only packets matching all the filter specifications will be read from PCAP file. Field DocumentationSpecify destination port of the packets, or zero to include packets with any destination port number. Note that the port number must be in network byte order. Specify destination IP address of the packets, or zero to include packets destined to any IP addresses. Note that IP address here must be in network byte order. Specify source IP address of the packets, or zero to include packets from any IP addresses. Note that IP address here must be in network byte order. Select data link type, or zero to include any supported data links. Select protocol, or zero to include all supported protocols. Specify source port of the packets, or zero to include packets with any source port number. Note that the port number must be in network byte order. The documentation for this struct was generated from the following file:
Copyright (C) 2006-2009 Teluu Inc.
| |
|||||||||||||||||