ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4051] Memory leak in TCP dissector (OutOfMemoryError isn't

Date: Mon, 5 Oct 2009 11:01:22 -0700 (PDT)
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.