On request from Albert Chin:
[metze/wireshark/wip.git] / asn1 / snmp /
2010-08-02 Stig BjørlykkeMark encryptedData as unused, to avoid warnings when...
2010-08-02 Stig BjørlykkeAdded missing include <string.h>.
2010-07-02 Guy Harrisoid_encoded2string() returns a const char *; don't...
2010-07-01 Gerald CombsDon't add raw bytes to the tree.
2010-06-28 Stig BjørlykkeMoved register_ber_syntax_dissector() and register_ber_...
2010-06-26 Stig BjørlykkeAvoid crash when adding SNMP Users.
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-05-02 Stig BjørlykkeDon't type prune the data_ptr pointer for UAT.
2010-04-07 Bill Meier#include <string.h> and/or #include <stdio.h> not needed.
2010-03-05 Jaap KeuterFix for bug 4551.
2010-03-04 Anders Bromanfrom Luis Ontanon:
2010-03-04 Stig BjørlykkeFrom LEGO via bug 3459:
2010-03-02 Anders BromanFrom Luis Ontanon:
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2009-12-21 Gerald CombsSwitch to using a bundled version of the openSUSE Build...
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-11-09 Stig BjørlykkeMade enterprise_oid pointer const.
2009-11-09 Stig BjørlykkeRemove an unused variable.
2009-11-01 Stig BjørlykkeAdded some type renames.
2009-11-01 Stig BjørlykkeAdded a UAT table to describe enterprise specific-trap...
2009-10-30 Stig BjørlykkeAdded SNMP to "Decode ASN.1 file as" list.
2009-10-08 Kovarththanan Raja... Remove unused NEED_PACKET_PROTO_H variable
2009-10-05 Stig BjørlykkeFixed offset_from_real_beginning() -> tvb_offset_from_r...
2009-10-05 Stig BjørlykkeReturn from dissect_snmp_VarBind() when detecting inval...
2009-09-10 Kovarththanan Raja... offset_from_real_beginning() is only called with 0...
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Add PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-08 Gerald CombsIf we have a format error, don't try adding something...
2009-07-16 Gerald CombsDon't crash if we happen to load a bad MIB file.
2009-07-09 Anders BromanReworked patch from massimo:
2009-07-08 Jaap KeuterRemove hint of name resolution when it's not there.
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-07-06 Anders BromanFrom Kovarththanan Rajaratnam:
2009-06-22 Stig BjørlykkeMore header_field_info cleanup.
2009-06-20 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-14 Anders BromanApply some of the patches from:
2009-05-01 Jaap KeuterFrom Reinhard Speyerer:
2009-04-21 Jaap KeuterConstify some more value_strings.
2009-03-13 Stig Bjørlykkeg_free() is NULL safe, so we don't need check against it.
2009-02-16 Guy HarrisAdd an additional "title" attribute for UAT fields...
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-11-13 Guy HarrisFix previous fix.
2008-11-13 Guy HarrisFix some warnings.
2008-11-10 Anders BromanFrom Paul Stath:
2008-10-13 Jaap KeuterFix for bug 2823
2008-09-18 Gerald CombsFix a spelling error pointed out by Noam Rathaus.
2008-08-22 Bill MeierFix a (probably benign) case where it appears that...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-04-15 Luis OntanonIt is useless in a Protocol Analyzer to avoid the user...
2008-03-13 Gerald CombsMake the SMI preference a little more verbose. In the...
2008-03-09 Stig BjørlykkeAdd a const.
2008-03-09 Stig BjørlykkeShow VarBind OIDs and trap enterprise OID in info column.
2008-03-09 Stig BjørlykkeCorrected a typo: octestring -> octetstring.
2008-03-09 Stig BjørlykkeDisplay agent-addr as IPv4 address.
2008-03-06 Stig BjørlykkeAdded an option to uat_new() to set if configuration...
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-03-01 Stig BjørlykkeAdded missing array for hf_snmp_big_counter_value.
2008-02-26 Gerald CombsMake sure we don't dereference a NULL pointer. Fixes...
2008-02-25 Gerald CombsHandle unsigned SMI types. This should fix bug 2292.
2008-01-03 Tomas Kukosaget rid of get_ber_last_created_item()
2007-12-28 Stig BjørlykkeFetch ObjectName and its relative oid_info before handl...
2007-12-19 Jörg Mayerasn1/*/Makefile.nmake were not part of the source package.
2007-12-10 Tomas KukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-12-03 Tomas Kukosafix confusion in tag handling
2007-11-20 Tomas Kukosafix tag handling inside snmp trap
2007-11-15 Ronnie Sahlbergdissect_ber_choice() returns the index of the choice...
2007-11-12 Gerald CombsInitialize var_list in dissect_smux(), so that we don...
2007-11-04 Anders BromanSNMP with option -X and -T
2007-10-29 Bill MeierInclude winposixtypes.h only if building with GNUTLS...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-10-11 Jörg MayerRemove the remaining autogenereated -exp.cnf files
2007-10-11 Jörg Mayer- Remove -e option if the generated -exp.cnf file isn...
2007-10-10 Jörg Mayer- Change Makefiles to include preinc
2007-10-10 Jörg MayerMore conversions and updates to existing Makefile stuff
2007-09-24 Jörg MayerGet rid of the remains of NET-SNMP in the build process.
2007-09-17 Stig BjørlykkeModified some ASN1 Makefiles to compile on unix.
2007-09-14 Jaap KeuterTry to get the Windows buildbot going by avoiding names...
2007-09-13 Luis Ontanoneliminate an anonymous enum.
2007-09-13 Luis OntanonGiven the opportunity I check in the changes to snmp...
2007-08-28 Luis Ontanon- turn some other TC from FT_BYTES to FT_STRING so...
2007-08-28 Luis OntanonAdd some more expert info.
2007-08-28 Luis OntanonFix non implicit oid key indexes. This starts to look...
2007-08-28 Luis OntanonSNMP:
2007-08-28 Tomas Kukosafix bug in snmp.variable_oid subdissector calling and...
2007-08-27 Luis Ontanon- packet-snmp(-template).c
2007-08-25 Luis Ontanonget users of oid_resolv to use the new oids, rollout...
2007-08-24 Jörg Mayerget_ber_length doesn't need the tree argument, get...
2007-08-24 Luis Ontanonthis one was missing
2007-08-24 Luis OntanonNever, never, never modify a generated file... or out...
2007-08-24 Luis OntanonAnother iteration, the new code is almost there, We...
2007-08-23 Luis OntanonImplement Resolution of conceptual table indexing
2007-08-21 Luis OntanonA further iteration in the code, things start to look...
2007-08-19 Luis OntanonFiltering on snmp variables starts to work so I put...
2007-07-19 Jeff MorrissFor LEGO: Use crypt_tvb when we don't have cleartext_tvb
2007-07-19 Jeff MorrissChange "lenght" to "length", this time in the *source...
2007-05-28 Stephen FisherRemove old readme file from snmp asn1 directory that...
2007-05-15 Anders Bromanactx in the rest of dissect_ber..()l
next