Wireshark-bugs: [Wireshark-bugs] [Bug 11536] Error while capturing packets: illegal token: %

Date: Wed, 23 Sep 2015 10:12:47 +0000

Comment # 3 on bug 11536 from
Then I suspect that either:

1) Wireshark is adding extra stuff to the format string (to filter out the
remote capture traffic?) and doing it wrong;

2) WinPcap is passing the wrong string over the wire to the rpcap server;

3) the rpcap server is processing the string incorrectly;

and, given that it's "%", it might be that there's a format string involved
somewhere but it's not being used as a format string, so "%s" or "%d" or
whatever is being left as is rather than being replaced by the appropriate
formatted output.


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