Matias Fontanini
7c8aefccfe
Merge pull request #4 from jacob-baines/patch-1
...
Remove Extra Qualification
2014-03-12 14:40:46 -02:00
Jacob Baines
60404296fb
Remove Extra Qualification
...
The extra "SessionKeys::" prevents compilation on Windows.
2014-03-12 12:19:29 -04:00
Matias Fontanini
dbc3ab4c32
Updated the LICENSE file.
2014-03-05 18:23:16 -03:00
Matias Fontanini
f83521f778
Merge pull request #3 from JeanJoskin/master
...
PacketSender::send does not work properly
2014-02-27 11:25:54 -02:00
Jean Joskin
6fb8cbfc86
PacketSender::send matched PDU against most specific type, hence the PDU::DOT11 case would never be chosen.
2014-02-27 13:34:14 +01:00
Matias Fontanini
0acf388277
Removed 'no newline at end of file' warnings.
2014-02-10 18:21:46 -03:00
Matias F
4c4a5f6c03
Fixed bug when calling BIOCIMMEDIATE on *BSD.
2014-02-10 12:33:48 -03:00
Matias Fontanini
fbef2e765d
Fixed bug on PacketSender::send_recv which didn't work under OSX and FreeBSD.
2014-02-06 15:10:23 -03:00
Matias F
ea927caa4b
Added BSD notice to DNS stats example.
2014-02-03 10:57:30 -03:00
Matias F
60f9116af1
Added DNS stats example.
2014-02-03 10:55:37 -03:00
Matias Fontanini
75c6bb46dc
Fixed compilation error in OSX caused by including pcap/bpf.h instead of pcap.h in src/ppi.cpp.
2014-01-25 18:45:55 -03:00
Matias Fontanini
0a2f3b477b
Merge pull request #2 from itay-grudev/master
...
Fixed bug - not included std::string
2014-01-25 13:00:07 -08:00
Itay Grudev
e73ea43f7b
Fixed bug - not included std::string
...
Error details:
implicit instantiation of undefined template std::basic_string
2014-01-25 22:55:59 +02:00
Matias F
17933765d3
dns_spoof example now uses DNS::Resource.
2014-01-24 09:54:03 -03:00
Matias F
ed175e0ad6
Updated CHANGES, README and configure.ac files.
v2.0
2014-01-23 11:30:05 -03:00
Matias Fontanini
c5404a6111
Removed DNSResourceRecord. Records in DNS are now managed completely by DNS::Resource.
2014-01-21 22:56:53 -03:00
Matias Fontanini
6d7e06535a
Fixed some endianness bugs on ICMPv6 and PPI.
2014-01-19 14:40:57 -03:00
Matias Fontanini
853e1ce647
tins.h now includes ppi.h.
2014-01-19 14:17:25 -03:00
Matias Fontanini
dbcdda9d36
Rewrote the DNS parsing algorithm. Everything is now done on the read buffer, without any extra data structures, making it work about 400% faster than before.
2014-01-19 13:11:50 -03:00
Matias Fontanini
17ceba6064
Fixed broken strict-aliasing rules on ICMPv6.
2014-01-15 19:56:58 -03:00
Matias Fontanini
52078cc567
Finished porting DHCPv6.
2014-01-15 19:39:07 -03:00
Matias Fontanini
e2656739f1
Ported DHCP and Dot11. Almost ported DHCPv6 completely.
2013-12-23 23:02:58 -03:00
Matias Fontanini
33091ccbae
Ported PPPoE and started porting Dot11.
2013-12-18 13:02:41 -03:00
Matias Fontanini
ca6b603478
Finished porting ICMPv6.
2013-12-17 19:00:00 -03:00
Matias Fontanini
069ae82b10
Keep porting ICMPv6 to use PDUOption::to<>.
2013-12-17 00:10:26 -03:00
Matias Fontanini
ea6638c163
IP now uses PDUOption::to<>. Started porting ICMPv6 to do so as well.
2013-12-16 15:50:17 -03:00
Matias Fontanini
112a357726
Added PDUOption::to<>. TCP options now use this method when being converted to their appropriate types.
2013-12-16 14:11:53 -03:00
Matias Fontanini
0e54579200
Layer 3 packets sent using PacketSender::send_recv for which the answer is a different PDU type(such as ICMP destination unreachable), are detected by PacketSender and matched like usual.
2013-12-14 18:10:33 -03:00
Matias Fontanini
ccb8ffd1b5
ICMP::gateway is now an IPv4Address.
2013-12-14 14:28:39 -03:00
Matias Fontanini
b83c1a2a96
Added support for ICMP address mask request/reply.
2013-12-14 14:21:04 -03:00
Matias Fontanini
81a947e3b3
Fixed bug on ICMP checksum calculation when using timestamp request/replies.
2013-12-14 13:42:12 -03:00
Matias Fontanini
1cec0f106d
Fixed bug in PacketSender when using send_recv and a layer 2 PDU. The interface in which the packet was sent was not the default_interface set when the sender was constructed.
2013-12-14 12:49:50 -03:00
Matias Fontanini
0acb0fee3e
IP packets sent using PacketSender::send_recv now match ICMP responses.
2013-12-14 12:48:56 -03:00
Matias Fontanini
9b57585b62
Added support for ICMP timestamp request/reply packets. ICMP::matches_response now works with these types of packets as well.
2013-12-13 17:23:17 -03:00
Matias Fontanini
2ddec368c3
Fixed bug on IP when serializing fragmented packets.
...
The original protocol id was being overwritten with 0xff(unknown)
when the inner_pdu was a RawPDU, even if it was just a fragment of
a transport layer PDU. The protocol id is now kept if the packet
is fragmented.
2013-12-04 10:56:48 -03:00
matias
83dc8819b6
Updated README.md.
2013-11-24 16:37:10 -03:00
matias
5e668e6e83
Updated README.md
2013-11-24 13:31:19 -03:00
matias
ca4912ded4
Added README.md and updated README.
2013-11-24 11:07:39 -03:00
Matias Fontanini
295ebb679c
Added 1000ms as the default read timeout used when calling pcap_open_live. Added BaseSniffer::set_timeout to modify this parameter.
2013-11-19 20:51:58 -03:00
Matias Fontanini
6355aff3cd
Added IPv4Reassembler class.
2013-11-17 15:32:24 -03:00
Matias Fontanini
a6655191d4
Fragmented IP packet's inner_pdu PDUs are not decoded now.
2013-11-16 19:40:08 -03:00
Matias Fontanini
dc6c37777b
Updated configure.ac and README files.
2013-11-10 14:14:25 -03:00
Matias Fontanini
23552ea105
Fixed issue with relative include paths in dot11 headers.
2013-11-10 11:55:36 -03:00
Matias Fontanini
9962381fc7
Added the --disable-dot11 configure switch.
2013-11-09 14:41:08 -03:00
Matias Fontanini
93ab8d3b91
Removed useless include directives from ip.cpp and ipv6.cpp.
2013-11-04 23:31:46 -03:00
Matias Fontanini
5345b29f8c
Added support for IPSec.
2013-11-04 23:05:00 -03:00
Matias Fontanini
de06fee5ab
Fixed bug triggered when ifaddrs::ifa_addr was null.
2013-11-04 15:53:55 -03:00
Matias Fontanini
6d329424f1
Created an overload of Internals::pdu_from_flag for transport layer PDUs.
2013-11-04 13:46:25 -03:00
Matias Fontanini
dfbbea33d5
Added another overload of Utils::route_entries and fixed a bug in Utils::network_interfaces.
2013-11-02 19:19:55 -03:00
Matias Fontanini
0b02af616a
Added ARP monitor example.
2013-10-29 21:10:11 -03:00