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

Fixes to gPTP signaling message TLV values #464

Merged
merged 1 commit into from
Sep 1, 2016

Conversation

kencarlino
Copy link
Contributor

Starting with Wireshark 2.0.5 the signaling message in gPTP is reported as Malformed due to an incorrect value for the LengthField.

As defined in 802.1AS 2011 section 10.5.4.3.3 LengthField the length value shall be 12.
Currently gPTP is sending an incorrect value of 28.

Additionally for the signaling message TLV:
Organization Subtype is 0x1 in the packet but it should be 0x2
LinkDelayInterval is 0x0 but for the Automotive Profile should be 127
Flags field is 0x0 in the packet but should be 0x3

…ed as Malformed

due to an incorrect value for the LengthField.

As defined in 802.1AS 2011 section 10.5.4.3.3 LengthField the length value shall be 12.
Currently gPTP is sending an incorrect value of 28.

Additionally for the signaling message TLV: Organization Subtype is 0x1 in the packet but it should be 0x2
LinkDelayInterval is 0x0 but for the Automotive Profile should be 127
Flags field is 0x0 in the packet but should be 0x3
@andrew-elder
Copy link

This change looks ok to me. Anyone else?

@christopher-s-hall
Copy link
Contributor

Looks like the right thing to me.

@andrew-elder
Copy link

Thanks @christopher-s-hall, I'll go ahead and merge it.

@andrew-elder andrew-elder merged commit a86a949 into Avnu:open-avb-next Sep 1, 2016
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