aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-27Replace some unchecked malloc calls by g_malloc.Laurent Deniel1-6/+6
2003-04-19Run strings through "format_text()" before putting them into items inGuy Harris1-44/+68
2003-04-19Squelch a compiler warning.Guy Harris1-7/+8
2003-04-18From Thierry Andry: more filterable fields in SNMP.Guy Harris1-23/+59
2003-03-02From Jochen Friedrich: add support for:Guy Harris1-1/+3
2003-01-28* Fix compilation errors with some installation of NET-SNMPLaurent Deniel1-7/+61
2002-11-11"#ifdef" doesn't take Boolean expressions as arguments; use "#ifGuy Harris1-2/+2
2002-11-10Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs1-2/+26
2002-10-24Don't include the header file to get the SNMP version unless we'reGuy Harris1-5/+6
2002-10-24This helps packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP.Tim Potter1-2/+2
2002-10-23From Wes Hardaker:Guy Harris1-4/+5
2002-10-22Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPJörg Mayer1-29/+43
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-45/+45
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