From c7024e8913e6193e2005fe6b4a965e8a91aa25f1 Mon Sep 17 00:00:00 2001 From: ana Date: Sat, 24 Nov 2007 23:17:06 +0000 Subject: [PATCH] Invalid default capture filter "not ip host" is still present in wireshark (wireshark-0.99.6.tbz from packages) Workarond: start it with filter: -f " " Bug found by: Miljenko Mikuc Submitted by: Reviewed by: Approved by: Obtained from: --- editor.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.tcl b/editor.tcl index a60a806..6c7d4a2 100755 --- a/editor.tcl +++ b/editor.tcl @@ -1,4 +1,4 @@ -# $Id: editor.tcl,v 1.79 2007/10/29 16:25:23 marko Exp $ +# $Id: editor.tcl,v 1.80 2007/11/24 23:17:06 ana Exp $ # # Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. # @@ -1279,7 +1279,7 @@ proc startethereal { node iface } { global eid set interface "$iface@$eid\.$node" - nexec wireshark -i $interface & + nexec wireshark -i $interface & -f " " & } -- 2.39.5