Matias Fontanini
1c2ac61bb0
Move Utils::gateway_from_ip into routing utils files
2017-04-30 13:12:39 -07:00
Matias Fontanini
f764f68e9c
Move routing related functions into their own header file
2017-04-30 12:32:16 -07:00
Matias Fontanini
500ef1088b
Move frequency (channel) utils into their own file
2017-04-30 12:06:42 -07:00
Matias Fontanini
589adba798
Move checksum utils into their own file
2017-04-30 11:59:02 -07:00
Matias Fontanini
a3e863942b
Move type traits into a separate file
2017-04-30 09:36:50 -07:00
Matias Fontanini
f88cf9b025
Don't include heavy STL headers like <algorithm> in header files
...
This provides a considerable compilation time reduction and most
of these were just using std::copy/fill which can be replaced by
memcpy/memset, as all of their uses were applied to POD types
2017-04-30 09:28:00 -07:00
Matias Fontanini
c06787ca22
Update license date to 2017
2017-04-29 09:56:26 -07:00
Matias Fontanini
42b6c40433
Add Utils::route6_entries on OSX/BSD
2016-03-07 19:40:38 -08:00
Matias Fontanini
4dcef0f15d
Add Utils::route6_entries
2016-03-06 19:18:33 -08:00
Matias Fontanini
88d8f99676
Replace "wether" with "whether" on doc strings
2016-01-31 20:45:30 -08:00
Matias Fontanini
fb4e5086fd
Update copyright notice
2016-01-31 20:03:49 -08:00
Matias Fontanini
0cf3dd3342
Move utils.h implementations to utils.cpp
2016-01-24 14:13:34 -08:00
Matias Fontanini
d7df3a449e
Move utils.h implementations to utils.cpp
2016-01-24 11:37:05 -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
d7a9816246
Update pseudoheader_checksum signature
2015-12-29 05:58:58 -08:00
Matias Fontanini
187e7b1ca3
Add ICMP extensions structure class
2015-12-13 21:49:26 -08:00
Matias Fontanini
d447009779
Add metric to RouteEntry.
2015-06-21 14:32:23 -07:00
Matias Fontanini
a607ab380c
Replace WIN32 macro with _WIN32.
2015-05-02 16:25:59 -07:00
Matias Fontanini
c108f6e4e6
Fix compilation warnings on Windows.
2015-04-25 18:44:38 -07:00
Matias Fontanini
9ee90755d1
Moved headers to include/tins.
2014-10-17 12:14:00 -03:00