(wireshark-0.99.6.tbz from packages)
Workarond: start it with filter: -f " "
(wrong command in previous version)
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
-# $Id: editor.tcl,v 1.80 2007/11/24 23:17:06 ana Exp $
+# $Id: editor.tcl,v 1.81 2007/11/26 08:56:55 miljenko Exp $
#
# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved.
#
global eid
set interface "$iface@$eid\.$node"
- nexec wireshark -i $interface & -f " " &
+ nexec wireshark -i $interface -f " " &
}