Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 33409: /trunk/ /trunk/epan/dissectors/: packet-snmp.c /t

Date: Fri, 02 Jul 2010 03:50:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33409

User: guy
Date: 2010/07/01 08:50 PM

Log:
 oid_encoded2string() returns a const char *; don't assign it to a char
 *.
 
 Don't declare variables in the middle of a block; not all the compilers
 we use support that.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +7 -5      packet-snmp.c    Modified

Directory: /trunk/asn1/snmp/
  Changes    Path                      Action
  +4 -2      packet-snmp-template.c    Modified