eolas/neuron/2abd5c63-27cc-420e-b0df-76bdd7f8acb1/Network_packet_analysis_tools.md
2025-03-26 17:50:46 +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