I want to build a program in Python, using Scapy to count how many times SYN packet is received. How do I find only the first SYN received in the 3-way handshake?
Asked
Active
Viewed 547 times
0
-
Scrapy does **not work** on that level: scrapy is on the *application layer*. The SYN packet is on the *transport layer*. – Willem Van Onsem Apr 08 '17 at 17:09
-
@WillemVanOnsem So how can i recognize the packet in the transport layer? – Omer Paz Apr 08 '17 at 17:20
-
1Scapy is not the same as scrapy :-o Just saying. – DisappointedByUnaccountableMod Apr 08 '17 at 17:22
-
@barny I'm using scapy and i know that its possible – Omer Paz Apr 08 '17 at 17:56