You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@andres-beato has checked it and the NetIDE dissector is not currently supporting this (it just reads the first message and the rest is considered as part of the payload). He's also been checking if there is some way of reusing the ZMQ dissector (because it's a lua). The easiest solution would be to check the ZMQ header (it indicates the length of the message) and dissect NetIDE messages as a list of tuples: ZMQ header + NetIDE message. What do you think? Any other idea?
At least this is not a problem right now for the "internal" debugger (which only takes NetIDE messages and not the TCP segments), but it should be addressed for the "stand-alone" version.
Looking at the MinJa1.pcap.pcapng:
Decoding the ZTMP lua decoder:
You see frame 120 has 4 data frames (= 4 NetIDE messages)
And with our dissector:
The text was updated successfully, but these errors were encountered: