Fix err when using dest arg (#1688)

Co-authored-by: bogdan.balan1 <bogdanvalentin.balan@1nce.com>
This commit is contained in:
bogdanvbalan 2025-01-16 10:19:18 +02:00 committed by GitHub
parent aca3f4ad44
commit 507099c1ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,7 @@ type PcapDumpConfig struct {
PcapMaxSize string `yaml:"maxSize" json:"maxSize" default:"500MB"`
PcapSrcDir string `yaml:"pcapSrcDir" json:"pcapSrcDir" default:"pcapdump"`
PcapTime string `yaml:"time" json:"time" default:"time"`
PcapDest string `yaml:"dest" json:"dest" default:""`
}
type TapConfig struct {