# wireshark

### Wireshark GUI

Basic filter commands:

```bash
tcp
tcp or http
ip.addr==[ip_addr]
(tcp or http) and ip.addr==[ip_addr]
```
