summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-08-16 18:01:25 +0000
committerGerald Combs <gerald@wireshark.org>2006-08-16 18:01:25 +0000
commitf9661850d17e2ad47db2cc7e8b19eea3c990a9b4 (patch)
treed147d42347f9f0c1696934f807b64856060b2f20 /config.nmake
parentb02d08fa7653949f5f66bee94bfa9e80f6f1badc (diff)
downloadwireshark-f9661850d17e2ad47db2cc7e8b19eea3c990a9b4.tar.gz
Add support for AirPcap, an upcoming wireless product from CACE. Support
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake12
1 files changed, 8 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index 1945a6852a..920384601d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -36,7 +36,7 @@ RC_WTAP_VERSION=0,3
# If you're not building with WinPcap at all, don't set it (comment
# out or remove the line that sets it).
#
-WINPCAP_VERSION=3.1
+WINPCAP_VERSION=4.0
#
# Directory, where your User's Guide reside, relative to the source dir.
@@ -202,7 +202,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# Set up the path to the cygwin binaries
-CYGWIN_PATH=c:\cygwin\bin
+CYGWIN_PATH=c:\Programmi\cygwin\bin
# Set up the path to some required DLLs
DLL_PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin
@@ -222,9 +222,9 @@ POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
# command for python (native windows version)
-#PYTHON="C:/python23/python.exe"
+PYTHON="C:/Programmi/python24/python.exe"
# add native python to the path (not needed if cygwin's python is used)
-#PATH=c:\python23;$(PATH)
+PATH=c:\Programmi\python24;$(PATH)
# command for python (typically cygwin's python package)
PYTHON=env python
@@ -352,6 +352,10 @@ PANGO_LIB_DIR=1.4.0
PANGO_LIB_DIR=1.2.0
!ENDIF
+# Enable / disable AirPcap support
+
+# AIRPCAP_CONFIG=^#define HAVE_AIRPCAP 1
+AIRPCAP_CONFIG=
!IFDEF WINPCAP_VERSION
# Nmake uses carets to escape special characters