aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-28From Yaniv Kaul: Fix an SNMP crash bug.gerald1-1/+6
2004-05-29check in Thomas Anders patch to SNMP to allow ethereal to dissectsahlberg1-2/+4
2004-01-23"sprint_realloc_value()" takes a "u_char **" as an argument - pass itguy1-3/+3
2004-01-23signed/unsigned warning fixesjmayer1-18/+18
2004-01-17splitted some of the preferences texts into more than one line,ulfl1-2/+2
2003-11-16Export "protocol_t" as an opaque type.guy1-2/+2
2003-11-02From Gisle Vanem:gerald1-1/+15
2003-10-29Plug that leak with a cleanup handler, so we don't leak the variable OIDguy1-3/+15
2003-10-29...and there's one leak we missed.guy1-1/+2
2003-10-29Another leak that isn't.guy1-2/+1
2003-10-29Actually, one of those *isn't* a leak; don't free something we haven'tguy1-2/+1
2003-10-29Fix some memory leaks found by Steve Ford.guy1-1/+4
2003-09-08There is no such thing as a preference that's not set - stringguy1-28/+20
2003-09-08Don't unload the MIBs unless we've loaded them.guy1-6/+10
2003-09-08From Kari Tiirikainen: have a preference setting giving the MIB moduleguy1-6/+83
2003-09-06Handle SNMP-over-TCP.guy1-38/+184
2003-09-04Back out the previous change - sometimes the newlines should be mappedguy1-13/+1
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