This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Chart network traffic

0

I'm brand new to wireshark. Is there a chart that will show me the volume of network activity by LAN IP address? I'd like to see which computers have the most traffic.

asked 09 Nov '13, 13:07

Scott216's gravatar image

Scott216
11112
accept rate: 0%


One Answer:

0

There are several methods.

Statistics -> Endpoints -> IPv4 (sort for Bytes or Packets)
Statistics -> Conversations -> IPv4 (or TCP)
Statistics -> IO Graph (IO Graph Tutorial)

or on the CLI

tshark -nr input.pcap -z conv,ip

Regards
Kurt

answered 09 Nov '13, 14:56

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%