aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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