Matias Fontanini
|
2dff95700f
|
Updated copyright notice.
|
2014-07-13 11:04:29 -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
|
6d329424f1
|
Created an overload of Internals::pdu_from_flag for transport layer PDUs.
|
2013-11-04 13:46:25 -03:00 |
|
Matias Fontanini
|
5f2c923c48
|
Added PDUAllocator class, which makes extending PDUs easier.
|
2013-08-29 23:31:10 -03:00 |
|
Matias Fontanini
|
5064a9255b
|
Fixed BSD notice. Updated AUTHORS file.
|
2013-04-23 20:33:00 -03:00 |
|
Matias Fontanini
|
66ff604580
|
assert() is only called when TINS_DEBUG is defined.
|
2013-04-22 18:45:56 -03:00 |
|
Matias Fontanini
|
d1b64ec48e
|
PDU::matches_response is now const.
|
2013-04-21 20:03:47 -03:00 |
|
Matias Fontanini
|
97f049580b
|
Link layer PDUs no longer contain a NetworkInterface.
|
2013-04-21 18:50:08 -03:00 |
|
Matias Fontanini
|
3fd1b3d37d
|
Added malformed_packet exception. Every class except Dot11* use it.
|
2013-04-18 00:12:20 -03:00 |
|
Matias Fontanini
|
ae1e1c2ce2
|
Modified some protocols' internal type names.
|
2013-04-09 15:40:58 -03:00 |
|
Matias Fontanini
|
20054e6c73
|
Several classes now use PDUOption::length_field instead of data_size.
|
2013-04-08 11:58:12 -03:00 |
|
Matias Fontanini
|
f2a5f73337
|
Implemented matches_response on several PDUs. Added some test cases.
|
2013-04-02 21:05:53 -03:00 |
|
Matias Fontanini
|
f5ecaa3faa
|
Added Dot1Q class.
|
2013-03-17 23:27:34 -03:00 |
|
Matias Fontanini
|
7a86012292
|
IPv6::send now works on linux. BSD does not support sending IPv6 as the lowest layer.
|
2012-12-10 20:31:32 -03:00 |
|
Matias Fontanini
|
6d1e96866e
|
libtins now compiles on windows. A couple of features were disabled and need to be fixed though.
|
2012-12-02 00:45:10 -03:00 |
|
Matias Fontanini
|
dd9c0b3fd5
|
Fixed bugs in IPv6 and ICMPv6 when constructing an object from a buffer.
|
2012-12-01 13:43:19 -03:00 |
|
Matias Fontanini
|
e6e3e8453b
|
Fixed some bugs in ICMPv6.
|
2012-11-26 19:47:15 -03:00 |
|
Matias Fontanini
|
443803caf0
|
Added ICMPv6 class. It's working. Option getters/setters are missing.
|
2012-11-24 18:50:21 -03:00 |
|
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 |
|