Use a unique variable name. Fixes Coverity CID 593.
[obnox/wireshark/wip.git] / asn1 / snmp / packet-snmp-template.c
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.
2009-12-21 geraldSwitch to using a bundled version of the openSUSE Build...
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-11-09 stigMade enterprise_oid pointer const.
2009-11-09 stigRemove an unused variable.
2009-11-01 stigAdded a UAT table to describe enterprise specific-trap...
2009-10-30 stigAdded SNMP to "Decode ASN.1 file as" list.
2009-10-05 stigReturn from dissect_snmp_VarBind() when detecting inval...
2009-09-10 krjoffset_from_real_beginning() is only called with 0...
2009-08-21 krjSanitize epan includes
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-08 geraldIf we have a format error, don't try adding something...
2009-07-16 geraldDon't crash if we happen to load a bad MIB file.
2009-07-09 etxrabReworked patch from massimo:
2009-07-08 jakeRemove hint of name resolution when it's not there.
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-07-06 etxrabFrom Kovarththanan Rajaratnam:
2009-06-22 stigMore header_field_info cleanup.
2009-05-14 etxrabApply some of the patches from:
2009-04-21 jakeConstify some more value_strings.
2009-03-13 stigg_free() is NULL safe, so we don't need check against it.
2009-02-16 guyAdd an additional "title" attribute for UAT fields...
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-11-10 etxrabFrom Paul Stath:
2008-10-13 jakeFix for bug 2823
2008-08-22 wmeierFix a (probably benign) case where it appears that...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-04-15 legoIt is useless in a Protocol Analyzer to avoid the user...
2008-03-13 geraldMake the SMI preference a little more verbose. In the...
2008-03-09 stigAdd a const.
2008-03-09 stigShow VarBind OIDs and trap enterprise OID in info column.
2008-03-09 stigCorrected a typo: octestring -> octetstring.
2008-03-06 stigAdded an option to uat_new() to set if configuration...
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-03-01 stigAdded missing array for hf_snmp_big_counter_value.
2008-02-26 geraldMake sure we don't dereference a NULL pointer. Fixes...
2008-02-25 geraldHandle unsigned SMI types. This should fix bug 2292.
2007-12-28 stigFetch ObjectName and its relative oid_info before handl...
2007-11-12 geraldInitialize var_list in dissect_smux(), so that we don...
2007-10-29 wmeierInclude winposixtypes.h only if building with GNUTLS...
2007-09-24 jmayerGet rid of the remains of NET-SNMP in the build process.
2007-09-14 jakeTry to get the Windows buildbot going by avoiding names...
2007-09-13 legoeliminate an anonymous enum.
2007-09-13 legoGiven the opportunity I check in the changes to snmp...
2007-08-28 legoAdd some more expert info.
2007-08-28 legoFix non implicit oid key indexes. This starts to look...
2007-08-28 legoSNMP:
2007-08-28 kukosafix bug in snmp.variable_oid subdissector calling and...
2007-08-27 lego- packet-snmp(-template).c
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 jmayerget_ber_length doesn't need the tree argument, get...
2007-08-24 legothis one was missing
2007-08-24 legoNever, never, never modify a generated file... or out...
2007-08-24 legoAnother iteration, the new code is almost there, We...
2007-08-23 legoImplement Resolution of conceptual table indexing
2007-08-21 legoA further iteration in the code, things start to look...
2007-08-19 legoFiltering on snmp variables starts to work so I put...
2007-07-19 morrissChange "lenght" to "length", this time in the *source...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-05 legoImplement proposed fix for Bug 1125
2007-02-12 legoAdd a description of UAT fields, and have it as a toolt...
2007-02-08 legoHave the windows buildot compiling again.
2007-02-07 legoOddly enough MSVC cannot compile this one.
2007-02-07 lego* Add a category param to the uat.
2007-01-12 geraldMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2007-01-11 legowarn the user if the decrypted data doesn't look like...
2007-01-11 lego- allow use of * as any-engine-id
2007-01-10 lego+ AES decryption
2007-01-10 lego* sha1 authentication
2007-01-09 legochange the loading order of some headers to avoid a...
2007-01-09 legoSNMPv3 USM decryption/authentication phase 1
next