| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -1/+2 |
* | Don't require that all SNMP packets go to or from the SNMP port - the | Guy Harris | 2000-10-21 | 1 | -1/+30 |
* | Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULL | Gilbert Ramirez | 2000-09-19 | 1 | -2/+2 |
* | Close the handle for the SNMP library after we're done with it - shared | Guy Harris | 2000-09-17 | 1 | -1/+2 |
* | Load "libsnmp.so.0", not "libsnmp.so": | Guy Harris | 2000-09-08 | 1 | -8/+27 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -9/+9 |
* | Use the right length when adding the "agent address" entry to the tree | Guy Harris | 2000-07-25 | 1 | -3/+2 |
* | Fix a comment. | Guy Harris | 2000-07-25 | 1 | -2/+2 |
* | The security model values 1 and 2 ("reserved for SNMPv1" and "reserved | Guy Harris | 2000-07-08 | 1 | -19/+1 |