Skip to content

Commit

Permalink
Wireshark Filters
Browse files Browse the repository at this point in the history
Providing additional wireshark filters to view internal traffic only along with viewing traffic based on protocol.
  • Loading branch information
adam-greer committed Oct 17, 2017
1 parent accac33 commit 519b5d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wireshark
Expand Up @@ -17,3 +17,8 @@ Capture>"Options...">[Uncheck "Use promiscuious mode on all interfaces"]>Start
View>"Wireless Toolbar" then
"Wireless Toolbar">"Decryption Keys..."

# To view only traffic on the LAN
"ip.src==10.0.0.0/8 and ip.dst==10.0.0.0/8"

# To view traffic on a specific port
"tcp.port eq 443"

0 comments on commit 519b5d1

Please sign in to comment.