Wireshark-commits: [Wireshark-commits] rev 47173: /trunk/ /trunk/epan/dissectors/: packet-snmp.c /t
Date: Sun, 20 Jan 2013 10:01:35 GMT
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