Skip to content

Commit

Permalink
Add opiton to configure HAVE_PCAP_CREATE
Browse files Browse the repository at this point in the history
Change-Id: Ie91b5a1a06a20c37973e9de228bde01947eab871
Reviewed-on: https://code.wireshark.org/review/13050
Reviewed-by: Anders Broman <a.broman58@gmail.com>
  • Loading branch information
AndersBroman committed Jan 5, 2016
1 parent dfbea5d commit 4a408c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.nmake
Expand Up @@ -503,6 +503,7 @@ config.h : config.h.win32 config.nmake
-e "s/@HAVE_REMOTE@/$(PCAP_HAVE_REMOTE_CONFIG)/" \
-e "s/@HAVE_PCAP_REMOTE@/$(PCAP_REMOTE_CONFIG)/" \
-e "s/@HAVE_PCAP_OPEN@/$(PCAP_OPEN_CONFIG)/" \
-e "s/@HAVE_PCAP_CREATE@/$(PCAP_CREATE_CONFIG)/" \
-e "s/@HAVE_PCAP_OPEN_DEAD@/$(PCAP_OPEN_DEAD_CONFIG)/" \
-e "s/@HAVE_PCAP_LIST_DATALINKS@/$(PCAP_LIST_DATALINKS_CONFIG)/" \
-e "s/@HAVE_PCAP_FREE_DATALINKS@/$(PCAP_FREE_DATALINKS_CONFIG)/" \
Expand Down
1 change: 1 addition & 0 deletions config.h.win32
Expand Up @@ -65,6 +65,7 @@
@HAVE_REMOTE@
@HAVE_PCAP_REMOTE@
@HAVE_PCAP_OPEN@
@HAVE_PCAP_CREATE@
@HAVE_PCAP_OPEN_DEAD@
@HAVE_BPF_IMAGE@
@HAVE_PCAP_SETSAMPLING@
Expand Down
2 changes: 2 additions & 0 deletions config.nmake
Expand Up @@ -1604,6 +1604,8 @@ BPF_IMAGE_CONFIG=
PCAP_HAVE_REMOTE_CONFIG=^#define HAVE_REMOTE 1
PCAP_REMOTE_CONFIG=^#define HAVE_PCAP_REMOTE 1
PCAP_OPEN_CONFIG=^#define HAVE_PCAP_OPEN 1
#Do not set, experimental
#PCAP_CREATE_CONFIG=^#define HAVE_PCAP_CREATE 1
PCAP_SETSAMPLING_CONFIG=^#define HAVE_PCAP_SETSAMPLING 1
!ELSE
PCAP_HAVE_REMOTE_CONFIG=
Expand Down

0 comments on commit 4a408c9

Please sign in to comment.