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

Implement ICMP messages decoder/encoder #4

Open
6 of 32 tasks
hauleth opened this issue Apr 14, 2021 · 0 comments
Open
6 of 32 tasks

Implement ICMP messages decoder/encoder #4

hauleth opened this issue Apr 14, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hauleth
Copy link
Owner

hauleth commented Apr 14, 2021

  • 0 Echo Reply [RFC792]
  • 3 Destination Unreachable [RFC792]
  • 4 Source Quench (Deprecated) [RFC792] [RFC6633]
  • 5 Redirect [RFC792]
  • 6 Alternate Host Address (Deprecated) [RFC6918]
  • 8 Echo [RFC792]
  • 9 Router Advertisement [RFC1256]
  • 10 Router Solicitation [RFC1256]
  • 11 Time Exceeded [RFC792]
  • 12 Parameter Problem [RFC792]
  • 13 Timestamp [RFC792]
  • 14 Timestamp Reply [RFC792]
  • 15 Information Request (Deprecated) [RFC792] [RFC6918]
  • 16 Information Reply (Deprecated) [RFC792] [RFC6918]
  • 17 Address Mask Request (Deprecated) [RFC950] [RFC6918]
  • 18 Address Mask Reply (Deprecated) [RFC950] [RFC6918]
  • 30 Traceroute (Deprecated) [RFC1393] [RFC6918]
  • 31 Datagram Conversion Error (Deprecated) [RFC1475] [RFC6918]
  • 32 Mobile Host Redirect (Deprecated) [RFC6918]
  • 33 IPv6 Where-Are-You (Deprecated) [RFC6918]
  • 34 IPv6 I-Am-Here (Deprecated) [RFC6918]
  • 35 Mobile Registration Request (Deprecated) [Simpson] [RFC6918]
  • 36 Mobile Registration Reply (Deprecated) [Simpson] [RFC6918]
  • 37 Domain Name Request (Deprecated) [RFC1788] [RFC6918]
  • 38 Domain Name Reply (Deprecated) [RFC1788] [RFC6918]
  • 39 SKIP (Deprecated) [RFC6918]
  • 40 Photuris [RFC2521]
  • 41 ICMP messages utilized by experimental mobility protocols such as Seamoby [RFC4065]
  • 42 Extended Echo Request [RFC8335]
  • 43 Extended Echo Reply [RFC8335]
  • 253 RFC3692-style Experiment 1 [RFC4727]
  • 254 RFC3692-style Experiment 2 [RFC4727]

Question is whether we should implement parsers for deprecated messages.

@hauleth hauleth changed the title Implement remaining ICMP message types Implement ICMP messages decoder/encoder Apr 14, 2021
@hauleth hauleth added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant