arglucas
Results
2
comments of
arglucas
My code which adds a new destination and source port (5000) to parse the HTTP layer with is as follows: ``` from scapy.layers.inet import TCP import scapy.all as scapy from...
Have you tried? from scapy_http.http import * I am using Python 3 and this seemed to be needed after I installed it via pip which is slightly different to the...