Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Marschall-dev/DhcpDotNet in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
maxlluky committed Nov 5, 2020
2 parents 31a0aca + 48b7501 commit 9c4227c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<a>
<img src="DhcpDotNet/logo.png" alt="DhcpDotNet" align="right" height="60" />
</a>

# DhcpDotNet
DHCP packet implemented with C#. Build DHCP-packages with nearly all possibilities
DHCP packet implemented with C#. Build DHCP-packages with nearly all possibilities

## Packet interpretation
the following dhcp messages can be created:
## Packet interpretation
the following dhcp messages can be created:
- DHCPDISCOVER
- DHCPOFFER
- DHCPREQUEST
Expand All @@ -12,7 +16,7 @@
- DHCPRELEASE
- DHCPINFORM

the following options can be created for a DHCP packet:
the following options can be created for a DHCP packet:
- DhcpMessageType
- ClientIdentifier
- RequestedIpAddress
Expand Down

0 comments on commit 9c4227c

Please sign in to comment.