-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add Parse Ethernet frame Operation, allow Parse IPv4 Header to cascade #1722
base: master
Are you sure you want to change the base?
Conversation
An accidental push before switching branches broke UI tests. These are now fixed. |
@a3957273 Could you take another look at this before it disappears into page 2? |
This adds a new operation+tests that parses Ethernet frames.
Recently, I've been provided with Base64-encoded single packets which are annoying to decode manually, or even to strip the Ethernet header off.
This operation adds a basic information output and a 'packet data'-only which allows cascading to other Networking-related parsers (ie IPv4). I am still playing with the idea of updating those to allow the return of encapsulated data as well - allowing a quick/basic packet analysis through a recipe.