aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-11/+6
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus1-31/+31
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-32/+32
2013-06-19Remove traling whitespace.Jörg Mayer1-17/+17
2013-06-12Pretify dissection of date and Time.Anders Broman1-5/+95
2013-06-12Fix a crash when oid_info->value_typem is NULLAnders Broman1-1/+1
2013-06-11Show DisplayString as a string.Anders Broman1-4/+8
2013-06-04Add subdissection of:Anders Broman1-5/+25
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-40/+98
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-15/+15
2013-05-01Protect a "divide by zero" operation. Bug 7359 (https://bugs.wireshark.org/b...Michael Mann1-14/+22
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs1-2/+2
2013-03-20From beroset:Bill Meier1-2/+2
2013-03-20[-Wmissing-prototypes]Anders Broman1-9/+14
2013-03-12From beroset:Anders Broman1-2/+2
2013-02-26SNMP dissector should handle aes256 (better version than r47690)Michael Mann1-52/+101
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-6/+37
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-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
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-2/+2
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