Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] how to edit/add an entry in windows registry?

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Fri, 10 Jul 2009 10:48:55 -0700
Via RegSetKeyValue?
http://msdn.microsoft.com/en-us/library/ms724921%28VS.85%29.aspx

If the registry values are specific to Wireshark, you might also want to
update packaging\nsis\wireshark.nsi to do any necessary housekeeping
when the user uninstalls Wireshark.

Joshua (Shiwei) Zhao wrote:
> Sorry I meant by programming.
> Are there any existing function calls to in Wireshark/Winpcap library to
> do this?
> If not, how could we do that programmingly?