Skip to content

Replace deprecated bit32 library with Lua BitOp#389

Open
Maaggs wants to merge 1 commit intoQuantumEntangledAndy:masterfrom
Maaggs:wireshark-dissector-broken-due-to-deprecated-function-use
Open

Replace deprecated bit32 library with Lua BitOp#389
Maaggs wants to merge 1 commit intoQuantumEntangledAndy:masterfrom
Maaggs:wireshark-dissector-broken-due-to-deprecated-function-use

Conversation

@Maaggs
Copy link

@Maaggs Maaggs commented Dec 21, 2025

This is in accordance with the '13.17. Bitwise Operations' chapter of the Wireshark's Lua API Reference Manual. Using the Lua BitOp library instead of the native bitwise operators provides maximum backwards compatibility and avoids potential issues arising from the use of 64-bit integers by default with the native operators.

Fix #388

@Maaggs Maaggs force-pushed the wireshark-dissector-broken-due-to-deprecated-function-use branch from e432015 to 7ba8d3e Compare December 21, 2025 13:27
This is in accordance with the '13.17. Bitwise Operations' chapter of the Wireshark's Lua API Reference Manual. Using the Lua BitOp library instead of the native bitwise operators provides maximum backwards compatibility and avoids potential issues arising from the use of 64-bit integers by default with the native operators.

Fix QuantumEntangledAndy#388
@Maaggs Maaggs force-pushed the wireshark-dissector-broken-due-to-deprecated-function-use branch from 7ba8d3e to 19ffb41 Compare February 7, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wireshark dissector broken due to deprecated function use

1 participant