Fix files that had Gilbert's old e-mail address or that didn't have my
[obnox/wireshark/wip.git] / packet-snmp.c
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...