aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15bugfix minor memory leaks with GString useMichael Mann1-8/+6
2012-08-01Fix Coverity CID 280019 (formerly 19): "Logically dead code" that abroman pre...Chris Maynard1-1/+1
2012-07-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7508 :Pascal Quantin1-1/+1
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ...Chris Maynard1-2/+2
2012-07-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7438 :Pascal Quantin1-5/+6
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-34/+34
2012-05-24tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-4/+16
2012-05-24Fix bug #7283Jakub Zawadzki1-1/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+4
2012-04-25From Evan Huus:pascal1-5/+6
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-2/+2
2011-11-20Get rid of Warnings.Anders Broman1-16/+16
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixGuy Harris1-5/+39
2011-10-29Added support for big integer64 values.Stig Bjørlykke1-4/+12
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...Bill Meier1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs1-5/+5
2011-08-02Gnenerate the dissector for previous commit.Anders Broman1-1/+1
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-4/+5
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher1-2/+2
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher1-4/+3
2011-04-12Corrected switch-case flow.Stig Bjørlykke1-1/+1
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-22/+22
2011-04-07Use a unique variable name. Fixes Coverity CID 593.Gerald Combs1-5/+5
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-4/+12
2011-01-20Allow for expert items to be actually attached somewhere.Jaap Keuter1-12/+15
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-13/+17
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-137/+197
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss1-12/+12
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-2/+2
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-5/+6
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris1-5/+7
2010-07-01Don't add raw bytes to the tree.Gerald Combs1-5/+6