wifictld-analyzer/capture/iface.go

9 lines
192 B
Go
Raw Normal View History

2018-06-02 01:00:54 +02:00
package capture
// IFaceConfig where to listen
type IFaceConfig struct {
InterfaceName string `toml:"ifname"`
Port int `toml:"port"`
IPAddress string `toml:"ip_address"`
}