-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update Ethernet/IP layer #4083
Update Ethernet/IP layer #4083
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4083 +/- ##
===========================================
- Coverage 80.11% 52.81% -27.31%
===========================================
Files 328 328
Lines 75836 75847 +11
===========================================
- Hits 60756 40056 -20700
- Misses 15080 35791 +20711
|
Hey @claire-lex! |
Hi @p-l- ! |
For some reason the
|
Hey @claire-lex! |
Add Hart and CompoNet to Codespell ignore settings
f873aa9
to
0c19169
Compare
Hi! |
Thank you! |
Checklist:
cd test && ./run_tests
ortox
)This PR introduces the following changes to the Ethernet/IP layer, last updated in 2019:
I made the PR because some Packets from the layer were apparently untested and wouldn't work against a real Ethernet/IP server.
All the changes have been tested against a physical Ethernet/IP gateway device and were written according to Ethernet/IP (enip) Wireshark dissector's code. Some packets could be added or detailed in the future but I did not have the means to test them (I left comments instead).