The Session Announcement Protocol version 2 is now RFC 2974. Since
[obnox/wireshark/wip.git] / packet-snmp.c
2000-09-19 gramMove the dlclose() of libsnmp_handle into the libsnmp_h...
2000-09-17 guyClose the handle for the SNMP library after we're done...
2000-09-08 guyLoad "libsnmp.so.0", not "libsnmp.so":
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-25 guyUse the right length when adding the "agent address...
2000-07-25 guyFix a comment.
2000-07-08 guyThe security model values 1 and 2 ("reserved for SNMPv1...
2000-07-02 guy"asn1_octet_string_decode()" sets the pointer to the...
2000-06-29 guyMake "format_oid()" allocate a buffer that's big enough...
2000-06-28 guyMake "format_oid()" allocate a buffer that's big enough...
2000-06-26 guyRename "format_value()" to "format_var()", and have...
2000-06-25 guyMake the string buffers into which stuff is formatted...
2000-06-17 guyInstead of calling "snmp_set_full_objid()" to cause...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-30 guyGive the IPX dissector dissector hash tables for the...
2000-05-24 guyUpdate a comment to reflect that only UCD SNMP 4.1...
2000-05-19 guyThe only packets that look like SMUX packets *are*...
2000-05-15 guyFix a botch that kept it from compiling if you didn...
2000-05-15 guySMUX and SNMP V3 support from Jochen Friedrich.
2000-05-11 gramAdd tvbuff class.
2000-05-09 guyFix from Ron Flory to suppress a warning GCC issues...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-15 guyTreat the two integers after the request ID in a BulkPDU as
2000-03-15 guyDietmar Petras' fix to the handling of SNMPv2 TRAP...
2000-02-20 guyUCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 guySigh. Some versions of CMU SNMP appear to lack the...
1999-12-14 guyDon't try to get UCD SNMP to define the CMU SNMP SMI_...
1999-12-12 guyIf we have an SNMP library, use its routines for printi...
1999-12-11 guyFix a couple of typos.
1999-12-10 guyDon't use MAX_NAME_LEN*6 for string buffers, define...
1999-12-10 guyCMU SNMP doesn't have a documented way of including...
1999-12-10 guyMake the SNMP dissector use the ASN.1 code, rather...
1999-12-05 guyAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-11-18 guyILMI is just SNMP-over-ATM AAL5; if the SNMP dissector...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-27 guyArrange that "proto_register_snmp()" be defined regardl...
1999-10-25 guyThe previous patch didn't fix code used only with the...
1999-10-24 guyTomislav Vujec's patch to squelch some complaints from...
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-08-29 gramFix some compilation warnings.
1999-08-20 guyCall "init_mib()" in "proto_register_snmp()"; not doing...
1999-07-29 guyFix it to build with CMU, as well as UCD, SNMP.
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-12 guyUse "val_to_str()", rather than "get_XXX()" routines...
1999-05-16 gramFixed to actually compile with CMU SNMP library (at...
1999-05-12 gramAdded Didier Jorand's dissect_snmp routine. This is...