From Michael Bernhard via bug 3398 with minor fixups:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jun 2010 23:27:16 +0000 (23:27 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jun 2010 23:27:16 +0000 (23:27 +0000)
commit7a38a8742f6ba8261166e7a3ee8e4a4be172a143
tree9a89500524baf97b0731e47bd2929bf063ef3b6d
parenta3e1991810141736dd075477f2becd8d35f98516
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33039 f5534014-38df-0310-8fa8-9805f1628bb7
16 files changed:
AUTHORS
Makefile.common
asn1/Makefile.am
asn1/Makefile.nmake
asn1/sv/Makefile.am [new file with mode: 0644]
asn1/sv/Makefile.common [new file with mode: 0644]
asn1/sv/Makefile.nmake [new file with mode: 0644]
asn1/sv/packet-sv-template.c [new file with mode: 0644]
asn1/sv/packet-sv-template.h [new file with mode: 0644]
asn1/sv/sv.asn [new file with mode: 0644]
asn1/sv/sv.cnf [new file with mode: 0644]
configure.in
epan/dissectors/Makefile.common
epan/dissectors/packet-sv.c [new file with mode: 0644]
epan/dissectors/packet-sv.h [new file with mode: 0644]
tap-sv.c [new file with mode: 0644]