368 B
368 B
tags | 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 usageiftop
: Show bandwidth usage per connection