Snort mailing list archives

Re: Minor error in PoC for Canada Swift Transaction Codes


From: "Cynthia Leonard (cyleonar)" <cyleonar () cisco com>
Date: Tue, 26 May 2015 06:54:02 +0000

Thanks Bill, will write up a minor bug to get this cleaned up.

-Cynthia


From: Bill Parker [mailto:wp02855 () gmail com]
Sent: Thursday, May 21, 2015 2:21 AM
To: snort-devel () lists sourceforge net
Subject: [Snort-devel] Minor error in PoC for Canada Swift Transaction Codes

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: