aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sv.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-01-10 12:13:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-01-10 12:13:16 +0000
commit84a8c1d83a3d3b550e7feb030d8d113da317ac5e (patch)
treeae6a434c8735efb364f5d5d47d3574cb5b0069fa /epan/dissectors/packet-sv.h
parent2a7031f12bed4b4f691cbcf3126f979d6cba43da (diff)
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
Diffstat (limited to 'epan/dissectors/packet-sv.h')
-rw-r--r--epan/dissectors/packet-sv.h3
1 files changed, 2 insertions, 1 deletions
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