Matias Fontanini
|
bf70a94921
|
Build layer 5 as RawPDU if IPv6 has fragment header
|
2016-02-22 20:37:48 -08:00 |
|
Matias Fontanini
|
17da10d76e
|
Add extract_metadata to main PDU classes
|
2016-02-20 22:19:12 -08:00 |
|
Matias Fontanini
|
fb4e5086fd
|
Update copyright notice
|
2016-01-31 20:03:49 -08:00 |
|
Matias Fontanini
|
d84f10cf08
|
Code cleanup and use same syntax on the entire project
Initial code cleanup
More code cleanup
Cleanup more code
Cleanup Dot11 code
Fix OSX build issue
Cleanup examples
Fix ref and pointer declaration syntax
Fix braces
|
2016-01-09 10:01:58 -08:00 |
|
Matias Fontanini
|
2c16aaaecd
|
Fix IPv6 extension headers parsing/serialization
|
2016-01-01 14:39:09 -08:00 |
|
Matias Fontanini
|
38239be472
|
Remove unused cassert header inclusions
|
2015-12-27 04:38:31 -08:00 |
|
Matias Fontanini
|
02e2b278de
|
Add OutputMemoryStream and port most classes to use it
|
2015-12-26 06:30:00 -08:00 |
|
Matias Fontanini
|
9750f46c6d
|
Port all PDUs to use InputMemoryStream on constructors from buffer
|
2015-12-25 06:30:27 -08:00 |
|
Matias Fontanini
|
c42cd0114f
|
Fix compilation warnings on Windows x64.
|
2015-05-17 17:30:54 -07:00 |
|
Matias Fontanini
|
a607ab380c
|
Replace WIN32 macro with _WIN32.
|
2015-05-02 16:25:59 -07:00 |
|
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 |
|