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

Add ISO 9506-1 MMS protocol dissector #2189

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Add ISO 9506-1 MMS protocol dissector #2189

merged 2 commits into from
Dec 1, 2023

Conversation

0xA50C1A1
Copy link
Contributor

Please sign (check) the below before submitting the Pull Request:

Describe changes:

Add support for the ISO 9506-1 MMS (Manufacturing Message Specification) protocol detection.

Copy link

sonarcloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

(get_u_int16_t(packet->payload, 2) == htons(packet->payload_packet_len)))
{
if (current_pkt_from_client_to_server(ndpi_struct, flow)) {
/* Check COTP and ISO 8327-1 headers */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you try the subprotocol feature?
AFAIS, it may not work with your code. But LGTM anyway.

Copy link
Collaborator

@utoni utoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all of your efforts. Appreciated!

@utoni utoni merged commit c34bded into ntop:dev Dec 1, 2023
33 checks passed
@IvanNardi
Copy link
Collaborator

Thanks for all of your efforts. Appreciated!

+1

@0xA50C1A1 0xA50C1A1 deleted the new-dissector/iso9506-1-mms branch December 1, 2023 11:59
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

Successfully merging this pull request may close these issues.

3 participants