From 8b81b7d317f480f73cf54d660f6d2100f49a8f03 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 15 Mar 2015 15:56:07 +0100 Subject: [PATCH] added clarification why this repository exists --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 92368a8..64c7e4e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This is a YAML network protocol dictionary for all (binary based) OSI-Layer 1-4 - A source for implementing network stacks +Why? +---- +I have a project where I want to use a non platform dependent source for network protocol structures so I want to avoid using the defined structures in the OS includes which depend on the operating system used at program execution. +Simple, isn't it? + + How to add a new protocol ----