aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 84227ae..4d36a73 100644
--- a/src/options.c
+++ b/src/options.c
@@ -74,7 +74,7 @@ struct option_usage {
static const struct option_usage usage[] = {
/** --magic */
- {"magic", 0, OPT_HEX32, {.unum = 0xdeadc0de},
+ {"magic", 0, OPT_HEX32, {.unum = kMagic_default},
"Set ptunnel magic hexadecimal number. (32-bit unsigned)\n"
"It is an identifier for all ICMP/UDP packets\n"
"and can be used to bypass Cisco IPS fingerprint scan.\n"