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

Wireshark-dev: [Wireshark-dev] [Patch] airpcap_loader.h

From: Gisle Vanem <gvanem@xxxxxxxxxxxx>
Date: Mon, 22 Jan 2007 23:23:12 +0100
A case of conflict in definition and implementation:

--- SVN-Latest\airpcap_loader.h Mon Jan 22 22:20:27 2007
+++ airpcap_loader.h    Mon Jan 22 22:37:08 2007
@@ -309,7 +309,7 @@
* Will return null if no device is found.
*/
GList*
-get_airpcap_interface_list(int *err, char *err_str);
+get_airpcap_interface_list(int *err, char **err_str);

/*
* Returns the ASCII string of a key given the key bites

-----------------

Again, please compile files (airpcap_loader.c) before committing.

--gv