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

usage of proto_register_module

0

I wanted to know the cases where I can use pref_register_module function can be used while writing a new dissector.

asked 03 Apr '15, 00:00

lucky15's gravatar image

lucky15
6558
accept rate: 0%

edited 03 Apr '15, 02:07

Each post should have a clear, specific question in the title field. Please rephrase the title as a proper question.

(03 Apr '15, 01:30) Jaap ♦

One Answer:

0

Have a look at the documentation in the source code, in this case README.dissector section 2.6, and existing dissectors are always a source of information.

answered 03 Apr '15, 02:59

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

thank you for your suggestion.

(08 Apr '15, 06:13) lucky15