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

DNS and ICMP schemas? #9

Open
prashantbarca opened this issue Apr 13, 2022 · 1 comment
Open

DNS and ICMP schemas? #9

prashantbarca opened this issue Apr 13, 2022 · 1 comment

Comments

@prashantbarca
Copy link

https://github.com/DFDLSchemas/ethernetIP/tree/master/src/main/resources/com/owlcyberdefense/dfdl/xsd this path does not seem to contain schemas for ICMP and DNS files. Is there a plan to add them in the future?

@mbeckerle
Copy link
Member

There is an ICMPv4 packet described in the ethernetIP.dfdl.xsd file.

I don't know of active development on these schemas. Your contributions would be welcome.

To some degree this schema was Proof-of-Concept to illustrate DFDL schemas and teach people about DFDL because many people are familiar with the IP protocol stack and so can follow these examples intuitively.

Deep in my todo list was to update all the packet types to include checksum calculations of the various kinds. But I don't have any idea if/when that will ever become priority for me. Right now only ipV4 has a checksum. I think the Apache Daffodil team are not completely happy yet with the APIs for these sorts of checksum extensions, so those might evolve.

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

2 participants