aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
Commit message (Expand)AuthorAgeFilesLines
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-4/+0
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier2011-10-101-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-051-6/+6
* Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs2011-09-231-1/+1
* From Paul Stath via bug 5731: The check for engineID length should only occu...Chris Maynard2011-08-021-1/+1
* Use correct encoding for proto_tree_add_item().Stig Bjørlykke2011-07-191-17/+17
* From Sean Van Gorder:Anders Broman2011-06-051-1/+1
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-04-211-1/+1
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-1/+1
* Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslyStephen Fisher2011-04-131-2/+3
* Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher2011-04-121-2/+2
* Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher2011-04-121-2/+1
* Corrected switch-case flow.Stig Bjørlykke2011-04-121-1/+1
* Use a unique variable name. Fixes Coverity CID 593.Gerald Combs2011-04-071-4/+4
* From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss2011-03-251-1/+9
* Allow for expert items to be actually attached somewhere.Jaap Keuter2011-01-201-9/+12
* Only chop the last character (new line) from the error message.Stig Bjørlykke2010-12-301-1/+1
* Fix a buffer overflow in the engineId preferences. Fixes bug 5530.Gerald Combs2010-12-291-11/+15
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-10/+10
* Fix various typos and spelling errors.Bill Meier2010-12-061-1/+1
* One more:Stig Bjørlykke2010-10-291-1/+1
* Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke2010-10-291-1/+1
* From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss2010-10-141-134/+194
* Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss2010-09-171-13/+13
* Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.Stig Bjørlykke2010-08-021-2/+2
* Added missing include <string.h>.Stig Bjørlykke2010-08-021-0/+1
* oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris2010-07-021-2/+4
* Don't add raw bytes to the tree.Gerald Combs2010-07-011-2/+3
* Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke2010-06-281-2/+1
* Avoid crash when adding SNMP Users.Stig Bjørlykke2010-06-261-7/+8
* Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris2010-05-211-1/+1
* Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke2010-05-021-2/+2
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
* Fix for bug 4551.Jaap Keuter2010-03-051-0/+19
* from Luis Ontanon:Anders Broman2010-03-041-4/+27
* From LEGO via bug 3459:Stig Bjørlykke2010-03-041-2/+5
* From Luis Ontanon:Anders Broman2010-03-021-9/+35
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-1/+1
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-4/+1
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-1/+1
* Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris2009-12-101-4/+5
* Made enterprise_oid pointer const.Stig Bjørlykke2009-11-091-1/+1
* Remove an unused variable.Stig Bjørlykke2009-11-091-1/+0
* Added some type renames.Stig Bjørlykke2009-11-011-0/+3
* Added a UAT table to describe enterprise specific-trap types.Stig Bjørlykke2009-11-012-29/+120
* Added SNMP to "Decode ASN.1 file as" list.Stig Bjørlykke2009-10-301-0/+2
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()Stig Bjørlykke2009-10-051-1/+1
* Return from dissect_snmp_VarBind() when detecting invalid oid.Stig Bjørlykke2009-10-051-1/+8
* offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam2009-09-101-3/+3