Wireshark-bugs: [Wireshark-bugs] [Bug 13048] sshdump does not allow empty capture filter

Date: Wed, 26 Oct 2016 09:16:23 +0000

Comment # 3 on bug 13048 from
(In reply to Dario Lombardo from comment #2)
> If I delete it an empty filter is submitted (correct).

Have a look in sshdump.c run_ssh_command() at this code:

158                 default_filter = local_interfaces_to_filter(remote_port);   
159                 if (!cfilter)                                               
160                         cfilter = default_filter;                           
161                 quoted_filter = g_shell_quote(cfilter);                     

Doesn't this use default_filter when not providing a cfilter?


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