Ask Your Question

djin31's profile - activity

2020-12-03 08:26:36 +0000 received badge  Famous Question (source)
2019-05-03 11:08:24 +0000 received badge  Notable Question (source)
2018-07-05 16:28:19 +0000 received badge  Popular Question (source)
2018-04-06 18:38:34 +0000 commented answer How can I make my custom packet dissector distributable?

Hi @Jaap your solution worked. Thanks a lot! Also, can you elaborate if there is a method to compile the packet dissecto

2018-04-06 18:35:31 +0000 marked best answer How can I make my custom packet dissector distributable?

I built a custom packet dissector and I wanted to export it to others such that they don't have to rebuild their wireshark from source. I looked up README.plugins and README.developers for it but couldn't figure out a way to do this.

Typically, the target people for this dissector are people working on Linux environments (I have also developed the dissector on Ubuntu), and most of them have installed wireshark through sudo apt, therefore I want my plugin to be distributed as a simple binary or something which they can copy to their installations or maybe install on top of their current wireshark installation.

edit: I wrote the dissector in C.

2018-04-06 18:35:31 +0000 received badge  Scholar (source)
2018-04-03 18:40:37 +0000 commented answer How can I make my custom packet dissector distributable?

I wrote the dissector in C currently. Is there any way to distribute the C dissector?

2018-04-03 18:39:45 +0000 received badge  Editor (source)
2018-04-03 18:39:45 +0000 edited question How can I make my custom packet dissector distributable?

How can I make my custom packet dissector distributable? I built a custom packet dissector and I wanted to export it to

2018-04-03 18:08:56 +0000 asked a question How can I make my custom packet dissector distributable?

How can I make my custom packet dissector distributable? I built a custom packet dissector and I wanted to export it to