Wireshark-commits: [Wireshark-commits] rev 20274: /trunk/ /trunk/epan/crypt/: airpdcap_interop.h /t
Date: Tue, 02 Jan 2007 19:57:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20274

User: gerald
Date: 2007/01/02 07:57 PM

Log:
 From Gisle Vanem:
 
 Here are some patches needed to build using HAVE_AIRPCAP
 on MingW:
 
 * airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
 
 * airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
  'decryption_key_t'.
 
 * epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
  gets included. Thus creating a parse error later on.

Directory: /trunk/epan/crypt/
  Changes    Path                  Action
  +6 -1      airpdcap_interop.h    Modified

Directory: /trunk/
  Changes    Path                Action
  +2 -0      airpcap.h           Modified
  +2 -0      airpcap_loader.h    Modified