]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
frames: remove unneeded comments
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 9 Jul 2024 08:28:24 +0000 (10:28 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 1 Aug 2024 05:05:13 +0000 (07:05 +0200)
Used by documentation with the SIP frames only

rust/src/enip/enip.rs
rust/src/websocket/websocket.rs

index 05ec13a670d9e4d13c759816b1daa7d03cde06dc..31c9152e5cabe45dff7732aa68e7a4bf9c37f16b 100644 (file)
@@ -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,
index ebbe901a53b0e1c3544e3bdaca7b33218f48c228..f686ad471b4284e04e64366a0afb892963d10c27 100644 (file)
@@ -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,