Skip to content

Commit

Permalink
Ready for 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Jun 27, 2012
1 parent d716bdf commit e63f83b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
scapy-http
Scapy-http
==========

Support for parsing HTTP in Scapy (http://www.secdev.org/projects/scapy/).
Expand Down Expand Up @@ -168,3 +168,7 @@ for p in packets:
###[ Raw ]###
load = '<html>\r\n<head><title>301 Moved Permanently</title></head>\r\n<body bgcolor="white">\r\n<center><h1>301 Moved Permanently</h1></center>\r\n<hr><center>nginx/1.0.13</center>\r\n</body>\r\n</html>\r\n'
```

## Authors
* Steeve Barbeau ( http://www.sbarbeau.fr )
* Luca Invernizzi ( http://lucainvernizzi.net )
1 change: 1 addition & 0 deletions example.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
try:
import scapy.all as scapy
except ImportError:
Expand Down

0 comments on commit e63f83b

Please sign in to comment.