Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining our own types for IP Addresses #2

Open
gabhijit opened this issue May 23, 2021 · 1 comment
Open

Defining our own types for IP Addresses #2

gabhijit opened this issue May 23, 2021 · 1 comment

Comments

@gabhijit
Copy link
Collaborator

gabhijit commented May 23, 2021

We already have types for Ethernet MAC Address (MACAddress) and Ether Type (EtherType) defined which work well for us for Debug and Display printing and any other custom handling. Along the similar lines, we should be defining -

  1. IPv4 and IPv6 address types.
  2. IP Options types for different IP options
@gabhijit
Copy link
Collaborator Author

This commit completes basic implementation of IPv4 and IPv6 address types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant