Wireshark-bugs: [Wireshark-bugs] [Bug 11487] Monitor interface should not be created on startup

Date: Sat, 10 Oct 2015 22:47:27 +0000

Comment # 5 on bug 11487 from
The proposed patch avoids the interface creation, verified which this wrapper:

mv dumpcap dumpcap.bin
cat >dumpcap <<'EOF'
#!/bin/sh
date -R >> /tmp/dumpcap.log
echo "$0" "$@" >> /tmp/dumpcap.log
exec "$0".bin "$@"
EOF
chmod +x dumpcap


You are receiving this mail because:
  • You are watching all bug changes.