Created Wednesday 08 February 2017
Installation
$ pacman -S wireshark-qt
# To allow a user to run Wireshark (without sudo) add the user to the wireshark group
# Requires you to log out and back in to take effect
$ gpasswd --add <USER> wireshark
Filters
# A few typical filters for the output
IP address
# To set a filter for any packets to and/or from a specific IP address
# You can also specify two IP addresses to see a specific communication between two hosts
Protocol
# You can specify the protocol directly. Ex to track ftp packets
# Or HTTP
# Maybe DNS? etc
# You can also exclude protocols
# Here we exclude ARP, ICMP and DNS-all
Port
# We can track packets to/from a specific port, ex. port 80 (HTTP)
TCP resets
# The reset flag is triggered when the hosts isn't supposed to recieve that package
Webpages being accessed
# The GET and POST requests will display websites being accessed for the most parts
Searching
# You can search for specific string in the packets.
# Ex, we want to search a username (stick)