340
edits
No edit summary |
|||
Line 74: | Line 74: | ||
|- | |- | ||
|} | |} | ||
* '''ip.src, ip.dst''': The source or destination IP address. | |||
:Example: | |||
:{| class="wikitable sortable" | |||
|- | |||
| | |||
ip.src == 10.0.0.1/8 and ip.dst == 10.0.0.1/8 | |||
|- | |||
|} | |||
: This will match traffic only within 10.0.0.1/8 subnet. If src/dst is omitted, also in or outbound traffic from or to other subnets is captured! | |||
*'''mac''': A MAC address. The packet is captured if either source or destination MAC address of the packet match. | *'''mac''': A MAC address. The packet is captured if either source or destination MAC address of the packet match. |
edits