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