aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* "sprint_realloc_value()" takes a "u_char **" as an argument - pass itGuy Harris2004-01-231-3/+3
* signed/unsigned warning fixesJörg Mayer2004-01-231-18/+18
* splitted some of the preferences texts into more than one line,Ulf Lamping2004-01-171-2/+2
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-2/+2
* From Gisle Vanem:Gerald Combs2003-11-021-1/+15
* Plug that leak with a cleanup handler, so we don't leak the variable OIDGuy Harris2003-10-291-3/+15
* ...and there's one leak we missed.Guy Harris2003-10-291-1/+2
* Another leak that isn't.Guy Harris2003-10-291-2/+1
* Actually, one of those *isn't* a leak; don't free something we haven'tGuy Harris2003-10-291-2/+1
* Fix some memory leaks found by Steve Ford.Guy Harris2003-10-291-1/+4
* There is no such thing as a preference that's not set - stringGuy Harris2003-09-081-28/+20
* Don't unload the MIBs unless we've loaded them.Guy Harris2003-09-081-6/+10
* From Kari Tiirikainen: have a preference setting giving the MIB moduleGuy Harris2003-09-081-6/+83
* Handle SNMP-over-TCP.Guy Harris2003-09-061-38/+184
* Back out the previous change - sometimes the newlines should be mappedGuy Harris2003-09-041-13/+1
* UCD SNMP sometimes puts newlines into the printable form of an SNMPGuy Harris2003-08-041-1/+13
* make snmp request id a filterable field instead of just a text entryRonnie Sahlberg2003-06-191-3/+7
* SNMP dissector enhancements:Laurent Deniel2003-05-031-18/+116
* Replace some unchecked malloc calls by g_malloc.Laurent Deniel2003-04-271-6/+6
* Run strings through "format_text()" before putting them into items inGuy Harris2003-04-191-44/+68
* Squelch a compiler warning.Guy Harris2003-04-191-7/+8
* From Thierry Andry: more filterable fields in SNMP.Guy Harris2003-04-181-23/+59
* From Jochen Friedrich: add support for:Guy Harris2003-03-021-1/+3
* * Fix compilation errors with some installation of NET-SNMPLaurent Deniel2003-01-281-7/+61
* "#ifdef" doesn't take Boolean expressions as arguments; use "#ifGuy Harris2002-11-111-2/+2
* Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs2002-11-101-2/+26
* Don't include the header file to get the SNMP version unless we'reGuy Harris2002-10-241-5/+6
* This helps packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP.Tim Potter2002-10-241-2/+2
* From Wes Hardaker:Guy Harris2002-10-231-4/+5
* Wes Hardaker: Support NET-SNMP in addition to UCD-SNMPJörg Mayer2002-10-221-29/+43
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-45/+45
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-6/+1
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-14/+6
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-2/+3
* If variables are used only if "HAVE_UCD_SNMP" is undefined, declare themGuy Harris2002-04-081-2/+3
* From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXGuy Harris2002-04-011-1/+2
* (Conditionally) mark unused variables as such.Guy Harris2002-03-311-3/+13
* Make the UCD SNMP library read its configuration files, so that, forGuy Harris2002-03-261-2/+15
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-26/+22
* "format_var()" returns a "malloc()"ed string, not a "g_malloc()"edGuy Harris2002-03-111-5/+6
* If we're linking with the UCD SNMP library, make "format_oid()" append aGuy Harris2002-03-111-45/+35
* The "val_len" member of a "struct variable_list" should be set to theGuy Harris2002-03-111-7/+6
* Use "ds_set_int()", not "snmp_set_suffix_only()", to set the "printGuy Harris2002-03-101-2/+2
* Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, ratherGuy Harris2002-03-101-419/+128
* Check to make sure SNMP_IPADDR items are 4 bytes long and SNMP_COUNTER64Guy Harris2002-03-061-3/+38
* Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris2002-03-011-29/+5
* From Andrew Hood: translate enterprise OIDs in SNMP traps to strings ifGuy Harris2002-02-191-1/+13
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Work around changes made to recent Red Hat ucd-snmp packages. SeeGerald Combs2001-12-121-1/+17