Tagged Questions

1
vote
0answers
181 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 ...
0
votes
1answer
488 views

libnet that properly calculates checksum on IPV6

I have recently started playing around with libnet and using it to generate IPV6 packets. I am very new at programming, however, I am quite happy with the library. I have one problem with it ...