Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
[metze/wireshark/wip.git] / packet-snmp.c
2000-05-19 Guy HarrisThe only packets that look like SMUX packets *are*...
2000-05-15 Guy HarrisFix a botch that kept it from compiling if you didn...
2000-05-15 Guy HarrisSMUX and SNMP V3 support from Jochen Friedrich.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-05-09 Guy HarrisFix from Ron Flory to suppress a warning GCC issues...
2000-04-13 Gilbert RamirezChange the sub-dissector handoff registration routines...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-15 Guy HarrisTreat the two integers after the request ID in a BulkPDU as
2000-03-15 Guy HarrisDietmar Petras' fix to the handling of SNMPv2 TRAP...
2000-02-20 Guy HarrisUCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-14 Guy HarrisSigh. Some versions of CMU SNMP appear to lack the...
1999-12-14 Guy HarrisDon't try to get UCD SNMP to define the CMU SNMP SMI_...
1999-12-12 Guy HarrisIf we have an SNMP library, use its routines for printi...
1999-12-11 Guy HarrisFix a couple of typos.
1999-12-10 Guy HarrisDon't use MAX_NAME_LEN*6 for string buffers, define...
1999-12-10 Guy HarrisCMU SNMP doesn't have a documented way of including...
1999-12-10 Guy HarrisMake the SNMP dissector use the ASN.1 code, rather...
1999-12-05 Guy HarrisAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-11-18 Guy HarrisILMI is just SNMP-over-ATM AAL5; if the SNMP dissector...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-27 Guy HarrisArrange that "proto_register_snmp()" be defined regardl...
1999-10-25 Guy HarrisThe previous patch didn't fix code used only with the...
1999-10-24 Guy HarrisTomislav Vujec's patch to squelch some complaints from...
1999-09-12 Laurent DenielSome old CPP or tools that take C code in input do
1999-08-29 Gilbert RamirezFix some compilation warnings.
1999-08-20 Guy HarrisCall "init_mib()" in "proto_register_snmp()"; not doing...
1999-07-29 Guy HarrisFix it to build with CMU, as well as UCD, SNMP.
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-12 Guy HarrisUse "val_to_str()", rather than "get_XXX()" routines...
1999-05-16 Gilbert RamirezFixed to actually compile with CMU SNMP library (at...
1999-05-12 Gilbert RamirezAdded Didier Jorand's dissect_snmp routine. This is...