Matias Fontanini
|
a938d2ecfd
|
Added support for IPv6 extension headers. Specific headers getters and setters are not yet implemented.
|
2012-11-22 17:18:59 -03:00 |
|
Matias Fontanini
|
8276e7d086
|
Added IPv6 class. It's working, but there's no support for extension headers yet.
|
2012-11-21 22:09:58 -03:00 |
|
Matias Fontanini
|
bf6c086b3d
|
Added BaseSniffer::timestamp method.
|
2012-11-21 13:33:28 -03:00 |
|
Matias Fontanini
|
08b4c92dac
|
Added support for IPv6 addresses in DNS.
|
2012-11-20 23:57:02 -03:00 |
|
Matias Fontanini
|
2a0b248518
|
Added IPv6Address.
|
2012-11-20 23:46:22 -03:00 |
|
Matias Fontanini
|
60323ded9b
|
AAAA records are now parsed correctly.
|
2012-11-20 21:19:05 -03:00 |
|
Matias Fontanini
|
f3ea99e0b0
|
Used a better strategy in DNSResourceRecord's constructor from buffer which will parse the data even if contains_dname returns false.
|
2012-11-20 18:31:33 -03:00 |
|
Matias Fontanini
|
7e080cf1ab
|
Added some missing DNS record types which contain domain names to the 'contains_dname' helper function.
|
2012-11-20 18:27:59 -03:00 |
|
Bruno Nery
|
28e5df3abc
|
Fixed BaseSniffer::next_packet() to return when error occurred. Updated its documentation.
Signed-off-by: Matias Fontanini <matias.fontanini@gmail.com>
|
2012-11-20 16:30:34 -03:00 |
|
Matias Fontanini
|
d0048e3aef
|
Fixed bug in DNS triggered when adding two records for the same domain name.
|
2012-11-20 16:10:24 -03:00 |
|
Matias Fontanini
|
5fd892c77e
|
Fixed some bugs. Added documentation.
|
2012-10-20 11:12:59 -03:00 |
|
Matias Fontanini
|
abaa2bf926
|
PacketSender now throws on error. Fixed the documentation on several header files.
|
2012-10-19 12:01:34 -03:00 |
|
Matias Fontanini
|
b7ea989530
|
Added several tests for EAPOL. Now both RadioTap and EAPOL work on big endian architectures.
|
2012-10-18 23:22:42 -03:00 |
|
Matias Fontanini
|
d4bcefb1d6
|
Added RC4EAPOL tests.
|
2012-10-18 12:42:05 -03:00 |
|
Matias Fontanini
|
f4d37f5a51
|
Fixed some parsing bugs in RadioTap.
|
2012-10-17 23:33:05 -03:00 |
|
Matias Fontanini
|
53efc67f6f
|
Added some unit tests for RadioTap.
|
2012-10-17 18:44:46 -03:00 |
|
Matias Fontanini
|
a0f5d26987
|
The FCS-at-end flag was being ignored in RadioTap. Added beacon display example.
|
2012-10-15 23:53:36 -03:00 |
|
Matias Fontanini
|
87292a6039
|
Added tests for WEPDecrypter.
|
2012-10-12 00:32:56 -03:00 |
|
Matias Fontanini
|
3139020df2
|
Done some fixes on Sniffer and Dot11Data.
|
2012-10-10 21:06:06 -03:00 |
|
Matias Fontanini
|
73577c744a
|
Every test now pass on big endian architectures. Ported about half of the library to windows as well.
|
2012-10-08 21:14:57 -03:00 |
|
Matias Fontanini
|
1c22dab2dc
|
libtins now uses a BSD license.
|
2012-10-07 20:33:45 -03:00 |
|
Matias Fontanini
|
6b2db79e82
|
Merge branch 'master' of ssh://git.code.sf.net/p/libtins/code
|
2012-10-07 19:25:26 -03:00 |
|
Matias Fontanini
|
39623ef7ee
|
Refactored DNS.
|
2012-10-07 19:25:10 -03:00 |
|
Matias Fontanini
|
77478a6df7
|
Merge branch 'master' of ssh://git.code.sf.net/p/libtins/code
|
2012-10-07 19:00:25 -03:00 |
|
Matias Fontanini
|
c91c12aa1c
|
Added NULL/Loopback PDU.
|
2012-10-07 18:51:41 -03:00 |
|
Matias Fontanini
|
153bcecc35
|
Removed the useless PDU::flag member. Added a PDU concatenation operator.
|
2012-10-07 18:51:06 -03:00 |
|
Matias Fontanini
|
676bea9035
|
Fixed Dot11 documentation.
|
2012-10-05 12:13:06 -03:00 |
|
Matias Fontanini
|
da60d99f98
|
Modified the Dot11 constructor.
|
2012-10-03 14:53:46 -03:00 |
|
Matias Fontanini
|
16a81c0589
|
Fixed bugs on IP+big endian architecture.
|
2012-10-03 00:35:16 -03:00 |
|
Matias Fontanini
|
42098e8566
|
Added tests for TCPStreamFollower, fixed a bug.
|
2012-10-02 23:43:31 -03:00 |
|
Matias Fontanini
|
ef8344394c
|
Refactored DNS records.
|
2012-09-17 00:11:24 -03:00 |
|
Matias Fontanini
|
fc0ccffe18
|
Modified PacketWriter interface to take references instead of pointers.
|
2012-09-12 23:02:53 -03:00 |
|
Matias Fontanini
|
e8151724c4
|
Removed PDU::clone_packet and renamed PDU::clone_pdu to PDU::clone.
|
2012-09-11 16:54:14 -03:00 |
|
Matias Fontanini
|
7cbd32361a
|
Modified some PacketSender and BaseSniffer functions to take references instead of pointers.
|
2012-09-11 08:51:25 -03:00 |
|
Matias Fontanini
|
b977697367
|
Fixed bug on TCPStream when duplicate packets are sniffed.
|
2012-09-11 00:02:58 -03:00 |
|
Matias Fontanini
|
e945ced307
|
Modified some file names.
|
2012-09-10 10:31:00 -03:00 |
|
Matias Fontanini
|
c49fbe9929
|
Added a generic PDUOption class. TCP, IP, DHCP and Dot11* now use this class to store their options.
|
2012-09-10 00:11:54 -03:00 |
|
Matias Fontanini
|
83ec6e6bad
|
Refactored TCP's interface.
|
2012-09-07 11:56:36 -03:00 |
|
Matias Fontanini
|
9981819b71
|
Added PacketWriter class.
|
2012-09-06 14:18:07 -03:00 |
|
Matias Fontanini
|
3d2cbf349a
|
Added FileSniffer class.
|
2012-09-06 00:37:12 -03:00 |
|
Matias Fontanini
|
3cb6603151
|
Improved compile time using forward declarations and removing useless includes.
|
2012-09-05 11:59:46 -03:00 |
|
Matias Fontanini
|
2aa4e10b91
|
Added TCPStreamFollower class. It seems to be working right.
|
2012-09-04 23:20:32 -03:00 |
|
Matias Fontanini
|
832a79a1e1
|
Moved endianness change functions to endianness.h.
|
2012-09-03 23:58:43 -03:00 |
|
Matias Fontanini
|
279940c398
|
Refactored RSNInformation.
|
2012-09-02 23:49:41 -03:00 |
|
Matias Fontanini
|
958edcc74a
|
Added small_uint class.
|
2012-09-02 18:24:59 -03:00 |
|
Matias Fontanini
|
fbd6ef397b
|
Removed Utils::ip_to_int/string. Everything is using IPv4Address now.
|
2012-08-27 23:54:43 -03:00 |
|
Matias Fontanini
|
e1a84be0cb
|
Documented and fixed some bugs in IPv4Address.
|
2012-08-27 11:57:14 -03:00 |
|
Matias Fontanini
|
da8c77c77e
|
RAII'd some code. Everything(hopefully) uses IPv4Address now.
|
2012-08-27 00:16:56 -03:00 |
|
Matias Fontanini
|
1b08d1af71
|
Added some serialization tests to every PDU.
|
2012-08-26 12:50:30 -03:00 |
|
Matias Fontanini
|
ba17ca3045
|
Finished Dot11 tests.
|
2012-08-26 12:49:04 -03:00 |
|