From: Sascha Steinbiss Date: Fri, 9 Jun 2023 09:12:24 +0000 (+0200) Subject: rfb: add myself as contributor X-Git-Tag: suricata-6.0.14~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a52e39297f498efaeda267b0ea42382a63d6514;p=thirdparty%2Fsuricata.git rfb: add myself as contributor (cherry picked from commit 836fff3679e6ea3b2ed75f87931ff3c7ec0ebd33) --- diff --git a/rust/src/rfb/rfb.rs b/rust/src/rfb/rfb.rs index aa18ab5d40..e167eb66d8 100644 --- a/rust/src/rfb/rfb.rs +++ b/rust/src/rfb/rfb.rs @@ -16,6 +16,7 @@ */ // Author: Frank Honza +// Sascha Steinbiss use std; use std::ffi::CString;