aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-9/+9
2000-07-25Use the right length when adding the "agent address" entry to the treeguy1-3/+2
2000-07-25Fix a comment.guy1-2/+2
2000-07-08The security model values 1 and 2 ("reserved for SNMPv1" and "reservedguy1-19/+1
2000-07-02"asn1_octet_string_decode()" sets the pointer to the raw octets to NULLguy1-7/+19
2000-06-29Make "format_oid()" allocate a buffer that's big enough, format the OIDguy1-2/+2
2000-06-28Make "format_oid()" allocate a buffer that's big enough, format the OIDguy1-16/+24
2000-06-26Rename "format_value()" to "format_var()", and have it dynamicallyguy1-9/+60
2000-06-25Make the string buffers into which stuff is formatted larger, to handle,guy1-2/+2
2000-06-17Instead of calling "snmp_set_full_objid()" to cause OIDs to be displayedguy1-13/+105
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-6/+6
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketguy1-2/+5
2000-05-24Update a comment to reflect that only UCD SNMP 4.1.1 hasguy1-3/+3
2000-05-19The only packets that look like SMUX packets *are* SMUX packets (unlikeguy1-4/+4
2000-05-15Fix a botch that kept it from compiling if you didn't have an SNMPguy1-2/+2
2000-05-15SMUX and SNMP V3 support from Jochen Friedrich.guy1-116/+823
2000-05-11Add tvbuff class.gram1-30/+30
2000-05-09Fix from Ron Flory to suppress a warning GCC issues on at least someguy1-3/+3
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+3
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-1/+11
2000-03-15Treat the two integers after the request ID in a BulkPDU asguy1-13/+25
2000-03-15Dietmar Petras' fix to the handling of SNMPv2 TRAP PDUs.guy1-2/+4
2000-02-20UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that callsguy1-1/+25
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-14Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; forguy1-26/+36
1999-12-14Don't try to get UCD SNMP to define the CMU SNMP SMI_ values; they mayguy1-71/+85
1999-12-12If we have an SNMP library, use its routines for printing values; thatguy1-71/+236
1999-12-11Fix a couple of typos.guy1-2/+3
1999-12-10Don't use MAX_NAME_LEN*6 for string buffers, define our ownguy1-4/+8
1999-12-10CMU SNMP doesn't have a documented way of including *only* those headerguy1-1/+33
1999-12-10Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryguy1-717/+711
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifguy1-20/+42
1999-11-18ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,guy1-6/+15
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+9
1999-10-27Arrange that "proto_register_snmp()" be defined regardless of whetherguy1-3/+12
1999-10-25The previous patch didn't fix code used only with the CMU SNMP library;guy1-2/+2
1999-10-24Tomislav Vujec's patch to squelch some complaints from GCC (hopefully,guy1-3/+3
1999-09-12Some old CPP or tools that take C code in input dodeniel1-3/+3
1999-08-29Fix some compilation warnings.gram1-2/+2
1999-08-20Call "init_mib()" in "proto_register_snmp()"; not doing so causes coreguy1-1/+2
1999-07-29Fix it to build with CMU, as well as UCD, SNMP.guy1-3/+3
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-4/+18
1999-07-07Created a new protocol tree implementation and a new display filtergram1-33/+31
1999-06-12Use "val_to_str()", rather than "get_XXX()" routines, to map SNMPguy1-270/+189
1999-05-16Fixed to actually compile with CMU SNMP library (at least on Linux).gram1-7/+67
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled ingram1-0/+882