Add the actual dissector for HyperSCSI.
[metze/wireshark/wip.git] / packet-snmp.c
2002-11-11 Guy Harris"#ifdef" doesn't take Boolean expressions as arguments...
2002-11-10 Gerald CombsAdd tethereal's tap objects to Makefile.nmake's "clean...
2002-10-24 Guy HarrisDon't include the header file to get the SNMP version...
2002-10-24 Tim PotterThis helps packet-snmp.c compile if you don't HAVE_NET_...
2002-10-23 Guy HarrisFrom Wes Hardaker:
2002-10-22 Jörg MayerWes Hardaker: Support NET-SNMP in addition to UCD-SNMP
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-21 Tim PotterMoved the generic true_false_string saying "Set", ...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-30 Guy HarrisDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-04-08 Guy HarrisIf variables are used only if "HAVE_UCD_SNMP" is undefi...
2002-04-01 Guy HarrisFrom Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config...
2002-03-31 Guy Harris(Conditionally) mark unused variables as such.
2002-03-26 Guy HarrisMake the UCD SNMP library read its configuration files...
2002-03-12 Guy HarrisGet rid of the "--enable-snmp" option; instead, use...
2002-03-11 Guy Harris"format_var()" returns a "malloc()"ed string, not a...
2002-03-11 Guy HarrisIf we're linking with the UCD SNMP library, make "forma...
2002-03-11 Guy HarrisThe "val_len" member of a "struct variable_list" should...
2002-03-10 Guy HarrisUse "ds_set_int()", not "snmp_set_suffix_only()", to...
2002-03-10 Guy HarrisUse the "sprint_realloc_" routines in UCD SNMP 4.2...
2002-03-06 Guy HarrisCheck to make sure SNMP_IPADDR items are 4 bytes long...
2002-03-01 Guy HarrisAdd a routine to "asn1.c" to translate ASN1_ERR_ values...
2002-02-19 Guy HarrisFrom Andrew Hood: translate enterprise OIDs in SNMP...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-12 Gerald CombsWork around changes made to recent Red Hat ucd-snmp...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-09-03 Guy HarrisSquelch some compiler warnings.
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-10 Guy HarrisRename the arguments and flags for the conversation...
2001-04-23 Guy HarrisGet rid of END_OF_FRAME references in tvbuffified disse...
2001-04-15 Guy HarrisConversation dissectors are called through a mechanism...
2001-04-15 Guy HarrisFix up a pile of NullTVB uses that were left in the...
2001-04-15 Guy HarrisTvbuffify the ASN.1 code and the Kerberos, LDAP, and...
2001-04-07 Guy HarrisAt least with UCD SNMP 4.1.2, you can safely pass to...
2001-04-07 Guy HarrisDon't blow up if "asn1_string_value_decode()" supplies...
2001-04-06 Guy HarrisIn "dissect_snmp_parse_error()" and "dissect_snmp_error...
2001-02-27 Gilbert RamirezDo a better job of #ifdef'ing out 3 variables in the...
2001-01-30 Guy HarrisWork around a CMU SNMP bug wherein "sprint_value()...
2001-01-30 Guy HarrisSNMPv2u support.
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-24 Guy HarrisRename "asn1_octet_string_value_decode()" to
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-10-21 Guy HarrisDon't require that all SNMP packets go to or from the...
2000-09-19 Gilbert RamirezMove the dlclose() of libsnmp_handle into the libsnmp_h...
2000-09-17 Guy HarrisClose the handle for the SNMP library after we're done...
2000-09-08 Guy HarrisLoad "libsnmp.so.0", not "libsnmp.so":
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-25 Guy HarrisUse the right length when adding the "agent address...
2000-07-25 Guy HarrisFix a comment.
2000-07-08 Guy HarrisThe security model values 1 and 2 ("reserved for SNMPv1...
2000-07-02 Guy Harris"asn1_octet_string_decode()" sets the pointer to the...
2000-06-29 Guy HarrisMake "format_oid()" allocate a buffer that's big enough...
2000-06-28 Guy HarrisMake "format_oid()" allocate a buffer that's big enough...
2000-06-26 Guy HarrisRename "format_value()" to "format_var()", and have...
2000-06-25 Guy HarrisMake the string buffers into which stuff is formatted...
2000-06-17 Guy HarrisInstead of calling "snmp_set_full_objid()" to cause...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-30 Guy HarrisGive the IPX dissector dissector hash tables for the...
2000-05-24 Guy HarrisUpdate a comment to reflect that only UCD SNMP 4.1...
2000-05-19 Guy HarrisThe only packets that look like SMUX packets *are*...
2000-05-15 Guy HarrisFix a botch that kept it from compiling if you didn...
2000-05-15 Guy HarrisSMUX and SNMP V3 support from Jochen Friedrich.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-05-09 Guy HarrisFix from Ron Flory to suppress a warning GCC issues...
2000-04-13 Gilbert RamirezChange the sub-dissector handoff registration routines...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-15 Guy HarrisTreat the two integers after the request ID in a BulkPDU as
2000-03-15 Guy HarrisDietmar Petras' fix to the handling of SNMPv2 TRAP...
2000-02-20 Guy HarrisUCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-14 Guy HarrisSigh. Some versions of CMU SNMP appear to lack the...
1999-12-14 Guy HarrisDon't try to get UCD SNMP to define the CMU SNMP SMI_...
1999-12-12 Guy HarrisIf we have an SNMP library, use its routines for printi...
1999-12-11 Guy HarrisFix a couple of typos.
1999-12-10 Guy HarrisDon't use MAX_NAME_LEN*6 for string buffers, define...
1999-12-10 Guy HarrisCMU SNMP doesn't have a documented way of including...
1999-12-10 Guy HarrisMake the SNMP dissector use the ASN.1 code, rather...
1999-12-05 Guy HarrisAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-11-18 Guy HarrisILMI is just SNMP-over-ATM AAL5; if the SNMP dissector...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-27 Guy HarrisArrange that "proto_register_snmp()" be defined regardl...
1999-10-25 Guy HarrisThe previous patch didn't fix code used only with the...
1999-10-24 Guy HarrisTomislav Vujec's patch to squelch some complaints from...
1999-09-12 Laurent DenielSome old CPP or tools that take C code in input do
1999-08-29 Gilbert RamirezFix some compilation warnings.
1999-08-20 Guy HarrisCall "init_mib()" in "proto_register_snmp()"; not doing...
1999-07-29 Guy HarrisFix it to build with CMU, as well as UCD, SNMP.
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-12 Guy HarrisUse "val_to_str()", rather than "get_XXX()" routines...
next