]> git.entuzijast.net Git - imunes.git/commitdiff
Invalid default capture filter "not ip host" is still present in wireshark
authormiljenko <miljenko>
Mon, 26 Nov 2007 08:56:55 +0000 (08:56 +0000)
committermiljenko <miljenko>
Mon, 26 Nov 2007 08:56:55 +0000 (08:56 +0000)
(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:

editor.tcl

index 6c7d4a2d1f7505b96359bd166152cc2dd8bfbe03..3e9737188d3ee0a55d01aa783f4f1a8a01902c56 100755 (executable)
@@ -1,4 +1,4 @@
-# $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.
 #
@@ -1279,7 +1279,7 @@ proc startethereal { node iface } {
     global eid
 
     set interface "$iface@$eid\.$node"
-    nexec wireshark -i $interface -f " " &
+    nexec wireshark -i $interface -f " " &
 }