diff --git a/netfilter.go b/netfilter.go index 222e055..ee8de85 100644 --- a/netfilter.go +++ b/netfilter.go @@ -29,14 +29,6 @@ type NetfilterQueue struct { wg sync.WaitGroup } -type PacketData struct { - SrcIP string - DstIP string - SrcPort int64 - DstPort int64 - Protocol string -} - /***Methods***/ //(*NetfilterQueue).Start : spawn nfq instance and start collecting packets