From 519b5d164396f4b95e85ea658ad4d7e91d9e354e Mon Sep 17 00:00:00 2001 From: bstlee0 <18645597+bstlee0@users.noreply.github.com> Date: Tue, 17 Oct 2017 11:53:55 -0600 Subject: [PATCH] Wireshark Filters Providing additional wireshark filters to view internal traffic only along with viewing traffic based on protocol. --- wireshark | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wireshark b/wireshark index 7ab0eab..4ff570d 100644 --- a/wireshark +++ b/wireshark @@ -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"