aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sv.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-14/+14
svn path=/trunk/; revision=37118
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-06-02Rebuild the IEC 61850 dissector.Gerald Combs1-36/+34
svn path=/trunk/; revision=33040
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs1-0/+564
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