aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-23/+23
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+10
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-11/+4
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+2
* Squelch some compiler warnings.Guy Harris2001-09-031-3/+4
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-5/+5
* Rename the arguments and flags for the conversation routines, so as notGuy Harris2001-06-101-11/+15
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-3/+3
* Conversation dissectors are called through a mechanism that doesn'tGuy Harris2001-04-151-1/+10
* Fix up a pile of NullTVB uses that were left in the previous checkin.Guy Harris2001-04-151-32/+32
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-197/+186
* At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" aGuy Harris2001-04-071-2/+2
* Don't blow up if "asn1_string_value_decode()" supplies a null pointer asGuy Harris2001-04-071-5/+15
* In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an errorGuy Harris2001-04-061-76/+84
* Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMPGilbert Ramirez2001-02-271-2/+2
* Work around a CMU SNMP bug wherein "sprint_value()" dumps core if thereGuy Harris2001-01-301-47/+88
* SNMPv2u support.Guy Harris2001-01-301-2/+148
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+13
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+5
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-3/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+2
* Don't require that all SNMP packets go to or from the SNMP port - theGuy Harris2000-10-211-1/+30
* Move the dlclose() of libsnmp_handle into the libsnmp_handle != NULLGilbert Ramirez2000-09-191-2/+2
* Close the handle for the SNMP library after we're done with it - sharedGuy Harris2000-09-171-1/+2
* Load "libsnmp.so.0", not "libsnmp.so":Guy Harris2000-09-081-8/+27
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-9/+9
* Use the right length when adding the "agent address" entry to the treeGuy Harris2000-07-251-3/+2
* Fix a comment.Guy Harris2000-07-251-2/+2
* The security model values 1 and 2 ("reserved for SNMPv1" and "reservedGuy Harris2000-07-081-19/+1