Added DHCP::hostname.
TCPStreamFollower now handles overlapping fragm...
Merge pull request #4 from jacob-baines/patch-1
Remove Extra Qualification
PacketSender::send matched PDU against most spe...
Merge pull request #3 from JeanJoskin/master
Updated the LICENSE file.
Removed 'no newline at end of file' warnings.
Fixed bug when calling BIOCIMMEDIATE on *BSD.
Fixed bug on PacketSender::send_recv which didn...
Merge pull request #2 from itay-grudev/master
dns_spoof example now uses DNS::Resource.
Fixed compilation error in OSX caused by includ...
Added BSD notice to DNS stats example.
Added DNS stats example.
Updated CHANGES, README and configure.ac files.
Removed DNSResourceRecord. Records in DNS are n...
Rewrote the DNS parsing algorithm. Everything i...
Finished porting DHCPv6.
Added PDUOption::to<>. TCP options now use this...
Ported DHCP and Dot11. Almost ported DHCPv6 com...
Ported PPPoE and started porting Dot11.
Fixed broken strict-aliasing rules on ICMPv6.
IP now uses PDUOption::to<>. Started porting IC...
tins.h now includes ppi.h.
Finished porting ICMPv6.
Fixed some endianness bugs on ICMPv6 and PPI.
Keep porting ICMPv6 to use PDUOption::to<>.
Added support for ICMP timestamp request/reply ...
Added support for ICMP address mask request/reply.
Fixed bug on ICMP checksum calculation when usi...
IP packets sent using PacketSender::send_recv n...
Layer 3 packets sent using PacketSender::send_r...
Fixed bug in PacketSender when using send_recv ...
ICMP::gateway is now an IPv4Address.