Skip to content

Commit

Permalink
moved packetData to another iplocation.go
Browse files Browse the repository at this point in the history
  • Loading branch information
imgurbot12 committed Sep 14, 2017
1 parent eec0ca8 commit a581cf1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a581cf1

Please sign in to comment.