Wireshark-commits: [Wireshark-commits] rev 33039: /trunk/ /trunk/asn1/: Makefile.am Makefile.nmake

Date: Tue, 01 Jun 2010 23:27:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33039

User: gerald
Date: 2010/06/01 04:27 PM

Log:
 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.

Directory: /trunk/asn1/
  Changes    Path              Action
  +1 -0      Makefile.am       Modified
  +1 -0      Makefile.nmake    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +564 -0    packet-sv.c        Added
  +51 -0     packet-sv.h        Added

Directory: /trunk/asn1/sv/
  Changes    Path                    Action
  +26 -0     Makefile.am             Added
  +47 -0     Makefile.common         Added
  +29 -0     Makefile.nmake          Added
  +335 -0    packet-sv-template.c    Added
  +43 -0     packet-sv-template.h    Added
  +25 -0     sv.asn                  Added


(5 files not shown)