In IEC61850 sampled values frames we have the same field repeated several times (for example sv.meas_value). the first one is for the current of phase A, 2º for current in phase B... How can i display as a column the 2º, 3º... sv.meas_value?? if i try to apply as column always appears the first value (current pahase A). asked 07 Apr '11, 07:52 azs |
One Answer:
You don't mention which version of Wireshark you're using, but with the latest development release (v1.5.0 as of this writing) or later, this is now possible to do when you create a custom column by specifying the field occurrence. By default, this will be set to 0, but as the tooltip indicates, set it to 1, 2, ..., n, to display the 1st, 2nd, ..., nth occurrence of the field. Use -1 to display the last occurrence. answered 07 Apr '11, 08:33 cmaynard ♦♦ |
Thank you, I am using 1.4.4. I will try 1.5