Add support for decoys in IPv6 closes #433 and fixes #98

This commit is contained in:
abhishek 2016-08-17 06:09:09 +00:00
parent b5606dde91
commit 9d288db7fd
14 changed files with 206 additions and 173 deletions

View file

@ -353,6 +353,7 @@ class FPProbe : public FPPacket {
int setFailed();
bool isTimed() const;
int setTimed();
int changeSourceAddress(struct in6_addr *addr);
};