Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Dec 2006 23:05:55 +0000 (23:05 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Dec 2006 23:05:55 +0000 (23:05 +0000)
commitf0764b4c4ded104f39762f198183e7240d11101d
treed3f8e772ec737813b09289115d67b06bcc849331
parentd02d37735204cc7b14141675fea35ffe4ba6fb65
Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
move the files until these changes are checked in).  Add an AC_DEFINE
for airpdcap (which will be removed once the changes have settled).
Update the airpdcap code to compile on non-Windows systems.  Fix up
comments and whitespace to conform more closely to the rest of the
code base.  Verified to compile under Windows and OS X.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20227 f5534014-38df-0310-8fa8-9805f1628bb7
30 files changed:
Makefile.am
airpcap.h
airpcap_loader.c
airpcap_loader.h
airpdcap/Makefile.am
airpdcap/Makefile.nmake
airpdcap/airpdcap.c
airpdcap/airpdcap_ccmp.c
airpdcap/airpdcap_ccmp.h
airpdcap/airpdcap_debug.c
airpdcap/airpdcap_debug.h
airpdcap/airpdcap_int.h
airpdcap/airpdcap_interop.h
airpdcap/airpdcap_md5.c
airpdcap/airpdcap_md5.h
airpdcap/airpdcap_rijndael.c
airpdcap/airpdcap_rijndael.h
airpdcap/airpdcap_sha1.c
airpdcap/airpdcap_sha1.h
airpdcap/airpdcap_system.h
airpdcap/airpdcap_tkip.c
airpdcap/airpdcap_tkip.h
airpdcap/airpdcap_user.h
airpdcap/airpdcap_wep.c
airpdcap/airpdcap_wep.h
airpdcap/airpdcap_ws.h
configure.in
epan/Makefile.am
epan/dissectors/packet-ieee80211.c
gtk/main.c