Revert "In get_unicode_or_ascii_string(), check if the length is odd/even, not the...
[metze/wireshark/wip.git] / asn1 / snmp /
2014-01-22 guyUse tvb_get_string_enc() with an explicit encoding...
2014-01-14 guyMake a routine not used outside the SNMP dissector...
2013-12-19 eapacheAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 eapacheRename more to_str functions to have ep_ in the name...
2013-12-19 eapacheRename a couple of to_str functions to have ep_ in...
2013-10-26 eapacheConvert some emem to wmem. It took some manual flow...
2013-10-25 eapacheAdd a very small hack to make the UAT update callback...
2013-09-22 pascalemem -> wmem conversion:
2013-09-17 jmayerOne of the wmem patches only updated the generated...
2013-09-09 mmannexpert_add_info_format_text -> expert_add_info_format
2013-09-09 mmannexpert_add_info_format_text -> expert_add_info_format
2013-08-19 pascalDo not use ephemeral memory when adding a new data...
2013-08-01 morrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-03 mmannexpert_add_info_format_text + proto_tree_add_text ...
2013-06-20 eapacheBack out some of the wmem conversions (r50063 and r50057).
2013-06-19 eapacheConvert the rest of the ASN1 dissectors from emem to...
2013-06-19 jmayerRemove traling whitespace.
2013-06-12 etxrabPretify dissection of date and Time.
2013-06-12 etxrabFix a crash when oid_info->value_typem is NULL
2013-06-11 etxrabShow DisplayString as a string.
2013-06-04 etxrabAdd subdissection of:
2013-06-03 mmannConvert ASN.1 dissectors to use filterable expert info.
2013-05-11 jmayerI added EXPORT_FILES in too many places, remove them
2013-05-10 jmayerSome more protocols can be generated via cmake
2013-05-05 jmayerJust whitespace changes
2013-05-01 mmannProtect a "divide by zero" operation. Bug 7359 (https...
2013-04-23 jmayerStub cmake support for generating the asn1 dissectors.
2013-03-20 wmeierFrom beroset:
2013-03-20 etxrab[-Wmissing-prototypes]
2013-03-12 etxrabFrom beroset:
2013-02-26 mmannSNMP dissector should handle aes256 (better version...
2013-02-21 martinkinclude the wsutil/wsgcrypt.h instead of including...
2013-02-16 pascalFix typo error
2013-02-16 mmannAdd decryption algorithm preference to SNMP dissector.
2013-01-28 mmannAllow SNMP user table entry to be re-editted even if...
2013-01-20 grahambsnmp dissector did not correctly set length of pdu...
2012-12-26 guybytestring_to_str() now returns a const char *; assign...
2012-12-21 guySquelch a qualifier-discard warning.
2012-10-09 etxrabFrom Bill Parker:
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 darkjamesInitial commit to support yet another method of passing...
2012-09-10 darkjamesPropage changes done in generated dissectors to asn1/
2012-08-01 cmaynardFix Coverity CID 280019 (formerly 19): "Logically dead...
2012-07-21 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-07-13 cmaynardtvb_length_remaining() can return -1, so don't assign...
2012-07-10 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-07-08 guyUATs could be put into "categories". The categories...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-09 cmaynardDo not use BASE_NONE for FT_*INT* types.
2012-06-04 etxrabGet rid of a couple of warnings.
2012-05-24 cmaynardtvb_length_remaining() can return a negative number...
2012-05-24 darkjamesFix bug #7283
2012-05-11 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-04-25 pascalFrom Evan Huus:
2012-01-18 cmaynard#include <epan/crypt/crypt-*.h> => #include <epan/crypt...
2011-11-20 etxrabGet rid of Warnings.
2011-11-14 guyDo some more length checking to avoid a dissector bug...
2011-10-29 stigAdded support for big integer64 values.
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 wmeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-15 wmeierConvert asn1 template files proto_tree_add_item() ...
2011-10-10 morrissBuild the ASN.1 dissectors directly into epan/dissector...
2011-10-10 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-23 geraldChange the case of "sNMPv2-Trap" to match RFC 3416...
2011-08-02 cmaynardFrom Paul Stath via bug 5731: The check for engineID...
2011-07-19 stigUse correct encoding for proto_tree_add_item().
2011-06-05 etxrabFrom Sean Van Gorder:
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-13 sfisherRollback r36614 and change dissect_SMUX_PDUs_PDU()...
2011-04-12 sfisherFix Coverity 524: NEGATIVE_RETURNS
2011-04-12 sfisherFix Coverity 1047: UNUSED_VALUE in dissect_smux
2011-04-12 stigCorrected switch-case flow.
2011-04-07 geraldUse a unique variable name. Fixes Coverity CID 593.
2011-03-25 morrissFrom Didier via https://bugs.wireshark.org/bugzilla...
2011-01-20 jakeAllow for expert items to be actually attached somewhere.
2010-12-30 stigOnly chop the last character (new line) from the error...
2010-12-29 geraldFix a buffer overflow in the engineId preferences....
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-06 wmeierFix various typos and spelling errors.
2010-10-29 stigOne more:
2010-10-29 stigMake the third argument to a UAT copy callback a size_t.
2010-10-14 morrissFrom Fulko Hew via https://bugs.wireshark.org/bugzilla...
2010-09-17 morrissCopy the rev 34143 changes to packet-snmp.c over to...
2010-08-02 stigMark encryptedData as unused, to avoid warnings when...
2010-08-02 stigAdded missing include <string.h>.
2010-07-02 guyoid_encoded2string() returns a const char *; don't...
2010-07-01 geraldDon't add raw bytes to the tree.
2010-06-28 stigMoved register_ber_syntax_dissector() and register_ber_...
2010-06-26 stigAvoid crash when adding SNMP Users.
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-05-02 stigDon't type prune the data_ptr pointer for UAT.
2010-04-07 wmeier#include <string.h> and/or #include <stdio.h> not needed.
2010-03-07 etxrabUse strtok_s on windows and strtok_r otherwise.
2010-03-04 etxrabfrom Luis Ontanon:
2010-03-04 stigFrom LEGO via bug 3459:
2010-03-02 etxrabFrom Hitoshi Irino:
2010-02-28 stigAdded svn:ignore targets.
next