As the Wireshark developers are working on many different platforms, a lot of editors are used to develop Wireshark (emacs, vi, Microsoft Visual Studio and many many others). There's no "standard" or "default" development environment.
There are several reasons why you might want to change the Wireshark sources:
add your own new dissector
change/extend an existing dissector
fix a bug
implement a new glorious feature :-)
The internal structure of the Wireshark sources will be described in Part II, “Wireshark Development (incomplete)”.
Tip! | |
---|---|
|