http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2082
Summary: wireshark freezes when reading from pipe
Product: Wireshark
Version: 0.99.7
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: lucas@xxxxxxxxxxxxxxxxxx
Build Information:
wireshark 0.99.7pre1
Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.1, with GLib 2.14.3, with libpcap 0.9.8, with libz
1.2.3.3, with libpcre 7.3, without SMI, with ADNS, without Lua, with GnuTLS
2.0.4, with Gcrypt 1.2.4, with MIT Kerberos, with PortAudio PortAudio V19-devel
(built Oct 25 2007), without AirPcap.
Running on Linux 2.6.22-3-686, with libpcap version 0.9.8.
Built using gcc 4.2.3 20071014 (prerelease) (Debian 4.2.2-3).
--
Hi,
I'm trying to use a pipe to analyze what's going on on a remote host. I found
http://wiki.wireshark.org/CaptureSetup/Pipes , but when I try:
wireshark -k -i <(ssh rxa tshark -w - not tcp port 22)
The wireshark window just freezes.
Capture works, according to what's displayed on stderr (packet count
increases).
I also tried:
tshark -i <(ssh rxa tshark -w - not tcp port 22)
But it doesn't display anything, except what's sent written on stderr by the
remote tshark instance, even after 300+ packets have been captured.
Any ideas?
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.