ESMC - extended QL TLV
Hi,
According G.8264/Y.1364 if a clock in an option 1 network supports both the QL TLV and the extended QL TLV, it should set the SSM code and the enhanced SSM code according, and send both the QL TLV and the extended QL TLV. Both TLVs shall be sent in one ESMC PDU.
In wireshark QL TLV is ok. TLV Type, TLV length and SSM Code are as expected.
But I'm having a problem with extended QL TLV saying that Timestamp is invalid?! https://imgur.com/MfTTlCk
Accoring to this table from G.8264 https://imgur.com/332Boxm 4. octat number of extended QL TLV should represent enhanced ssm code which is in this case 20, but as you can see from first picture that octate (and 3 more following) are assigned to Timestamp!?
Does someone knows is Wireshark supporting extended QL TLV, or the problem is in something else?
Link to a .pcap file: https://ufile.io/qmgbo0ud
Best regards
https://code.wireshark.org/review/git...
The length is hard coded:
And looks like it has been a while since last worked on:
https://bugs.wireshark.org/bugzilla/s...
Hello, can you please tell me what is the need for an enhanced SSM code?
The G.8264 standard has evolved to include a new set of more accurate reference clocks and the ESMC values needed to expand to include them. They have also added features to keep track of the chain of connection between the reference source: such as how many hops have been crossed, and what is the quality of those hops. This means that they added a TLV, which the dissector seems to get wrong.
Current open issue:
17491: Wireshark failed to parse ESMC with extended QL TLV format enabled and resulting in parsing failure
Hello Dennis, According to G.8264.1 the enhanced SSM code does not go into the selection process, still, the extended QL TLV has an SSM code. Second, what purpose does it really solve by having so many new parameters? 1. Hop count: I do agree. But if any device does not support extended QL TLV, hop-count will not work. Please let me know if I am wrong. 2. Quality of those hops: As far as I understood, the parameters can only provide you with the source quality level. I am waiting for your reply. thanks in advance.