Skip to main content

Posts

Showing posts with the label Wireshark

Basics of Wireshark: Part-2

What is color coding in Wireshark? The packets within the Wireshark are highlighted with blue, black, and green color. These colors help users to spot the kinds of traffic. it's also called as packet colorization. The all defined coloring rules within the Wireshark are kind of temporary rules and permanent rules. The temporary created all rules are already there until the program is in active mode or until we quit the in middle program. The permanent color rules are available until the Wireshark is in use or the following time you run the Wireshark. The steps to use color filters are discussed later during this topic. Below is the list of filters used in Wireshark: Filters Description ip.addr Example- ip.addr==10.10.100.247 ip.src ip.dst It is used to specify the IP address as the source or the destination. This example will filter based on this IP address as a source and a destination. If we want for a particular source or destination then, It is used for the source filter. It is ...