December 2013
Intermediate to advanced
452 pages
9h 45m
English
When talking about host and network filters, we refer to Layer 3 filters that are IP address-based filters. In this recipe we will refer to these filters and what we can do with them.
The basic Layer 3 filters are:
ip or ip6: To capture IP or IPv6 packets.host <host>: To get host name or address.dst host <host>: To get destination host name or address.src host <host>: To get source host name or address.Host can be an IP address or a host name related with this number. You can type, for example, a filter host www.packtpub.com that will show you all packets to/from the IP address related to the Packt website.
gateway <Host name or address>: It captures traffic to or from the hardware address but ...Read now
Unlock full access