zgrab2/modules/dnp3/log.go
2018-03-21 16:52:53 -04:00

7 lines
127 B
Go

package dnp3
type DNP3Log struct {
IsDNP3 bool `json:"is_dnp3"`
RawResponse []byte `json:"raw_response,omitempty"`
}