suricata
|
#include <app-layer-dnp3-objects.h>
Data Fields | |
uint16_t | username_offset |
uint16_t | username_size |
uint16_t | password_offset |
uint16_t | password_size |
uint32_t | authentication_key |
char | username [65535] |
char | password [65535] |
Definition at line 1207 of file app-layer-dnp3-objects.h.
uint32_t DNP3ObjectG70V2_::authentication_key |
Definition at line 1212 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
char DNP3ObjectG70V2_::password[65535] |
Definition at line 1214 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
uint16_t DNP3ObjectG70V2_::password_offset |
Definition at line 1210 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
uint16_t DNP3ObjectG70V2_::password_size |
Definition at line 1211 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
char DNP3ObjectG70V2_::username[65535] |
Definition at line 1213 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
uint16_t DNP3ObjectG70V2_::username_offset |
Definition at line 1208 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().
uint16_t DNP3ObjectG70V2_::username_size |
Definition at line 1209 of file app-layer-dnp3-objects.h.
Referenced by DNP3PushPoint(), and OutputJsonDNP3SetItem().