aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-04UCD SNMP sometimes puts newlines into the printable form of an SNMPguy1-1/+13
2003-06-19make snmp request id a filterable field instead of just a text entrysahlberg1-3/+7
2003-05-03SNMP dissector enhancements:deniel1-18/+116
2003-04-27Replace some unchecked malloc calls by g_malloc.deniel1-6/+6
2003-04-19Run strings through "format_text()" before putting them into items inguy1-44/+68
2003-04-19Squelch a compiler warning.guy1-7/+8
2003-04-18From Thierry Andry: more filterable fields in SNMP.guy1-23/+59
2003-03-02From Jochen Friedrich: add support for:guy1-1/+3
2003-01-28* Fix compilation errors with some installation of NET-SNMPdeniel1-7/+61
2002-11-11"#ifdef" doesn't take Boolean expressions as arguments; use "#ifguy1-2/+2
2002-11-10Add tethereal's tap objects to Makefile.nmake's "clean" target.gerald1-2/+26
2002-10-24Don't include the header file to get the SNMP version unless we'reguy1-5/+6
2002-10-24This helps packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP.tpot1-2/+2
2002-10-23From Wes Hardaker:guy1-4/+5
2002-10-22Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPjmayer1-29/+43
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-45/+45
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-6/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-14/+6
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-2/+3
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