aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-18/+0
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-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-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-1/+1
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-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-8/+3
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 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