[go-nuts] Tcp connection reset

2018-04-25 Thread Binu Ps
below code i am trying to reset the tcp connection which coming from 192.168.1.3 address, now its not working its not resetting the connection , anythink wrong in my source code ? please help package main import ( "fmt" "time" "github.com/google/gopacket" "githu

[go-nuts] Tcp connection reset

2018-04-13 Thread Binu Ps
HI I need to reset tcp connection, any library available in golang ? Concept : if one connection coming from ipLayer.SrcIP = 10.2.3.1 , then i need to reset the connection (tcpLayer.RST=true;) and need to form a packet and sent request reset the cnnec