Hello WIRESHARK community! I need your help because i mark time here with a little Lua scripting problem. My aim is to count lost SNMP transactions. Therefore i need to read out the snmp.request_id field to handle requests and responses belonging together. Unfortunately it is not working as it should. Here is my little debugging code example <snmpreqid.lua>:
Execution: TSHARK Output:
The field "snmp.request_id" is correct. I tried to filter out some SNMP V2c Packages in WIRESHARK and it works fine.
A test it with the neighbor field "snmp.error_status" was successful
TSHARK Output:
Used WIRESHARK 1.4.2, 1.4.4, 1.5 - problem persists. Read out msgID working at SNMP V3 but not feasible with SNMP V2c because its not implemented in the message header. I would be very glad if you could help me on with this problem. asked 04 Mar '11, 01:02 snmpmeier |