http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47173
User: grahamb
Date: 2013/01/20 02:01 AM
Log:
snmp dissector did not correctly set length of pdu's of more than 127 bytes. The dissector assumed the ber identifier and length fields were always 2 bytes long, so a pdu length of more than 127 bytes, which requires more than 1 length octet, was incorrectly dissected.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-snmp.c Modified
Directory: /trunk/asn1/snmp/
Changes Path Action
+1 -1 packet-snmp-template.c Modified