Tagged Questions

1
vote
0answers
184 views

checksum error with building an HTTP packet(but over TCP, like syn/ack its ok)

I am building a NAT program,I change each packet that comes from our internal subnet, change it's source IP address by libnet functions.( catch the packet with libpcap, put it sniff structures and ...