Wireshark

Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal, the project was renamed Wireshark in May 2006 due to trademark issues.

-- Wikipedia

Packet filtering

Operators:

Examples

IP address (any)

ip.addr == <ip-address>

Source and destination IP addresses

ip.src == <src-ip-address> and ip.dst == <dst-ip-address>

Protocol

<protocol>
http

Protocol contains string

TCP port

UDP port

Negation

Capture packets

Alternative approach

Last updated