https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4051
--- Comment #5 from Gerfl <gkrames@xxxxxxx> 2009-10-05 11:01:18 PDT ---
TCP-Only demonstration of the memory leak:
Steps:
1. tshark -w test.pcap -i eth0 -n
Run the top command on this machine
2. on server:
netcat -l -p {port} >/dev/null
3. on client:
yes | netcat {Server} {port}
Chose some idle port number (make sure that related dissector, if any, is
disabled).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.