aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sv.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Remove unnecessary include: register.hJeff Morriss1-1/+0
svn path=/trunk/; revision=34194
2010-06-04Thou shalt not have a tap whose listener is always active; that means,Guy Harris1-3/+26
for example, that, if it's a TShark tap, TShark can never be run with "-w -", as it means that TShark will always have to dissect the packets. svn path=/trunk/; revision=33098
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs1-0/+65
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