This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

IEC 61850 MMS parser

0

Hello All We need to develop code in order to parse IEC 61850 messages,including MMS. I understand that we can reduce the source code to what we need, but it could take a lot of time to do it in accurate manner. What is a preferable way to build/receive such a parser?

Thank you in advance Best Regards

asked 26 Dec '13, 05:09

ElenaB's gravatar image

ElenaB
11112
accept rate: 0%


One Answer:

1

See the answers to this question.

answered 26 Dec '13, 06:43

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Thank you for your fast answer Probably i haven't make myself clear. We do not want to add new protocol, we would like to use iec6185 mms & goose implementation which is already part of wireshark. We have our own networking and we have thinks to do with the parsed packet. So we need only the parsing part. What do you think?

Thank you in advance Elena

(26 Dec '13, 07:22) ElenaB

What kind of things do you have to do with the packets?

(26 Dec '13, 08:11) Kurt Knochner ♦

Don't forget that Wireshark's code is licensed under the GPL. So if you use any of its code then you must supply your source code to anyone you give your program to.

(02 Jan '14, 09:01) JeffMorriss ♦