Open-Markets-Initiative / wireshark-lua

Source generated cross platform Wireshark dissectors
GNU General Public License v3.0
184 stars 63 forks source link

Sbe composites are not handled correctly #18

Closed Open-Markets-Initiative closed 4 years ago

Open-Markets-Initiative commented 4 years ago

There are 2 types of composites in sbe:

1) Single value with possible constants

2) Multiple value

The sbe loader does not handle this situation correctly.

Open-Markets-Initiative commented 4 years ago

New methods for processing composite types in messages in latest commit.