@@ -27,13 +28,12 @@ Matching packets are forwarded to user space, others dropped by the filter.<br /
...
@@ -27,13 +28,12 @@ Matching packets are forwarded to user space, others dropped by the filter.<br /
<br/>
<br/>
Python script reads filtered raw packets from the socket, if necessary reassembles packets belonging to the same session, and prints on stdout the first line of the HTTP GET/POST request. <br/>
Python script reads filtered raw packets from the socket, if necessary reassembles packets belonging to the same session, and prints on stdout the first line of the HTTP GET/POST request. <br/>
# Usage
#v1 vs v2
Require:
First version is the simple one: if the url is too long (splitted in more than one packet) is truncated.