Snort mailing list archives
Minor error in PoC for Canada Swift Transaction Codes
From: Bill Parker <wp02855 () gmail com>
Date: Wed, 20 May 2015 13:51:11 -0700
Steve,
I found a minor error, in string_to_upper and string_to_lower, these
functions should have no return value (since the prototype is (void)), and
in main():
buffer = string_to_upper(buffer);
should be just:
string_to_upper(buffer);
The same should apply to:
search_for = string_to_upper(search_for);
should be just:
string_to_upper(search_for);
Sorry about that :)
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________ Snort-devel mailing list Snort-devel () lists sourceforge net https://lists.sourceforge.net/lists/listinfo/snort-devel Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel Please visit http://blog.snort.org for the latest news about Snort!
Current thread:
- Minor error in PoC for Canada Swift Transaction Codes Bill Parker (May 20)
- Re: Minor error in PoC for Canada Swift Transaction Codes Cynthia Leonard (cyleonar) (May 25)
