1 Aug 2008 05:10
Re: TCP Seq/Ack value changed?
Jong Chun Park <joumon <at> gmail.com>
2008-08-01 03:10:08 GMT
2008-08-01 03:10:08 GMT
Please, discard this mail because it's my fault. My other python code of sniffing libpcap
has a bug. I apologize for this inconvenience. Thanks a lot,
Jong
On Wed, Jul 30, 2008 at 10:51 PM, Jong Chun Park <joumon <at> gmail.com> wrote:
I have a web sever which generates customized packets as below. I'm also usinglibpcap to sniff packets instead Scapy sniff function due to some unspecified reasons.BTW, even though I set TCP ack/seq values to 100/200, respectively, those packetsreceived at the client had TCP ack/seq values set to ZEROs. Is there anyone who knowswhy this happens? Is this a Scapy bug or my fault? Any tip would be greatly appreciatedin advance.ip=IP(dst=CLIENT_ADDRESS, src=SERVER_ADDRESS)tcp=TCP(dport=CLIENT_PORT, sport=SERVER_PORT, ack=100, seq=200)tcp.flags=24
page="test"sendp(Ether()/ip/tcp/page, iface="eth0")
Thanks a lot,Jong
Hope this helps,
Cheers,
Sake
---------------------------------------------------------------------
To unsubscribe, send a mail to scapy.ml-unsubscribe <at> secdev.org
RSS Feed