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

Decode IP address components and show a mismatch if present #1

Open
emrainey opened this issue Jun 7, 2023 · 3 comments
Open

Decode IP address components and show a mismatch if present #1

emrainey opened this issue Jun 7, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@emrainey
Copy link
Collaborator

emrainey commented Jun 7, 2023

If the node IDs/subject IDs in the IP Addresses don't match the headers, indicate some sort of problem

@emrainey emrainey self-assigned this Jun 7, 2023
@emrainey emrainey added the enhancement New feature or request label Jun 7, 2023
@emrainey
Copy link
Collaborator Author

emrainey commented Jun 7, 2023

Getting the IP address as a uint() in the dissector logic is quite challenging. Their APIs really don't want you to parse the dotted IP string and ChatGPT's answer for how to do that were all wrong (as usually for any dark corner of the programming world).

@emrainey
Copy link
Collaborator Author

emrainey commented Jun 7, 2023

Will try to extract the Version, SNM and Subject ID / Node ID

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

No branches or pull requests

1 participant