http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1752
--- Comment #3 from Javier Kohen <jkohen@xxxxxxxxxxxxxxxxxxxxx> 2008-03-18 21:35:06 GMT ---
(In reply to comment #2)
I'm still having this problem with Debian's Wireshark 0.99.8. There is terribly
significant performance difference between my two test cases:
1) Capture on port 12321
2) On one console run: nc -l 12321
3a) On another: cat mbox-4500kB | nc localhost 12321
and
3b) cat mbox-4500kB | tr $'\n' a | nc localhost 12321
The tr $'\n' bit causes newlines to be converted to the letter 'a.' mbox-4500kB
is a regular UNIX mailbox file 4.5MB big.
Let me know if I can assist further.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.