
Network Analysis using Wireshark Cookbook
By :

In this chapter we will learn how to work with display filters. Display filters are filters that we apply after capturing data (filtered by capture filters or not), and when we wish to display only part of the data.
Display filters can be implemented in order to locate various types of data:
Parameters such as the IP address, TCP or UDP port numbers, URLs, and server names
Conditions such as "packet length shorter than..." and the TCP port range
Phenomena such as TCP retransmissions, duplicate and other types of ACKs, various protocol error codes, and flag existence
Various applications parameters such as Short Message Service (SMS) source and destination numbers and Server Message Block (SMB) server names
Any data that is sent over the network can be filtered, and when filtered, you can create statistics and graphs according to it.
As we will describe in the recipes in this chapter, there are various ways to configure display filters: from predefined menus, from the packet pane, or...
Change the font size
Change margin width
Change background colour