From: Philippe Antoine Date: Tue, 9 Jul 2024 08:28:24 +0000 (+0200) Subject: frames: remove unneeded comments X-Git-Tag: suricata-8.0.0-beta1~971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=089d2b11fdb4aa585d1d4db76680aa2c4d1110f5;p=thirdparty%2Fsuricata.git frames: remove unneeded comments Used by documentation with the SIP frames only --- diff --git a/rust/src/enip/enip.rs b/rust/src/enip/enip.rs index 05ec13a670..31c9152e5c 100644 --- a/rust/src/enip/enip.rs +++ b/rust/src/enip/enip.rs @@ -565,7 +565,6 @@ unsafe extern "C" fn rs_enip_tx_get_alstate_progress(tx: *mut c_void, direction: return 0; } -// app-layer-frame-documentation tag start: FrameType enum #[derive(AppLayerFrameType)] pub enum EnipFrameType { Hdr, diff --git a/rust/src/websocket/websocket.rs b/rust/src/websocket/websocket.rs index ebbe901a53..f686ad471b 100644 --- a/rust/src/websocket/websocket.rs +++ b/rust/src/websocket/websocket.rs @@ -36,7 +36,6 @@ pub(super) static mut ALPROTO_WEBSOCKET: AppProto = ALPROTO_UNKNOWN; static mut WEBSOCKET_MAX_PAYLOAD_SIZE: u32 = 0xFFFF; -// app-layer-frame-documentation tag start: FrameType enum #[derive(AppLayerFrameType)] pub enum WebSocketFrameType { Header,