The Wayback Machine - https://web.archive.org/web/20250414163354/https://github.com/secdev/scapy/pull/3479
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

added support for linux cooked v2 #3479

Closed
wants to merge 3 commits into from
Closed

Conversation

Smartsmurf
Copy link

@Smartsmurf Smartsmurf commented Dec 7, 2021

see http://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html for reference

Checklist:

  • If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • I squashed commits belonging together
  • I added unit tests or explained why they are not relevant
  • I executed the regression tests for Python2 and Python3 (using tox or, cd test && ./run_tests_py2, cd test && ./run_tests_py3)
  • If the PR is still not finished, please create a Draft Pull Request

fixes #xxx

@gpotter2
Copy link
Member

gpotter2 commented Dec 7, 2021

This:

  • could be deduplicated from CookedLinux (re-using some fields)
  • needs bindings (linklayer? what about the layers below it?)
  • needs tests

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

Successfully merging this pull request may close these issues.

2 participants