projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
aceb501
)
[client] for spoofed SPA packets over ICMP, switche back to sending over echo reply
author
Michael Rash
<mbr@cipherdyne.org>
Fri, 5 Oct 2012 01:05:22 +0000 (21:05 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Fri, 5 Oct 2012 01:05:22 +0000 (21:05 -0400)
client/spa_comm.c
patch
|
blob
|
history
diff --git
a/client/spa_comm.c
b/client/spa_comm.c
index
97ddabf
..
1d914ac
100644
(file)
--- a/
client/spa_comm.c
+++ b/
client/spa_comm.c
@@
-477,7
+477,7
@@
send_spa_packet_icmp(const char *spa_data, const int sd_len,
/* Now the ICMP header values.
*/
- icmph->type = ICMP_ECHO; /* Make it an echo reply */
+ icmph->type = ICMP_ECHOREPLY; /* Make it an echo reply */
icmph->code = 0;
icmph->checksum = 0;