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;
}
// app-layer-frame-documentation tag start: FrameType enum
#[derive(AppLayerFrameType)]
pub enum EnipFrameType {
Hdr,

@ -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,

Loading…
Cancel
Save