aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sv/packet-sv-template.c
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 /asn1/sv/packet-sv-template.c
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 'asn1/sv/packet-sv-template.c')
-rw-r--r--asn1/sv/packet-sv-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/sv/packet-sv-template.c b/asn1/sv/packet-sv-template.c
index 02f3b5fa76..b0e5ccec9b 100644
--- a/asn1/sv/packet-sv-template.c
+++ b/asn1/sv/packet-sv-template.c
@@ -29,6 +29,8 @@
#include <epan/packet.h>
#include <epan/asn1.h>
#include <epan/etypes.h>
+#include <epan/expert.h>
+#include <epan/nstime.h>
#include <stdio.h>
#include <string.h>