PACKET FILTERING

wireshark's filtering engine helps analysts narrow down the traffic & focus on the event of interest. the two types of filtering approaches used by wireshark are: capture filters and display filters. capture filters are used when capturing specific packets of interest (think BPF). display filtering on the other hand is used when viewing packets valid for the used filter.

METHOD 1: DISPLAY FILTERING - BASIC

METHOD 2: DISPLAY FILTERING - LINKED PACKETS

METHOD 3: DISPLAY FILTERING - FOLLOWING STREAMS

this method will reconstruct streams IOT view the raw traffic as it is presented at the application level. this helps analysts recreate the application-level data to understand the event of interest. viewing the unencrypted protocol data such as usernames, passwords, etc is possible with this method

Last updated