From db1f6609d13a888dd7212c9ed2840846e70a284e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 2 Aug 2017 18:26:23 +0200 Subject: added an IPv4 module, currently containg an address to string function started to add ARP packet definition, reading and printing ARP request now some renames in networking layer --- src/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/README') diff --git a/src/README b/src/README index 43abced..6af8821 100644 --- a/src/README +++ b/src/README @@ -81,4 +81,6 @@ net Network library, currently IPv4 only. +* ethernet.c - ethernet, MAC address functions * arp.c - implementation of the ARP protocol +* ipv4.c - implementation of the IPv4 protocol -- cgit v1.2.3-54-g00ecf