aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/packet-snmp-template.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke1-2/+2
2014-01-22Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, soGuy Harris1-1/+1
2014-01-14Make a routine not used outside the SNMP dissector static.Guy Harris1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-10-26Convert some emem to wmem. It took some manual flow analysis, but they are onlyEvan Huus1-2/+2
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-7/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-11/+11
2013-09-17One of the wmem patches only updated the generated packet-snmp.cJörg Mayer1-8/+11
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-2/+6
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-7/+5
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
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-31/+31
2013-06-19Remove traling whitespace.Jörg Mayer1-3/+3
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 Mann1-23/+85
2013-05-01Protect a "divide by zero" operation. Bug 7359 (https://bugs.wireshark.org/b...Michael Mann1-12/+20
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-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-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 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-1/+13
2012-05-24Fix bug #7283Jakub Zawadzki1-1/+2
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