-
Notifications
You must be signed in to change notification settings - Fork 0
BackEnd Document : DB (KO_KR)
0 : 분류 없음
1 : 일반 메시지
2 : 알림 메시지
3 : 경고 메시지
4 : 위험 메시지
TODO
TODO
TODO
TODO
TODO
TODO
int(11)
device index
varchar(45)
device id
timestamp
device created datetime
int(11)
message index
int(11)
message target device
related by device_index
if 0, it is global message
int(11)
message sent to target devices
if 0, it is not sent
if 1, it is sent to target device
int(11)
message type
check MESSAGE_TYPE
varchar(45)
message title
varchar(45)
message content
varchar(45)
message data
int(11)
process index
varchar(45)
process name
int(11)
process type
check PROCESS_TYPE
int(11)
process warning level
int(11)
packet index
int(11)
packet owner device
related by device_index
int(11)
packet owner process
related by process_index
int(11)
packet releated network index
related by network_index
int(11)
packet type
check PACKET_TYPE
varchar(45)
packet source ip
varchar(45)
packet destination ip
varchar(45)
packet source device
varchar(45)
packet destination device
int(11)
packet protocol
check PROTOCOL_TYPE
int(11)
packet source port
int(11)
packet destination port
int(11)
packet length
int(11)
network index
int(11)
network owner device
related by device_index
int(11)
network owner process
related by process_index
int(11)
network status
check NETWORK STATUS
timestamp
network start time
timestamp
network end time
int(11)
network type
check NETWORK_TYPE
varchar(45)
network source ip
varchar(45)
network destination ip
varchar(45)
network source device
varchar(45)
network destination device
int(11)
network protocol
check PROTOCOL_TYPE
int(11)
network source port
int(11)
network destination port
int(11)
network packets sent by source device
int(11)
network packets sent by destination device
int(11)
network bytes sent by source device
int(11)
network bytes sent by destination device