aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-17/+17
2011-06-05From Sean Van Gorder:Anders Broman1-1/+1
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslyStephen Fisher1-2/+3
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher1-2/+2
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher1-2/+1
2011-04-12Corrected switch-case flow.Stig Bjørlykke1-1/+1
2011-04-07Use a unique variable name. Fixes Coverity CID 593.Gerald Combs1-4/+4
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-1/+9
2011-01-20Allow for expert items to be actually attached somewhere.Jaap Keuter1-9/+12
2010-12-30Only chop the last character (new line) from the error message.Stig Bjørlykke1-1/+1
2010-12-29Fix a buffer overflow in the engineId preferences. Fixes bug 5530.Gerald Combs1-11/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-29One more:Stig Bjørlykke1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke1-1/+1
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss1-134/+194
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss1-13/+13
2010-08-02Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+2
2010-08-02Added missing include <string.h>.Stig Bjørlykke1-0/+1
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris1-2/+4
2010-07-01Don't add raw bytes to the tree.Gerald Combs1-2/+3
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke1-2/+1
2010-06-26Avoid crash when adding SNMP Users.Stig Bjørlykke1-7/+8
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-05-02Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke1-2/+2
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-03-05Fix for bug 4551.Jaap Keuter1-0/+19
2010-03-04from Luis Ontanon:Anders Broman1-4/+27
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+5
2010-03-02From Luis Ontanon:Anders Broman1-9/+35
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-4/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-4/+5
2009-11-09Made enterprise_oid pointer const.Stig Bjørlykke1-1/+1
2009-11-09Remove an unused variable.Stig Bjørlykke1-1/+0
2009-11-01Added some type renames.Stig Bjørlykke1-0/+3
2009-11-01Added a UAT table to describe enterprise specific-trap types.Stig Bjørlykke2-29/+120
2009-10-30Added SNMP to "Decode ASN.1 file as" list.Stig Bjørlykke1-0/+2
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-05Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()Stig Bjørlykke1-1/+1
2009-10-05Return from dissect_snmp_VarBind() when detecting invalid oid.Stig Bjørlykke1-1/+8
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-3/+3
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-5/+8