frames: remove unneeded comments

Used by documentation with the SIP frames only
pull/11595/head
Philippe Antoine 1 year ago committed by Victor Julien
parent ef42f835eb
commit 089d2b11fd

@ -565,7 +565,6 @@ unsafe extern "C" fn rs_enip_tx_get_alstate_progress(tx: *mut c_void, direction:
return 0; return 0;
} }
// app-layer-frame-documentation tag start: FrameType enum
#[derive(AppLayerFrameType)] #[derive(AppLayerFrameType)]
pub enum EnipFrameType { pub enum EnipFrameType {
Hdr, Hdr,

@ -36,7 +36,6 @@ pub(super) static mut ALPROTO_WEBSOCKET: AppProto = ALPROTO_UNKNOWN;
static mut WEBSOCKET_MAX_PAYLOAD_SIZE: u32 = 0xFFFF; static mut WEBSOCKET_MAX_PAYLOAD_SIZE: u32 = 0xFFFF;
// app-layer-frame-documentation tag start: FrameType enum
#[derive(AppLayerFrameType)] #[derive(AppLayerFrameType)]
pub enum WebSocketFrameType { pub enum WebSocketFrameType {
Header, Header,

Loading…
Cancel
Save