aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/packet-snmp-template.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-5/+5
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-09-11snmp: fix 'time' var name.Dario Lombardo1-5/+5
2015-07-04asn1: split off cleanup routinesPeter Wu1-15/+26
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris1-4/+4
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2015-02-18Some additional UAT update callback changes.Guy Harris1-3/+4
2015-01-19Convert OID APIs to use wmem.Michael Mann1-8/+8
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ørlykke1-8/+6
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ørlykke1-1/+3
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte1-23/+23
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 Mann1-44/+38
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 Quantin1-12/+12
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-12/+12
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-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+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-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