Commit c5d917bb authored by Bertrone Matteo's avatar Bertrone Matteo

README changes

parent 8177cdb1
......@@ -3,7 +3,6 @@
Write an eBPF application that parses HTTP packets and extracts (and prints on screen) the URL contained in the GET/POST request.
[eBPF HTTP Filter - Short Presentation](https://github.com/iovisor/bpf-docs/blob/master/ebpf_http_filter.pdf)
[Original Projct](https://github.com/netgroup-polito/ebpf-test)
#Usage Example
......@@ -30,7 +29,7 @@ Python script reads filtered raw packets from the socket, if necessary reassembl
#v1 vs v2
First version is the simple one: if the url is too long (splitted in more than one packet) is truncated.
First version is the simple one: if the url is too long (splitted in more than one packet) is truncated. <br />
Second version is quite more complex: if necessary reassembles packets belonging to the same session and prints the complete url.
#To run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment