aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-16/+16
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixguy1-2/+36
2011-10-29Added support for big integer64 values.stig1-1/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...wmeier1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-4/+0
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.gerald1-1/+1
2011-08-02From Paul Stath via bug 5731: The check for engineID length should only occu...cmaynard1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().stig1-17/+17
2011-06-05From Sean Van Gorder:etxrab1-1/+1
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslysfisher1-2/+3
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSsfisher1-2/+2
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxsfisher1-2/+1
2011-04-12Corrected switch-case flow.stig1-1/+1
2011-04-07Use a unique variable name. Fixes Coverity CID 593.gerald1-4/+4
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-1/+9
2011-01-20Allow for expert items to be actually attached somewhere.jake1-9/+12
2010-12-30Only chop the last character (new line) from the error message.stig1-1/+1
2010-12-29Fix a buffer overflow in the engineId preferences. Fixes bug 5530.gerald1-11/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-10/+10
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-10-29One more:stig1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t.stig1-1/+1
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :morriss1-134/+194
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.morriss1-13/+13
2010-08-02Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.stig1-2/+2
2010-08-02Added missing include <string.h>.stig1-0/+1
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charguy1-2/+4
2010-07-01Don't add raw bytes to the tree.gerald1-2/+3
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromstig1-2/+1
2010-06-26Avoid crash when adding SNMP Users.stig1-7/+8
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-05-02Don't type prune the data_ptr pointer for UAT.stig1-2/+2
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-0/+19
2010-03-04from Luis Ontanon:etxrab1-4/+27
2010-03-04From LEGO via bug 3459:stig1-2/+5
2010-03-02From Hitoshi Irino:etxrab1-9/+35
2010-02-28Added svn:ignore targets.stig1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-4/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-4/+5
2009-11-09Made enterprise_oid pointer const.stig1-1/+1
2009-11-09Remove an unused variable.stig1-1/+0
2009-11-01Added some type renames.stig1-0/+3