Ask Your Question

Guin's profile - activity

2021-04-09 01:05:52 +0000 received badge  Notable Question (source)
2021-04-09 01:05:52 +0000 received badge  Popular Question (source)
2019-04-12 00:23:51 +0000 commented answer About using Dissectors in other applications

Thanks to your help.

2019-04-12 00:22:28 +0000 marked best answer About using Dissectors in other applications

I am developing a device with the same functionality as IPS. So I'm implementing the function to filter packets using Netfilter's NFQueue. I have received the packet through the NFQueue and have confirmed that the received packet operates normally for functions such as modulation, delay, drop, etc. However, I am worried about implementing packet filtering function in Application Layer. It should basically be able to filter GOOSE and MMS Protocol at the user level. However, the MMS Protocol is complex. So I would like to refer to Wireshark's Dissector Library. I can receive the entire packet data, including the Ethernet frame, in binary format. I want to divide the MMS and GOOSE packets into protocol layers by referring to this binary data and the Wireshark Library. Is this possible?

2019-04-12 00:22:28 +0000 received badge  Scholar (source)
2019-04-11 01:56:50 +0000 asked a question About using Dissectors in other applications

About using Dissectors in other applications I am developing a device with the same functionality as IPS. So I'm impleme

2019-04-10 01:58:50 +0000 received badge  Rapid Responder (source)
2019-04-10 01:58:50 +0000 answered a question Windows Build Error

I have solved the problem. I read grahamb's comments and tried it again. The problem was in the following message : Exc

2019-04-10 01:01:52 +0000 commented question Windows Build Error

Thank you for the reply. The above message is a message when the following command is used : "cmake -G "Visual Studio

2019-04-09 02:35:41 +0000 received badge  Editor (source)
2019-04-09 02:35:41 +0000 edited question Windows Build Error

Windows Build Error I'm working on the build with the following link: https://www.wireshark.org/docs/wsdg_html_chunked/

2019-04-09 02:33:12 +0000 received badge  Rapid Responder (source)
2019-04-09 02:33:12 +0000 answered a question Windows Build Error

Here is the CMake output message. ====================================================================================

2019-04-09 01:07:33 +0000 asked a question Windows Build Error

Windows Build Error I'm working on the build with the following link: https://www.wireshark.org/docs/wsdg_html_chunked/