aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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