This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

CFM decoder

0

Is cfm packet decoder supported in Wireshark 1.6.1.If affirmative, could you please provide steps on how to activate it?

Thanks very kindly

asked 10 Aug '11, 08:18

jg2's gravatar image

jg2
1111
accept rate: 0%


One Answer:

0

Wireshark has a dissector for CFM;

From the source code:

/* This code is based on the IEEE P802.1ag/D8.1 document, and on the ITU-T Y.1731
 * recommendation (05/2006,) which is not formally released at the time of this
 * dissector development.  Any updates to these documents may require additional
 * modifications to this code.
 */

No special action is required to activate the dissector.

I note that support for the following was added quite recently (and thus probably is not in Wireshark 1.6.1):

This patch adds support for the two-way Sythetic Loss Measurement
opcodes (SLM & SLR) defined in the latest ITU-T Y.1731.

answered 10 Aug '11, 08:36

Bill%20Meier's gravatar image

Bill Meier ♦♦
3.2k1850
accept rate: 17%

edited 10 Aug '11, 08:41