From bfc023de5f19ea38cfd39dd32348df049ca031f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de> Date: Sat, 2 May 2015 09:40:25 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..b769a009 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# packetdrill +A fork of (packetdrill)[https://code.google.com/p/packetdrill/] with support for +* UDPLite +* SCTP +and bug fixes for FreeBSD. + +It will initially support: +* (RFC 4960)[https://tools.ietf.org/html/rfc4960] +* (RFC 7053)[https://tools.ietf.org/html/rfc7053] -- GitLab