dcmerge/pkg
Markus Pesch 13301cb367
fix(dockerCompose): add further methods of port
This patch adds the following methods:

ports.ExistsDstIP()
ports.ExistsDstPort()
ports.ExistsProtocol()
ports.ExistsSrcIP()
ports.ExistsSrcPort()
ports.GetDstIP()
ports.GetDstPort()
ports.GetProtocol()
ports.GetSrcIP()
ports.GetSrcPort()
2025-02-20 17:26:43 +01:00
..
domain/dockerCompose fix(dockerCompose): add further methods of port 2025-02-20 17:26:43 +01:00
fetcher fix(fetcher): handle all os.Stat() errors 2024-12-03 11:09:38 +01:00