suricata
DNP3LinkHeader_ Struct Reference

DNP3 link header. More...

#include <app-layer-dnp3.h>

Data Fields

uint8_t start_byte0
 
uint8_t start_byte1
 
uint8_t len
 
uint8_t control
 
uint16_t dst
 
uint16_t src
 
uint16_t crc
 

Detailed Description

DNP3 link header.

Definition at line 117 of file app-layer-dnp3.h.

Field Documentation

◆ control

uint8_t DNP3LinkHeader_::control

Control flags.

Definition at line 121 of file app-layer-dnp3.h.

◆ crc

uint16_t DNP3LinkHeader_::crc

Link header CRC.

Definition at line 124 of file app-layer-dnp3.h.

◆ dst

uint16_t DNP3LinkHeader_::dst

DNP3 destination address.

Definition at line 122 of file app-layer-dnp3.h.

◆ len

uint8_t DNP3LinkHeader_::len

Length of PDU without CRCs.

Definition at line 120 of file app-layer-dnp3.h.

◆ src

uint16_t DNP3LinkHeader_::src

DNP3 source address.

Definition at line 123 of file app-layer-dnp3.h.

◆ start_byte0

uint8_t DNP3LinkHeader_::start_byte0

First check byte.

Definition at line 118 of file app-layer-dnp3.h.

◆ start_byte1

uint8_t DNP3LinkHeader_::start_byte1

Second check byte.

Definition at line 119 of file app-layer-dnp3.h.


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