aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Some additional UAT update callback changes.Guy Harris1-3/+4
2015-01-19Convert OID APIs to use wmem.Michael Mann2-9/+9
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-13/+7
2014-11-08SNMP: Fix warning found by -Wunused-const-variableAlexis La Goutte1-0/+2
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-9/+7
2014-09-14Show BER identifiers and lengths in SNMP variable bindings.Guy Harris1-25/+21
2014-08-30Mark Trap-PDU as obsolete for SNMP versions > 1Stig Bjørlykke2-1/+9
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte2-56/+54
2014-08-13SNMP: Remove some unused hf fieldAlexis La Goutte1-12/+1
2014-08-11SNMP: fix mixed indent (use tab)Alexis La Goutte1-317/+314
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann3-51/+42
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-20/+25
2014-06-21batch of tvb-length conversionsEvan Huus1-11/+11
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-14/+14
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-14/+14
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-16Remove emem in SNMP UAT, use glib insteadEvan Huus1-113/+138
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
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