[Wireshark-dev] resolving external symbol for ASN.1 plugin issue

2024-02-20 Thread R Massink
Hello, I've been active in creating a dissector for IEC61850, which is mapped on top of mms. There is an integrated mms dissector that I'm using as a template, while mapping all mms names to the IEC61850 equivalent. I have been able to successfully use asn2wrs.py to generate a packet dissector fro

Re: [Wireshark-dev] resolving external symbol for ASN.1 plugin issue

2024-02-21 Thread R Massink
024 at 6:09 PM R Massink wrote: > >> Hello, >> >> I've been active in creating a dissector for IEC61850, which is mapped on >> top of mms. There is an integrated mms dissector that I'm using as a >> template, while mapping all mms names to the IEC61850

[Wireshark-dev] Advice on how to integra IEC-61850 protocol mapping onto the existing MMS dissector

2024-03-24 Thread R Massink
Hello, I've created an initial version of an IEC-61850 dissector for wireshark. It is available here: https://github.com/robidev/iec61850-dissector. IEC-61850 is a mapping on top of MMS that uses a subset of MMS PDU's for its purpose; substation communication. While an MMS dissector, which IEC-61

Re: [Wireshark-dev] Advice on how to integra IEC-61850 protocol mapping onto the existing MMS dissector

2024-04-02 Thread R Massink
he MMS dissector > https://gitlab.com/wireshark/wireshark/-/merge_requests/15113. As far as > I understand it,this will only decode "proper IEC 61850" fields. > > Best regards > Anders > > Den sön 24 mars 2024 kl 19:41 skrev R Massink : > >> Hello, >> &g