suricata
Frames Struct Reference

#include <app-layer-frames.h>

Collaboration diagram for Frames:

Data Fields

uint16_t cnt
 
uint16_t dyn_size
 
uint32_t left_edge_rel
 
uint64_t base_id
 
Frame sframes [FRAMES_STATIC_CNT]
 
Framedframes
 

Detailed Description

Definition at line 60 of file app-layer-frames.h.

Field Documentation

◆ base_id

uint64_t Frames::base_id

Definition at line 64 of file app-layer-frames.h.

◆ cnt

uint16_t Frames::cnt

Definition at line 61 of file app-layer-frames.h.

Referenced by FrameGetById(), and FrameGetByIndex().

◆ dframes

Frame* Frames::dframes

dynamically allocated space for more frames

Definition at line 66 of file app-layer-frames.h.

◆ dyn_size

uint16_t Frames::dyn_size

size in elements of dframes

Definition at line 62 of file app-layer-frames.h.

◆ left_edge_rel

uint32_t Frames::left_edge_rel

Definition at line 63 of file app-layer-frames.h.

◆ sframes

Frame Frames::sframes[FRAMES_STATIC_CNT]

static frames

Definition at line 65 of file app-layer-frames.h.

Referenced by FrameGetById(), and FrameGetByIndex().


The documentation for this struct was generated from the following file: