[go-nuts] "github.com/google/gopacket" package alternative

2018-04-20 Thread Binu Paul
Hi any alternative library available for "github.com/google/gopacket" which generate live traffic Regards, Binu -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from

Re: [go-nuts] Re: Tcp connection reset

2018-04-17 Thread Binu Paul
Hi, package main import ( "fmt" "time" "github.com/google/gopacket" "github.com/google/gopacket/layers" "github.com/google/gopacket/pcap" "reflect" "net" "log" ) //var started_at time.Time //var rest_root_requests int64 = 0 func main()

Re: [go-nuts] Tcp connection reset

2018-04-13 Thread Binu Paul
i need to reset the tcp connection manually , if one request come from ipLayer.SrcIP = 10.2.3.1 then i need to sent the reset connection packet On Fri, Apr 13, 2018 at 6:30 PM, Jesper Louis Andersen < jesper.louis.ander...@gmail.com> wrote: > TCP connections are normally Close()'d, which starts