eolas/neuron/3b3f3885-a969-4331-8766-b386e8dbd527/Network_packet_analysis_tools.md

13 lines
368 B
Markdown
Raw Normal View History

2024-12-13 17:06:15 +00:00
---
tags: [networks, procedural]
created: Friday, December 13, 2024
---
# Network packet analysis tools
- `tcpdump`: View raw packet data (`tcpdump -i wlan0 -XX` for full packet
contents)
- tshark: Wireshark's CLI for detailed packet analysis (`tshark -i wlan0 -V`)
- `nethogs`: Monitor per-application network usage
- `iftop`: Show bandwidth usage per connection