Comment # 4
on bug 9068
from Pascal Quantin
(In reply to comment #3)
> Thanks for the info. Is this something you or the wireshark team will do
> soon? Or is it something I could help out with? I have some C/C++
> experience if you could give me some direction for where to start.
Hi,
the update depends on the motivation of each contributor :) I might be able to
work a bit on it in the coming weeks, but I cannot make any promise.
If you want to do the update yourself, you will see that it is rather easy.
The developer guide (found here:
http://www.wireshark.org/docs/wsdg_html_chunked/ ) explains how to setup your
development environment.
The doc folder in the source tree contains some valuable information on how to
develop a dissector. I recommend you to read doc/README.developer and
doc/README.dissector as a starting point.
The ANSI A dissector source code can be found here:
epan/dissectors\packet-ansi_a.c. As it is an old dissector, it has a massive
use of proto_tree_add_text that should be avoided for any enhancement (as
stated in README.dissector).
You are receiving this mail because:
- You are watching all bug changes.