ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12884] sshdump only captures a few packets

Date: Tue, 13 Sep 2016 15:46:17 +0000

Comment # 15 on bug 12884 from
plink from PuTTY does the job for ssh:

    plink ssh-host 'tcpdump -i eth0 -w - -f not ((host fe80::5efe:a00:20f or
host 10.0.2.15 or host fe80::48cf:f21:d2b2:b88c) and port 22)' >
c:\temp\sshdump
    bash: -c: line 0: syntax error near unexpected token `('
    bash: -c: line 0: `tcpdump -i eth0 -w - -f not ((host fe80::5efe:a00:20f or
host 10.0.2.15 or host fe80::48cf:f21:d2b2:b88c) and port 22)'

a quoting issue?


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