RTSP::collect¶
Description¶
Collects the amount of data that you specify.
Examples¶
rule xxx {
when RTSP_REQUEST {
RTSP::collect 10
}
when RTSP_REQUEST_DATA {
RTSP::release
}
}
rule xxx {
when RTSP_REQUEST {
RTSP::collect 10
}
when RTSP_REQUEST_DATA {
RTSP::release
}
}