Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
c5d917bb
Commit
c5d917bb
authored
Feb 06, 2016
by
Bertrone Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README changes
parent
8177cdb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
examples/networking/http_filter/README.md
examples/networking/http_filter/README.md
+1
-2
No files found.
examples/networking/http_filter/README.md
View file @
c5d917bb
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment