index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
path:
root
/
src
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src')
-rw-r--r--
src/options.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 9585286..9c2ca3f 100644
--- a/
src/options.h
+++ b/
src/options.h
@@ -74,9 +74,9 @@ struct options {
int pcap;
/** Device to capture packets from */
char *pcap_device;
+#endif
/** List all available pcap devices and exit */
int list_pcap_devices;
-#endif
/** Usually stdout, but can be altered by the user */
char *log_path;
FILE *log_file;