aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-6/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+6
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+3
2002-04-08If variables are used only if "HAVE_UCD_SNMP" is undefined, declare themGuy Harris1-2/+3
2002-04-01From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXGuy Harris1-1/+2
2002-03-31(Conditionally) mark unused variables as such.Guy Harris1-3/+13
2002-03-26Make the UCD SNMP library read its configuration files, so that, forGuy Harris1-2/+15
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-26/+22
2002-03-11"format_var()" returns a "malloc()"ed string, not a "g_malloc()"edGuy Harris1-5/+6
2002-03-11If we're linking with the UCD SNMP library, make "format_oid()" append aGuy Harris1-45/+35
2002-03-11The "val_len" member of a "struct variable_list" should be set to theGuy Harris1-7/+6
2002-03-10Use "ds_set_int()", not "snmp_set_suffix_only()", to set the "printGuy Harris1-2/+2
2002-03-10Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, ratherGuy Harris1-419/+128
2002-03-06Check to make sure SNMP_IPADDR items are 4 bytes long and SNMP_COUNTER64Guy Harris1-3/+38
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris1-29/+5
2002-02-19From Andrew Hood: translate enterprise OIDs in SNMP traps to strings ifGuy Harris1-1/+13
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-5/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-12Work around changes made to recent Red Hat ucd-snmp packages. SeeGerald Combs1-1/+17
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-23/+23
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-9/+10
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-11/+4
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
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