Commit f59447b
finagle/finagle-mux: Update mux Wireshark plugin for Wireshark 4.6.0
Problem
The lua version that Wireshark 4.6.0 comes with has no `bit32` module. This causes an error on startup when this plugin is installed:
```
Lua: Error during loading:
...mux_dissector.lua:87: attempt to index a nil value (global 'bit32')
stack traceback:
.../.local/lib/wireshark/plugins/4-6/mux_dissector.lua:87
```
Solution
Add compatibility function.
Differential Revision: https://phabricator.twitter.biz/D12684881 parent cccf48e commit f59447b
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
60 | 93 | | |
61 | 94 | | |
62 | 95 | | |
| |||
0 commit comments