From 84a8c1d83a3d3b550e7feb030d8d113da317ac5e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 10 Jan 2013 12:13:16 +0000 Subject: From an.huang: (1) support for optional attribute in Sample Value: datSet (0x81), refrTm (0x84), smpRate (0x86), smpMod (0x88). New attribute in 9-2 Ed2 (2) Data (0x87) decoded as PhsMeas in 9-2 LE(Lite Edition) recommemdation is removed, now the data is decoded as simply OctString, just as 9-2, further details should refer to the data set definition and Table 14 in Ed1 / Table 15 in Ed2 Encoding for the basic data types; https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5696 svn path=/trunk/; revision=47016 --- epan/dissectors/packet-sv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-sv.h') diff --git a/epan/dissectors/packet-sv.h b/epan/dissectors/packet-sv.h index f05226a538..cc29fc4c43 100644 --- a/epan/dissectors/packet-sv.h +++ b/epan/dissectors/packet-sv.h @@ -46,6 +46,7 @@ typedef struct _sv_frame_data { guint8 smpSynch; guint8 num_phsMeas; sv_phs_meas phsMeas[IEC61850_SV_MAX_PHSMEAS_ENTRIES]; + guint16 smpMod; } sv_frame_data; -#endif /*__PACKET_SV_H__*/ +#endif /*__PACKET_SV_H__*/ \ No newline at end of file -- cgit v1.2.3