aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Remove traling whitespace.Jörg Mayer2-20/+20
2013-06-12Pretify dissection of date and Time.Anders Broman1-2/+92
2013-06-12Fix a crash when oid_info->value_typem is NULLAnders Broman1-1/+1
2013-06-11Show DisplayString as a string.Anders Broman1-1/+5
2013-06-04Add subdissection of:Anders Broman1-0/+20
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-34/+92
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+31
2013-05-05Just whitespace changesJörg Mayer1-2/+3
2013-05-01Protect a "divide by zero" operation. Bug 7359 (https://bugs.wireshark.org/b...Michael Mann1-12/+20
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-20From beroset:Bill Meier1-2/+2
2013-03-20[-Wmissing-prototypes]Anders Broman1-4/+9
2013-03-12From beroset:Anders Broman1-2/+2
2013-02-26SNMP dissector should handle aes256 (better version than r47690)Michael Mann1-47/+96
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-02-16Fix typo errorPascal Quantin1-2/+2
2013-02-16Add decryption algorithm preference to SNMP dissector.Michael Mann1-1/+32
2013-01-28Allow SNMP user table entry to be re-editted even if engineID/Username remain...Michael Mann1-1/+1
2013-01-20snmp dissector did not correctly set length of pdu's of more than 127 bytes. ...Graham Bloice1-1/+1
2012-12-26bytestring_to_str() now returns a const char *; assign its result to aGuy Harris1-1/+1
2012-12-21Squelch a qualifier-discard warning.Guy Harris1-1/+1
2012-10-09From Bill Parker:Anders Broman1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-10Propage changes done in generated dissectors to asn1/Jakub Zawadzki1-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-0/+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-2/+3
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
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-1/+13
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-2/+3
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard1-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-2/+36
2011-10-29Added support for big integer64 values.Stig Bjørlykke1-1/+9
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-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
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-1/+1
2011-08-02From Paul Stath via bug 5731: The check for engineID length should only occu...Chris Maynard1-1/+1