From c8348bc6d88c1cfea55d7be67ebdd16ca49ea4e3 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 4 Jan 2015 16:31:12 +0100 Subject: [PATCH] forgot a word... o.O --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e1a81..d1ab293 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Network Protocol Dictionary This is a YAML network protocol dictionary for all (binary based) OSI-Layer 1-4 protocols, eg. Ethernet, IP, TCP, UDP, etc. - What this dictionary should be: - - A complete **machine readable** *structure definition* for all binary based network protocols + - A complete **machine readable** *structure definition* dictionary for all binary based network protocols - Addon: some protocol documentation from wikipedia or RFCs for display use. - A reference for building a network packet from scratch in an application, mostly for applications dealing with network packets.