Matias Fontanini
|
5064a9255b
|
Fixed BSD notice. Updated AUTHORS file.
|
2013-04-23 20:33:00 -03:00 |
|
Matias Fontanini
|
7e85058ef1
|
Added another overload of Utils::resolv_hwaddr.
|
2013-04-23 15:19:48 -03:00 |
|
Matias Fontanini
|
fdfb8b0dea
|
Fixed compilation issues triggered in GNU/kFreeBSD.
|
2013-04-22 23:48:53 -03:00 |
|
Matias Fontanini
|
69968cbc5c
|
Removed deprecated methods/types.
|
2013-04-21 19:52:39 -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
|
b5f9f5095e
|
Added Utils::resolve_domain and resolve_domain6.
|
2013-03-15 15:43:42 -03:00 |
|
Matias Fontanini
|
742276c251
|
libtins compiles and runs under windows. Packets apparently can't be sent yet.
|
2012-12-02 20:25:05 -03:00 |
|
Matias Fontanini
|
9bdee61e5b
|
Fixed some issues with Endian::change_endian triggered in OSX.
|
2012-11-29 21:30:13 -03:00 |
|
Matias Fontanini
|
e2426b493e
|
configure script now works on BSD.
|
2012-11-29 18:00:41 -03:00 |
|
Matias Fontanini
|
acff776d56
|
Utils::route_entries now works on BSD.
|
2012-11-29 17:11:10 -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
|
5fd892c77e
|
Fixed some bugs. Added documentation.
|
2012-10-20 11:12:59 -03:00 |
|
Matias Fontanini
|
53efc67f6f
|
Added some unit tests for RadioTap.
|
2012-10-17 18:44:46 -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
|
fc0ccffe18
|
Modified PacketWriter interface to take references instead of pointers.
|
2012-09-12 23:02:53 -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
|
e945ced307
|
Modified some file names.
|
2012-09-10 10:31:00 -03:00 |
|
Matias Fontanini
|
9981819b71
|
Added PacketWriter class.
|
2012-09-06 14:18:07 -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
|
832a79a1e1
|
Moved endianness change functions to endianness.h.
|
2012-09-03 23:58:43 -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
|
80198909eb
|
Fixed endianess issues in several classes. Everything is working on big endian architectures so far.
|
2012-08-21 00:03:55 -03:00 |
|
Matias Fontanini
|
27f6eeccd4
|
Fixed some bugs in Dot11 and DNS. Most of the code uses host_to_be and be_to_host.
|
2012-08-16 00:34:18 -03:00 |
|
Matias Fontanini
|
892bc0ecd3
|
Started fixing endianess issues.
|
2012-08-15 12:04:13 -03:00 |
|
Matias Fontanini
|
e2223bf406
|
Fixed some bugs. Added a better dependency system for Makefiles.
|
2012-08-13 00:29:38 -03:00 |
|
Matias Fontanini
|
87e9c4051e
|
Refactored Sniffer class and fixed some bugs in HWAddress.
|
2012-08-10 12:30:41 -03:00 |
|
Matias Fontanini
|
29c5a696e5
|
NetworkInterface class is working.
|
2012-08-09 09:52:44 -03:00 |
|
Matias Fontanini
|
dd1d1c3c49
|
Added NetworkInterface class. Needs testing.
|
2012-08-08 23:43:08 -03:00 |
|
Matias Fontanini
|
ad11d3c244
|
ARP now uses HWAddress. Utils have been updated as well.
|
2012-08-07 17:28:46 -03:00 |
|
Matias Fontanini
|
e4c0d74883
|
Added Utils::route_entries to retrieve routing table entries.
|
2012-06-07 11:45:51 -03:00 |
|
Matias Fontanini
|
811e194148
|
Modified classes to use the IPv4Address class.
|
2012-05-15 11:19:25 -03:00 |
|
Matias Fontanini
|
e642dfa418
|
Added Utils::interface_info.
|
2012-03-23 11:25:14 -03:00 |
|
Matias Fontanini
|
67eb7e355f
|
Added Utils::gateway_from_ip function.(not tested yet).
|
2012-03-22 22:42:37 -03:00 |
|
Matias Fontanini
|
fa9c260d85
|
Added Utils::ping_address. Fixed bugs in PacketSender::recv_match_loop.
|
2012-03-20 12:07:08 -03:00 |
|
Santiago Alessandri
|
9e98e2e454
|
Started utils test. cChanged IP format
|
2011-09-22 22:53:09 -03:00 |
|
Matias Fontanini
|
f30f404632
|
Moved PDU::pseudoheader_checksum and PDU::do_checksum to Utils namespace.
|
2011-09-07 09:52:58 -03:00 |
|
Matias Fontanini
|
2510c825cd
|
Fixed/added documentation to several classes.
|
2011-08-23 21:32:13 -03:00 |
|
Matias Fontanini
|
730dcdea44
|
Added Utils::channel_to_mhz to convert channel to mhz frequency.
|
2011-08-23 12:01:59 -03:00 |
|
Santiago Alessandri
|
d7f1a59092
|
Finished getters and setters for Beacon in IEEE802.11. Added a new constructor
|
2011-08-23 09:44:42 -03:00 |
|
Matias Fontanini
|
3a751848a8
|
Added a portscan example. It's kind of nasty, but works.
|
2011-08-19 00:07:41 -03:00 |
|
Matias Fontanini
|
18750fe18a
|
Added Sniffer class. Added a constructor to eery PDU subclass which creates an instance of the PDU from a byte array.
|
2011-08-18 20:36:55 -03:00 |
|
Matias Fontanini
|
9b897db21f
|
Utils::resolve_hwaddr is not working.
|
2011-08-16 18:11:47 -03:00 |
|
Matias Fontanini
|
80705ac249
|
Fixed compilation issues.
|
2011-08-16 13:50:32 -03:00 |
|
Matias Fontanini
|
0989027f3d
|
Documented PacketSender. Added Utils::resolve_hwaddr, it's not working yet.
|
2011-08-16 13:48:49 -03:00 |
|
matias
|
a489eab8b9
|
Added PacketSender::recv_l2. Ethernet packets can now expect a response packet. ARP response is working now.
|
2011-08-16 00:36:59 -03:00 |
|
Matias Fontanini
|
c803e25db4
|
Added Utils::interface_id.
|
2011-08-15 00:10:02 -03:00 |
|
Matias Fontanini
|
89b04a1238
|
Added util functions to handle network interfaces. Documented Utils namespace.
|
2011-08-14 15:50:57 -03:00 |
|