Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 12522] Double escaping of backslash in Regex required

Date: Mon, 20 Jun 2016 07:16:20 +0000

Comment # 2 on bug 12522 from
Created attachment 14668 [details]
Capture to proof that wrong results are found

Regex: xml matches "@@ V\?"
Finds (guess): @@ D1
Potential cause (guess): V is considered as optional as in V?

Regex: xml matches "@@ V\\?"
Finds nothing (as expected)


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