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

Date: Mon, 27 Aug 2007 17:05:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22684

User: lego
Date: 2007/08/27 05:05 PM

Log:
 - packet-snmp(-template).c
    - reimplement the "snmp.variable_oid" dissector table
 - oids.[ch]
    - get rid of keytype_implicit in oid_value_type_t we won't use it.
    - have the windows base path for mibs be consistent to where we've put the mibs
    - oid_get_from_encoded() and oid_get_from_string(): have the subids array being computed in a prior statement of where the side-effected argument is going to be used... worked on gcc, not on windows... I deserve "have daemons flying out of my nose" for that :-).

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

Directory: /trunk/epan/
  Changes    Path          Action
  +88 -52    oids.c        Modified
  +12 -1     oids.h        Modified

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