Matias Fontanini
|
b533775cb4
|
Added missing the deprecated header ieee802_3.h to Makefile.am.
|
2013-04-15 08:35:34 -03:00 |
|
Matias Fontanini
|
3f4c48ad9f
|
Fixed bug triggered when parsing EOL and NOP options in IP.
|
2013-04-15 00:23:29 -03:00 |
|
Matias Fontanini
|
30d6a4f2e0
|
UDP checksum is now calculated always inside write_serialization.
|
2013-04-12 13:42:11 -03:00 |
|
Matias Fontanini
|
f4522acd44
|
IP and TCP now calculate checksums always inside write_serialization.
|
2013-04-11 00:57:36 -03:00 |
|
Matias Fontanini
|
1fbef641da
|
TCP options now use PDUOption<>::length_field when it is != from data_size.
|
2013-04-10 18:44:00 -03:00 |
|
Matias Fontanini
|
fee938b46d
|
Added move constructor/assignment operator to PDU.
|
2013-04-10 18:43:24 -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
|
f7f5a9bc9a
|
Added PPPoE.
|
2013-04-07 20:57:43 -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
|
97049140af
|
Added some helper methods to Dot1Q.
|
2013-03-26 23:42:43 -03:00 |
|
Matias Fontanini
|
dfc0498b70
|
DNS, RadioTap and Dot1Q work when using PacketSender::send_recv.
|
2013-03-26 14:54:24 -03:00 |
|
Matias Fontanini
|
1cec099c0e
|
Dot3::matches_response now works as expected.
|
2013-03-26 00:25:47 -03:00 |
|
Matias Fontanini
|
3989566608
|
Renamed IEEE802_3 to Dot3.
|
2013-03-25 15:35:30 -03:00 |
|
Matias Fontanini
|
b32586e739
|
Fixed compilation error on IP and TCP.
|
2013-03-25 15:17:26 -03:00 |
|
Matias Fontanini
|
82ef41dd92
|
IP now fills automatically the sender address when no link layer PDU is present. Made some protocols work when using PacketSender::send_recv.
|
2013-03-25 14:08:59 -03:00 |
|
Matias Fontanini
|
b0dc376494
|
Fixed compilation error in pdu_cacher.h.
|
2013-03-25 09:55:15 -03:00 |
|
Matias Fontanini
|
8be0c4c23c
|
Marked PDU::clone_packet as deprecated.
|
2013-03-24 16:08:09 -03:00 |
|
Matias Fontanini
|
d7dd1e131f
|
Added an overload of add_option that takes an rvalue-ref in IP, TCP, DHCP, ICMPv6 and Dot11.
|
2013-03-24 00:08:53 -03:00 |
|
Matias Fontanini
|
584fe81f04
|
Optimized TCP, IP and PDUOption<>.
|
2013-03-23 13:44:33 -03:00 |
|
Matias Fontanini
|
16a99ef35b
|
Added an overload of PacketSender::send that takes a NetworkInterface.
|
2013-03-20 23:24:43 -03:00 |
|
Matias Fontanini
|
247273e086
|
Added constructor from buffer test for Dot11BlockAckRequest.
|
2013-03-18 13:32:34 -03:00 |
|
Matias Fontanini
|
0f27b04a92
|
Fixed lots of warnings in test cases, due to narrowing conversions.
|
2013-03-18 11:32:34 -03:00 |
|
Matias Fontanini
|
a8edc2af74
|
Added serialization test for Dot1Q.
|
2013-03-18 10:17:43 -03:00 |
|
Matias Fontanini
|
f5ecaa3faa
|
Added Dot1Q class.
|
2013-03-17 23:27:34 -03:00 |
|
Matias Fontanini
|
b5f9f5095e
|
Added Utils::resolve_domain and resolve_domain6.
|
2013-03-15 15:43:42 -03:00 |
|
Matias Fontanini
|
02a53da361
|
Fixed bug triggered when parsing RadioTap in BE architectures.
|
2013-03-15 15:13:00 -03:00 |
|
Matias Fontanini
|
f86f727810
|
Added RadioTap::iface.
|
2013-02-06 14:10:21 -03:00 |
|
Matias Fontanini
|
836dbd8955
|
Fixed compilation issue in 2 examples.
|
2013-02-01 13:55:29 -03:00 |
|
Matias Fontanini
|
a24e0d5a4b
|
Done some changes on the build system.
v0.3
|
2013-01-31 16:48:32 -03:00 |
|
Bruno Nery
|
c6dc18d215
|
Added get_fd() to BaseSniffer.
Signed-off-by: Matias Fontanini <matias.fontanini@gmail.com>
|
2013-01-29 20:25:48 -03:00 |
|
Matias Fontanini
|
931a86eff9
|
Done minor modification, mostly on documentation.
|
2013-01-29 16:18:08 -03:00 |
|
Matias Fontanini
|
2a1a28c3fb
|
Added README, THANKS and CHANGES files.
|
2013-01-28 17:57:43 -03:00 |
|
Matias Fontanini
|
3f060de381
|
PacketWriter is now movable.
|
2013-01-28 17:56:59 -03:00 |
|
Matias Fontanini
|
0945e0b29e
|
Added DHCPv6 client/server id options' getters/setters.
|
2013-01-28 16:23:47 -03:00 |
|
Matias Fontanini
|
5ee0ebb264
|
Added some fixes to the build system. Fixed bugs in DNS and ICMPv6 triggered in big-endian architectures.
|
2013-01-24 23:55:01 -03:00 |
|
Matias Fontanini
|
0dc762f15d
|
Added missing build system files.
|
2013-01-24 13:52:45 -03:00 |
|
Matias Fontanini
|
c7c56a610c
|
Done some -pedantic modifications.
|
2013-01-24 13:44:30 -03:00 |
|
Matias Fontanini
|
a826d92666
|
The build system now uses libtool.
|
2013-01-24 13:44:15 -03:00 |
|
Matias Fontanini
|
5b2e117347
|
Implemented every DHCPv6 option getter/setter, except for those involving DUIDs.
|
2013-01-22 23:24:10 -03:00 |
|
Matias Fontanini
|
e712550cb8
|
Move constructors are now noexcept.
|
2013-01-20 00:22:21 -03:00 |
|
Matias Fontanini
|
044d0a5a31
|
Added DHCPv6 initial support.
|
2013-01-16 20:15:04 -03:00 |
|
Matias Fontanini
|
9d0e84f1fa
|
Added SLL tests.
|
2013-01-16 16:24:44 -03:00 |
|
Matias Fontanini
|
02265061cc
|
Added SLL pseudo protocol header.
|
2013-01-16 00:05:28 -03:00 |
|
Bruno Nery
|
a13d7d0cb1
|
Fixed Timestamp::operator std::chrono::microseconds issue.
Signed-off-by: Matias Fontanini <matias.fontanini@gmail.com>
|
2013-01-15 18:38:35 -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
|
c933faaf5e
|
Null/Loopback PDUs can now be sent on *BSD.
|
2012-12-09 13:05:39 -03:00 |
|
Matias Fontanini
|
a7e0c094fb
|
Implemented several ICMPv6 option getters/setters.
|
2012-12-08 11:15:41 -03:00 |
|
Matias Fontanini
|
592a15ebe4
|
Added some ICMPv6 option getters/setters.
|
2012-12-05 23:33:09 -03:00 |
|
Matias Fontanini
|
75b32c75bc
|
Added concat operator to Packet and an overload that takes a PDU*.
|
2012-12-05 17:04:39 -03:00 |
|