Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-snmp.c
2002-08-21 tpotMoved the generic true_false_string saying "Set", ...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-30 guyDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-04-08 guyIf variables are used only if "HAVE_UCD_SNMP" is undefi...
2002-04-01 guyFrom Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config...
2002-03-31 guy(Conditionally) mark unused variables as such.
2002-03-26 guyMake the UCD SNMP library read its configuration files...
2002-03-12 guyGet rid of the "--enable-snmp" option; instead, use...
2002-03-11 guy"format_var()" returns a "malloc()"ed string, not a...
2002-03-11 guyIf we're linking with the UCD SNMP library, make "forma...
2002-03-11 guyThe "val_len" member of a "struct variable_list" should...
2002-03-10 guyUse "ds_set_int()", not "snmp_set_suffix_only()", to...
2002-03-10 guyUse the "sprint_realloc_" routines in UCD SNMP 4.2...
2002-03-06 guyCheck to make sure SNMP_IPADDR items are 4 bytes long...
2002-03-01 guyAdd a routine to "asn1.c" to translate ASN1_ERR_ values...
2002-02-19 guyFrom Andrew Hood: translate enterprise OIDs in SNMP...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-12 geraldWork around changes made to recent Red Hat ucd-snmp...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-09-03 guySquelch some compiler warnings.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-10 guyRename the arguments and flags for the conversation...
2001-04-23 guyGet rid of END_OF_FRAME references in tvbuffified disse...
2001-04-15 guyConversation dissectors are called through a mechanism...
2001-04-15 guyFix up a pile of NullTVB uses that were left in the...
2001-04-15 guyTvbuffify the ASN.1 code and the Kerberos, LDAP, and...
2001-04-07 guyAt least with UCD SNMP 4.1.2, you can safely pass to...
2001-04-07 guyDon't blow up if "asn1_string_value_decode()" supplies...
2001-04-06 guyIn "dissect_snmp_parse_error()" and "dissect_snmp_error...
2001-02-27 gramDo a better job of #ifdef'ing out 3 variables in the...
2001-01-30 guyWork around a CMU SNMP bug wherein "sprint_value()...
2001-01-30 guySNMPv2u support.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-24 guyRename "asn1_octet_string_value_decode()" to
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-10-21 guyDon't require that all SNMP packets go to or from the...
2000-09-19 gramMove the dlclose() of libsnmp_handle into the libsnmp_h...
2000-09-17 guyClose the handle for the SNMP library after we're done...
2000-09-08 guyLoad "libsnmp.so.0", not "libsnmp.so":
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-25 guyUse the right length when adding the "agent address...
2000-07-25 guyFix a comment.
2000-07-08 guyThe security model values 1 and 2 ("reserved for SNMPv1...
2000-07-02 guy"asn1_octet_string_decode()" sets the pointer to the...
2000-06-29 guyMake "format_oid()" allocate a buffer that's big enough...
2000-06-28 guyMake "format_oid()" allocate a buffer that's big enough...
2000-06-26 guyRename "format_value()" to "format_var()", and have...
2000-06-25 guyMake the string buffers into which stuff is formatted...
2000-06-17 guyInstead of calling "snmp_set_full_objid()" to cause...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-30 guyGive the IPX dissector dissector hash tables for the...
2000-05-24 guyUpdate a comment to reflect that only UCD SNMP 4.1...
2000-05-19 guyThe only packets that look like SMUX packets *are*...
2000-05-15 guyFix a botch that kept it from compiling if you didn...
2000-05-15 guySMUX and SNMP V3 support from Jochen Friedrich.
2000-05-11 gramAdd tvbuff class.
2000-05-09 guyFix from Ron Flory to suppress a warning GCC issues...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-15 guyTreat the two integers after the request ID in a BulkPDU as
2000-03-15 guyDietmar Petras' fix to the handling of SNMPv2 TRAP...
2000-02-20 guyUCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 guySigh. Some versions of CMU SNMP appear to lack the...
1999-12-14 guyDon't try to get UCD SNMP to define the CMU SNMP SMI_...
1999-12-12 guyIf we have an SNMP library, use its routines for printi...
1999-12-11 guyFix a couple of typos.
1999-12-10 guyDon't use MAX_NAME_LEN*6 for string buffers, define...
1999-12-10 guyCMU SNMP doesn't have a documented way of including...
1999-12-10 guyMake the SNMP dissector use the ASN.1 code, rather...
1999-12-05 guyAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-11-18 guyILMI is just SNMP-over-ATM AAL5; if the SNMP dissector...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-27 guyArrange that "proto_register_snmp()" be defined regardl...
1999-10-25 guyThe previous patch didn't fix code used only with the...
1999-10-24 guyTomislav Vujec's patch to squelch some complaints from...
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-08-29 gramFix some compilation warnings.
1999-08-20 guyCall "init_mib()" in "proto_register_snmp()"; not doing...
1999-07-29 guyFix it to build with CMU, as well as UCD, SNMP.
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-12 guyUse "val_to_str()", rather than "get_XXX()" routines...
1999-05-16 gramFixed to actually compile with CMU SNMP library (at...
1999-05-12 gramAdded Didier Jorand's dissect_snmp routine. This is...