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

Date: Tue, 28 Aug 2007 15:18:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22704

User: lego
Date: 2007/08/28 03:18 PM

Log:
 SNMP:
  - As noted by Thomas Anders values are not added to the tree anymore. Move the calling of subdissectors to the end of the function, so that the value is added to the tree.
  - add port 8161 to be decoded as SNMP (hey, it's on IANA's services file!)
 UAT:
  - do not have the uat reloaded.
 OIDS:
  - do not complain if renaming an OID to an identical name

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

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -3      emem.c        Modified
  +4 -2      oids.c        Modified
  +1 -2      uat-int.h     Modified
  +2 -1      uat.c         Modified
  +1 -0      uat.h         Modified

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