eolas/neuron/7aecb0c4-f9f9-4579-9564-8a4cb5e9c958/Network_packet_analysis_tools.md
2025-03-14 17:01:58 +00:00

368 B

tags created
networks
procedural
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