Hi, I'm writing some code that includes the parsing of SMB2 packets. Some packets have, say, three SMB2 apdus. If I use wireshark Apply as column the smb2.msg_id field I see all three msg_id values in the Packet List separated by commas. If I access the msg_id value in my LUA script I get the first msg_id in the packet only. How can I access all the msg_id values? Thanks and regards...Paul asked 22 Aug '14, 15:28 PaulOfford |
One Answer:
Gerald Combs asked a similar question years ago on the Wireshark developers mailing list, and Tamás Regõs provided a response that you may find useful. To quote:
|
Thanks, that sounds promising. I’ll give it a try and feedback the results.
Best regards…Paul
Just tested this - it works a treat. Thanks for your help.