diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-07-03 13:50:26 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | 764009e81fd8970993da7671be5520b364f0c29f (patch) | |
tree | f911de82740ec2e88b62857c37c0e9099686ebf5 /python/dpkt/README | |
parent | 167bca5c9dd1f8e601de1aa3fcc94fac02890649 (diff) | |
download | slackbuilds-764009e81fd8970993da7671be5520b364f0c29f.tar.gz |
python/dpkt: Added (python TCP/IP packet library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/dpkt/README')
-rw-r--r-- | python/dpkt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/dpkt/README b/python/dpkt/README new file mode 100644 index 0000000000..2f3b3959e3 --- /dev/null +++ b/python/dpkt/README @@ -0,0 +1,5 @@ +dpkt (python TCP/IP packet library) + +fast, simple packet creation / parsing, with definitions for the +basic TCP/IP protocols. + |