aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-01 23:27:16 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-01 23:27:16 +0000
commitad273c35b6ba2800030812d80ada3599a439032f (patch)
tree9a89500524baf97b0731e47bd2929bf063ef3b6d /configure.in
parentc58a769956b9964676d8947e340a23066b4adf72 (diff)
From Michael Bernhard via bug 3398 with minor fixups:
I've created a ASN.1 dissector for the IEC 61850 Sampled Values protocol. It dissects ethernet frames of the IEC 61850-9-2LE specification form the UCA International User Group. There is also a new TAP for tshark (-R sv) which extracts the important information of the frame and allows to create plots (with external tools) of the sampled values. I've developed under Linux (Ubuntu 8.10) but everything should be in place for successful compilation under Windows. It would be great if this dissector could be included in wireshark. I'm looking forward for your comments. svn path=/trunk/; revision=33039
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ffd5dd8d3a..73267b3582 100644
--- a/configure.in
+++ b/configure.in
@@ -1811,6 +1811,7 @@ AC_OUTPUT(
asn1/smrse/Makefile
asn1/snmp/Makefile
asn1/spnego/Makefile
+ asn1/sv/Makefile
asn1/t125/Makefile
asn1/t38/Makefile
asn1/tcap/Makefile