Bug ID |
10824
|
Summary |
Lua: regex test suite fails with UTF-8 locale
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
Mac OS X 10.4
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Due to the change in:
https://code.wireshark.org/review/#/c/6197/
... the setlocale() call has been moved earlier in tshark's processing, such
that Lua plugins load with the environment locale instead of C-locale. Since
that matches Wireshark's behavior, it's good, but it causes the Lua regex test
suite to fail. So the test suite needs to be fixed.
You are receiving this mail because:
- You are watching all bug changes.