Wireshark-bugs: [Wireshark-bugs] [Bug 12522] Double escaping of backslash in Regex required
Date: Mon, 20 Jun 2016 07:21:47 +0000

Comment # 3 on bug 12522 from
Created attachment 14669 [details]
Capture to play with double escaping of \

Regex: xml matches "@@ V1\\*"
Expected: no results, since there is no backslash in the XML
Actual Result: @@ V1***** is found


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