aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+2
2001-09-03Squelch some compiler warnings.Guy Harris1-3/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-5/+5
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris1-11/+15
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-3/+3
2001-04-15Conversation dissectors are called through a mechanism that doesn'tGuy Harris1-1/+10
2001-04-15Fix up a pile of NullTVB uses that were left in the previous checkin.Guy Harris1-32/+32
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-197/+186
2001-04-07At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" aGuy Harris1-2/+2
2001-04-07Don't blow up if "asn1_string_value_decode()" supplies a null pointer asGuy Harris1-5/+15
2001-04-06In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an errorGuy Harris1-76/+84
2001-02-27Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMPGilbert Ramirez1-2/+2
2001-01-30Work around a CMU SNMP bug wherein "sprint_value()" dumps core if thereGuy Harris1-47/+88
2001-01-30SNMPv2u support.Guy Harris1-2/+148
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-7/+13
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-3/+5
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-3/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+2
2000-10-21Don't require that all SNMP packets go to or from the SNMP port - theGuy Harris1-1/+30
2000-09-19Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULLGilbert Ramirez1-2/+2
2000-09-17Close the handle for the SNMP library after we're done with it - sharedGuy Harris1-1/+2
2000-09-08Load "libsnmp.so.0", not "libsnmp.so":Guy Harris1-8/+27
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-9/+9
2000-07-25Use the right length when adding the "agent address" entry to the treeGuy Harris1-3/+2
2000-07-25Fix a comment.Guy Harris1-2/+2
2000-07-08The security model values 1 and 2 ("reserved for SNMPv1" and "reservedGuy Harris1-19/+1
2000-07-02"asn1_octet_string_decode()" sets the pointer to the raw octets to NULLGuy Harris1-7/+19
2000-06-29Make "format_oid()" allocate a buffer that's big enough, format the OIDGuy Harris1-2/+2
2000-06-28Make "format_oid()" allocate a buffer that's big enough, format the OIDGuy Harris1-16/+24
2000-06-26Rename "format_value()" to "format_var()", and have it dynamicallyGuy Harris1-9/+60
2000-06-25Make the string buffers into which stuff is formatted larger, to handle,Guy Harris1-2/+2
2000-06-17Instead of calling "snmp_set_full_objid()" to cause OIDs to be displayedGuy Harris1-13/+105
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-6/+6
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-2/+5
2000-05-24Update a comment to reflect that only UCD SNMP 4.1.1 hasGuy Harris1-3/+3
2000-05-19The only packets that look like SMUX packets *are* SMUX packets (unlikeGuy Harris1-4/+4
2000-05-15Fix a botch that kept it from compiling if you didn't have an SNMPGuy Harris1-2/+2
2000-05-15SMUX and SNMP V3 support from Jochen Friedrich.Guy Harris1-116/+823
2000-05-11Add tvbuff class.Gilbert Ramirez1-30/+30
2000-05-09Fix from Ron Flory to suppress a warning GCC issues on at least someGuy Harris1-3/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+3
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-1/+11
2000-03-15Treat the two integers after the request ID in a BulkPDU asGuy Harris1-13/+25
2000-03-15Dietmar Petras' fix to the handling of SNMPv2 TRAP PDUs.Guy Harris1-2/+4
2000-02-20UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that callsGuy Harris1-1/+25
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-14Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; forGuy Harris1-26/+36