aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-14Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; forGuy Harris1-26/+36
1999-12-14Don't try to get UCD SNMP to define the CMU SNMP SMI_ values; they mayGuy Harris1-71/+85
1999-12-12If we have an SNMP library, use its routines for printing values; thatGuy Harris1-71/+236
1999-12-11Fix a couple of typos.Guy Harris1-2/+3
1999-12-10Don't use MAX_NAME_LEN*6 for string buffers, define our ownGuy Harris1-4/+8
1999-12-10CMU SNMP doesn't have a documented way of including *only* those headerGuy Harris1-1/+33
1999-12-10Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1-717/+711
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-20/+42
1999-11-18ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,Guy Harris1-6/+15
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+9
1999-10-27Arrange that "proto_register_snmp()" be defined regardless of whetherGuy Harris1-3/+12
1999-10-25The previous patch didn't fix code used only with the CMU SNMP library;Guy Harris1-2/+2
1999-10-24Tomislav Vujec's patch to squelch some complaints from GCC (hopefully,Guy Harris1-3/+3
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-3/+3
1999-08-29Fix some compilation warnings.Gilbert Ramirez1-2/+2
1999-08-20Call "init_mib()" in "proto_register_snmp()"; not doing so causes coreGuy Harris1-1/+2
1999-07-29Fix it to build with CMU, as well as UCD, SNMP.Guy Harris1-3/+3
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-4/+18
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-33/+31
1999-06-12Use "val_to_str()", rather than "get_XXX()" routines, to map SNMPGuy Harris1-270/+189
1999-05-16Fixed to actually compile with CMU SNMP library (at least on Linux).Gilbert Ramirez1-7/+67
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1-0/+882