issues
search
DataSoft
/
Honeyd
virtual honeypots
GNU General Public License v2.0
348
stars
101
forks
source link
Add IPV6 Support
#42
Open
PherricOxide
opened
12 years ago
PherricOxide
commented
12 years ago
Basic implementation,
Change configuration parsing lex magic to allow IPv6 addresses in templates
Spoof NDP (ipv6's ARP replacement) responses for honeypots
Change the pcap filters to allow for ipv6
Handle interface aliases (multiple IPs per interface, one ipv4 and several ipv6)
Handle parsing out the IP header of packets and passing payload down the stack
Remove excess passing around of the ip header (eg, tcp_recv_cb doesn't need to know what ip version was used)
Write an implementation of DHCPv6? Probably easier to find a library, current DHCP support is fairly primitive anyway (ticket #12)
Basic implementation,