aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
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 /asn1/Makefile.nmake
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 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 6f92a22622..f27770d8e6 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -92,6 +92,7 @@ BER_LIST= \
smrse \
snmp \
spnego \
+ sv \
t125 \
tcap \
wlancertextn \