aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-08If variables are used only if "HAVE_UCD_SNMP" is undefined, declare themguy1-2/+3
2002-04-01From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXguy1-1/+2
2002-03-31(Conditionally) mark unused variables as such.guy1-3/+13
2002-03-26Make the UCD SNMP library read its configuration files, so that, forguy1-2/+15
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".guy1-26/+22
2002-03-11"format_var()" returns a "malloc()"ed string, not a "g_malloc()"edguy1-5/+6
2002-03-11If we're linking with the UCD SNMP library, make "format_oid()" append aguy1-45/+35
2002-03-11The "val_len" member of a "struct variable_list" should be set to theguy1-7/+6
2002-03-10Use "ds_set_int()", not "snmp_set_suffix_only()", to set the "printguy1-2/+2
2002-03-10Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, ratherguy1-419/+128
2002-03-06Check to make sure SNMP_IPADDR items are 4 bytes long and SNMP_COUNTER64guy1-3/+38
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. Useguy1-29/+5
2002-02-19From Andrew Hood: translate enterprise OIDs in SNMP traps to strings ifguy1-1/+13
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-5/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2001-12-12Work around changes made to recent Red Hat ucd-snmp packages. Seegerald1-1/+17
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-23/+23
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-9/+10
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-11/+4
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_Xhagbard1-2/+2
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-3/+6
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-3/+2
2001-09-03Squelch some compiler warnings.guy1-3/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-5/+5
2001-06-10Rename the arguments and flags for the conversation routines, so as notguy1-11/+15
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-3/+3
2001-04-15Conversation dissectors are called through a mechanism that doesn'tguy1-1/+10
2001-04-15Fix up a pile of NullTVB uses that were left in the previous checkin.guy1-32/+32
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.guy1-197/+186
2001-04-07At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" aguy1-2/+2
2001-04-07Don't blow up if "asn1_string_value_decode()" supplies a null pointer asguy1-5/+15
2001-04-06In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an errorguy1-76/+84
2001-02-27Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMPgram1-2/+2
2001-01-30Work around a CMU SNMP bug wherein "sprint_value()" dumps core if thereguy1-47/+88
2001-01-30SNMPv2u support.guy1-2/+148
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-7/+13
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-3/+5
2000-12-24Rename "asn1_octet_string_value_decode()" toguy1-3/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-1/+2
2000-10-21Don't require that all SNMP packets go to or from the SNMP port - theguy1-1/+30
2000-09-19Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULLgram1-2/+2
2000-09-17Close the handle for the SNMP library after we're done with it - sharedguy1-1/+2
2000-09-08Load "libsnmp.so.0", not "libsnmp.so":guy1-8/+27
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