wifictld-analyzer/capture/iface.go

9 lines
192 B
Go

package capture
// IFaceConfig where to listen
type IFaceConfig struct {
InterfaceName string `toml:"ifname"`
Port int `toml:"port"`
IPAddress string `toml:"ip_address"`
}