| Commit message (Expand) | Author | Age | Files | Lines |
* | "#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 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -23/+23 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -9/+10 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -11/+4 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -2/+2 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -3/+2 |
* | Squelch some compiler warnings. | Guy Harris | 2001-09-03 | 1 | -3/+4 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -5/+5 |
* | Rename the arguments and flags for the conversation routines, so as not | Guy Harris | 2001-06-10 | 1 | -11/+15 |
* | Get rid of END_OF_FRAME references in tvbuffified dissectors. | Guy Harris | 2001-04-23 | 1 | -3/+3 |
* | Conversation dissectors are called through a mechanism that doesn't | Guy Harris | 2001-04-15 | 1 | -1/+10 |
* | Fix up a pile of NullTVB uses that were left in the previous checkin. | Guy Harris | 2001-04-15 | 1 | -32/+32 |
* | Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. | Guy Harris | 2001-04-15 | 1 | -197/+186 |
* | At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" a | Guy Harris | 2001-04-07 | 1 | -2/+2 |
* | Don't blow up if "asn1_string_value_decode()" supplies a null pointer as | Guy Harris | 2001-04-07 | 1 | -5/+15 |
* | In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an error | Guy Harris | 2001-04-06 | 1 | -76/+84 |
* | Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMP | Gilbert Ramirez | 2001-02-27 | 1 | -2/+2 |
* | Work around a CMU SNMP bug wherein "sprint_value()" dumps core if there | Guy Harris | 2001-01-30 | 1 | -47/+88 |
* | SNMPv2u support. | Guy Harris | 2001-01-30 | 1 | -2/+148 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+13 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -2/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -3/+5 |
* | Rename "asn1_octet_string_value_decode()" to | Guy Harris | 2000-12-24 | 1 | -3/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |