suricata
|
#include <app-layer-frames.h>
Data Fields | |
uint16_t | cnt |
uint16_t | dyn_size |
uint32_t | left_edge_rel |
uint64_t | base_id |
Frame | sframes [FRAMES_STATIC_CNT] |
Frame * | dframes |
Definition at line 58 of file app-layer-frames.h.
uint64_t Frames::base_id |
Definition at line 62 of file app-layer-frames.h.
uint16_t Frames::cnt |
Definition at line 59 of file app-layer-frames.h.
Referenced by FrameGetById(), FrameGetByIndex(), and FrameGetLastOpenByType().
Frame* Frames::dframes |
dynamically allocated space for more frames
Definition at line 64 of file app-layer-frames.h.
Referenced by FrameGetById(), FrameGetByIndex(), and FrameGetLastOpenByType().
uint16_t Frames::dyn_size |
size in elements of dframes
Definition at line 60 of file app-layer-frames.h.
uint32_t Frames::left_edge_rel |
Definition at line 61 of file app-layer-frames.h.
Frame Frames::sframes[FRAMES_STATIC_CNT] |
static frames
Definition at line 63 of file app-layer-frames.h.
Referenced by FrameGetById(), FrameGetByIndex(), and FrameGetLastOpenByType().