Book Image

Wireshark Network Security

By : Piyush Verma
Book Image

Wireshark Network Security

By: Piyush Verma

Overview of this book

Table of Contents (14 chapters)
Wireshark Network Security
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Filtering our way through Wireshark


Filters are like conditionals that programmers/developers use while writing code. If we only wanted to see the ARP packets in the TelnetCapture.pcap file, we will apply a condition in the Filter toolbar for ARP and if the current file contains ARP packets, they will be displayed else no packets will be seen at all.

Only ARP traffic on display

The current stable version, 1.12.6, of Wireshark includes a total 13 default capture filters and 15 default display filters. To look at the list of available capture filters, we can go to the Menu bar, click on Capture | Capture Filters..., and to look at the available display filters, click on the Filter button on the Filter toolbar. We can use these as is, or we can use them as templates and customize them to add/create new ones to suit our needs.

Default capture filters available in Wireshark

Wireshark provides the following two types of filtering options:

  • Capture filters

  • Display filters

Tip

The syntax for capture and...