Create README.md

This commit is contained in:
Gabriel Tofvesson 2020-11-07 02:01:47 +01:00
parent 4927bfae31
commit ae5865a2dc

65
src/README.md Normal file
View File

@ -0,0 +1,65 @@
# NetObserve
The focus of this project is to enable easy extensibility of packet structures
## Packet types
### Link
* MAC (`dev.w1zzrd.packets.link.EthernetPacket`)
* ARP (*Planned*)
* NDP (*Planned*)
* OSPF (*Planned*)
* L2TP (*Planned*)
* PPP (*Planned*)
* RARP (*Planned*)
### Network
* IPv4 (`dev.w1zzrd.packets.network.IP4Packet`)
* IPv6 (*Planned*)
* ICMP (*Planned*)
* ICMPv6 (*Planned*)
* ECN (*Planned*)
* IGMP (*Planned*)
* IPsec (*Planned*)
### Transport
* TCP (*Planned*)
* UDP (*Planned*)
* DCCP (*Planned*)
* RSVP (*Planned*)
* QUIC (*Planned*)
### Application
* DNS (*Planned*)
* HTTP (*Planned*)
* HTTPS (*Planned*)
* Telnet (*Planned*)
* NTP (*Planned*)
* SSH (*Planned*)
* TLS/SSL (*Planned*)