| Commit message (Expand) | Author | Age | Files | Lines |
* | "sprint_realloc_value()" takes a "u_char **" as an argument - pass it | Guy Harris | 2004-01-23 | 1 | -3/+3 |
* | signed/unsigned warning fixes | Jörg Mayer | 2004-01-23 | 1 | -18/+18 |
* | splitted some of the preferences texts into more than one line, | Ulf Lamping | 2004-01-17 | 1 | -2/+2 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -2/+2 |
* | From Gisle Vanem: | Gerald Combs | 2003-11-02 | 1 | -1/+15 |
* | Plug that leak with a cleanup handler, so we don't leak the variable OID | Guy Harris | 2003-10-29 | 1 | -3/+15 |
* | ...and there's one leak we missed. | Guy Harris | 2003-10-29 | 1 | -1/+2 |
* | Another leak that isn't. | Guy Harris | 2003-10-29 | 1 | -2/+1 |
* | Actually, one of those *isn't* a leak; don't free something we haven't | Guy Harris | 2003-10-29 | 1 | -2/+1 |
* | Fix some memory leaks found by Steve Ford. | Guy Harris | 2003-10-29 | 1 | -1/+4 |
* | There is no such thing as a preference that's not set - string | Guy Harris | 2003-09-08 | 1 | -28/+20 |
* | Don't unload the MIBs unless we've loaded them. | Guy Harris | 2003-09-08 | 1 | -6/+10 |
* | From Kari Tiirikainen: have a preference setting giving the MIB module | Guy Harris | 2003-09-08 | 1 | -6/+83 |
* | Handle SNMP-over-TCP. | Guy Harris | 2003-09-06 | 1 | -38/+184 |
* | Back out the previous change - sometimes the newlines should be mapped | Guy Harris | 2003-09-04 | 1 | -13/+1 |
* | UCD SNMP sometimes puts newlines into the printable form of an SNMP | Guy Harris | 2003-08-04 | 1 | -1/+13 |
* | make snmp request id a filterable field instead of just a text entry | Ronnie Sahlberg | 2003-06-19 | 1 | -3/+7 |
* | SNMP dissector enhancements: | Laurent Deniel | 2003-05-03 | 1 | -18/+116 |
* | Replace some unchecked malloc calls by g_malloc. | Laurent Deniel | 2003-04-27 | 1 | -6/+6 |
* | Run strings through "format_text()" before putting them into items in | Guy Harris | 2003-04-19 | 1 | -44/+68 |
* | Squelch a compiler warning. | Guy Harris | 2003-04-19 | 1 | -7/+8 |
* | From Thierry Andry: more filterable fields in SNMP. | Guy Harris | 2003-04-18 | 1 | -23/+59 |
* | From Jochen Friedrich: add support for: | Guy Harris | 2003-03-02 | 1 | -1/+3 |
* | * Fix compilation errors with some installation of NET-SNMP | Laurent Deniel | 2003-01-28 | 1 | -7/+61 |
* | "#ifdef" doesn't take Boolean expressions as arguments; use "#if | Guy Harris | 2002-11-11 | 1 | -2/+2 |
* | Add tethereal's tap objects to Makefile.nmake's "clean" target. | Gerald Combs | 2002-11-10 | 1 | -2/+26 |
* | Don't include the header file to get the SNMP version unless we're | Guy Harris | 2002-10-24 | 1 | -5/+6 |
* | This helps packet-snmp.c compile if you don't HAVE_NET_SNMP or HAVE_UCD_SNMP. | Tim Potter | 2002-10-24 | 1 | -2/+2 |
* | From Wes Hardaker: | Guy Harris | 2002-10-23 | 1 | -4/+5 |
* | Wes Hardaker: Support NET-SNMP in addition to UCD-SNMP | Jörg Mayer | 2002-10-22 | 1 | -29/+43 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -45/+45 |
* | Moved the generic true_false_string saying "Set", "Not set" into | Tim Potter | 2002-08-21 | 1 | -6/+1 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -14/+6 |
* | Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth | Guy Harris | 2002-05-30 | 1 | -2/+3 |
* | If variables are used only if "HAVE_UCD_SNMP" is undefined, declare them | Guy Harris | 2002-04-08 | 1 | -2/+3 |
* | From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIX | Guy Harris | 2002-04-01 | 1 | -1/+2 |
* | (Conditionally) mark unused variables as such. | Guy Harris | 2002-03-31 | 1 | -3/+13 |
* | Make the UCD SNMP library read its configuration files, so that, for | Guy Harris | 2002-03-26 | 1 | -2/+15 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -26/+22 |
* | "format_var()" returns a "malloc()"ed string, not a "g_malloc()"ed | Guy Harris | 2002-03-11 | 1 | -5/+6 |
* | If we're linking with the UCD SNMP library, make "format_oid()" append a | Guy Harris | 2002-03-11 | 1 | -45/+35 |
* | The "val_len" member of a "struct variable_list" should be set to the | Guy Harris | 2002-03-11 | 1 | -7/+6 |
* | Use "ds_set_int()", not "snmp_set_suffix_only()", to set the "print | Guy Harris | 2002-03-10 | 1 | -2/+2 |
* | Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, rather | Guy Harris | 2002-03-10 | 1 | -419/+128 |
* | Check to make sure SNMP_IPADDR items are 4 bytes long and SNMP_COUNTER64 | Guy Harris | 2002-03-06 | 1 | -3/+38 |
* | Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. Use | Guy Harris | 2002-03-01 | 1 | -29/+5 |
* | From Andrew Hood: translate enterprise OIDs in SNMP traps to strings if | Guy Harris | 2002-02-19 | 1 | -1/+13 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -5/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Work around changes made to recent Red Hat ucd-snmp packages. See | Gerald Combs | 2001-12-12 | 1 | -1/+17 |