aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename "format_value()" to "format_var()", and have it dynamicallyGuy Harris2000-06-261-9/+60
* Make the string buffers into which stuff is formatted larger, to handle,Guy Harris2000-06-251-2/+2
* Instead of calling "snmp_set_full_objid()" to cause OIDs to be displayedGuy Harris2000-06-171-13/+105
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-6/+6
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-2/+5
* Update a comment to reflect that only UCD SNMP 4.1.1 hasGuy Harris2000-05-241-3/+3
* The only packets that look like SMUX packets *are* SMUX packets (unlikeGuy Harris2000-05-191-4/+4
* Fix a botch that kept it from compiling if you didn't have an SNMPGuy Harris2000-05-151-2/+2
* SMUX and SNMP V3 support from Jochen Friedrich.Guy Harris2000-05-151-116/+823
* Add tvbuff class.Gilbert Ramirez2000-05-111-30/+30
* Fix from Ron Flory to suppress a warning GCC issues on at least someGuy Harris2000-05-091-3/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+3
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-1/+11
* Treat the two integers after the request ID in a BulkPDU asGuy Harris2000-03-151-13/+25
* Dietmar Petras' fix to the handling of SNMPv2 TRAP PDUs.Guy Harris2000-03-151-2/+4
* UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that callsGuy Harris2000-02-201-1/+25
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; forGuy Harris1999-12-141-26/+36
* Don't try to get UCD SNMP to define the CMU SNMP SMI_ values; they mayGuy Harris1999-12-141-71/+85
* If we have an SNMP library, use its routines for printing values; thatGuy Harris1999-12-121-71/+236
* Fix a couple of typos.Guy Harris1999-12-111-2/+3
* Don't use MAX_NAME_LEN*6 for string buffers, define our ownGuy Harris1999-12-101-4/+8
* CMU SNMP doesn't have a documented way of including *only* those headerGuy Harris1999-12-101-1/+33
* Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1999-12-101-717/+711
* As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1999-12-051-20/+42
* ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,Guy Harris1999-11-181-6/+15
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+9
* Arrange that "proto_register_snmp()" be defined regardless of whetherGuy Harris1999-10-271-3/+12
* The previous patch didn't fix code used only with the CMU SNMP library;Guy Harris1999-10-251-2/+2
* Tomislav Vujec's patch to squelch some complaints from GCC (hopefully,Guy Harris1999-10-241-3/+3
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-3/+3
* Fix some compilation warnings.Gilbert Ramirez1999-08-291-2/+2
* Call "init_mib()" in "proto_register_snmp()"; not doing so causes coreGuy Harris1999-08-201-1/+2
* Fix it to build with CMU, as well as UCD, SNMP.Guy Harris1999-07-291-3/+3
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-4/+18
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-33/+31
* Use "val_to_str()", rather than "get_XXX()" routines, to map SNMPGuy Harris1999-06-121-270/+189
* Fixed to actually compile with CMU SNMP library (at least on Linux).Gilbert Ramirez1999-05-161-7/+67
* Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1999-05-121-0/+882