aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/sv/sv.asn
diff options
context:
space:
mode:
authorIsmael PĂ©rez <ismael.perez@omicronenergy.com>2020-10-16 13:44:20 +0200
committerAndersBroman <a.broman58@gmail.com>2020-10-25 14:07:32 +0000
commitb694ad77e4517837474608025c41674383cb35d8 (patch)
tree5092a4e74b8848a3697b5475cf773e881531da22 /epan/dissectors/asn1/sv/sv.asn
parent6e35d38c2dc54b68cd862afb4e645aad039a0ee9 (diff)
sv dissector: dissect optional field "gmIdentity"
The information regarding the VendorID in gmIdentity is also decoded.
Diffstat (limited to 'epan/dissectors/asn1/sv/sv.asn')
-rw-r--r--epan/dissectors/asn1/sv/sv.asn2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/sv/sv.asn b/epan/dissectors/asn1/sv/sv.asn
index cf67100d3e..fa89bfa3db 100644
--- a/epan/dissectors/asn1/sv/sv.asn
+++ b/epan/dissectors/asn1/sv/sv.asn
@@ -20,9 +20,11 @@ ASDU ::= SEQUENCE {
smpRate [6] IMPLICIT INTEGER(0..65535) OPTIONAL,
seqData [7] IMPLICIT Data,
smpMod [8] IMPLICIT INTEGER{samplesPerNormalPeriod(0),samplesPerSecond(1),secondsPerSample(2)} OPTIONAL,
+ gmidData [9] IMPLICIT GmidData OPTIONAL,
...
}
UtcTime ::= OCTET STRING
Data ::= OCTET STRING
+GmidData ::= OCTET STRING
END