Matias Fontanini
0dee5618f2
Allow retrieving keys on WPA2Decrypter.
2015-05-21 21:14:24 -07:00
Matias Fontanini
76c6511e0c
Add NetworkInterface::is_up and NetworkInterface::info.
2015-05-19 18:52:42 -07:00
Matias Fontanini
2f2a705127
Add NetworkInterface::Info::is_up.
2015-05-19 18:44:24 -07:00
Matias Fontanini
b0faebd135
Include appveyor build status icon
2015-05-18 21:14:34 -07:00
Matias Fontanini
2bf2b222e0
Add appveyor.yml.
2015-05-17 17:35:45 -07:00
Matias Fontanini
c42cd0114f
Fix compilation warnings on Windows x64.
2015-05-17 17:30:54 -07:00
Matias Fontanini
5cd0c8e41b
Fix FindPCAP.cmake to find winpcap on x64.
2015-05-17 11:52:30 -07:00
Matias Fontanini
8276dca22e
Fix more tests warnings triggered on Windows.
2015-05-16 11:18:54 -07:00
Matias Fontanini
d4e632f513
Fix tests compilation warnings on Windows.
2015-05-16 11:08:52 -07:00
Matias Fontanini
325de4abca
Fix error on VC triggered by pcap redefining the "inline" keyword.
2015-05-12 19:03:52 -07:00
Matias Fontanini
e651770018
Fix warning on test added on last commit.
2015-05-10 13:36:29 -07:00
Matias Fontanini
d1ffecb132
Soften DNS parsing rules. Fixes #74 .
2015-05-10 12:19:58 -07:00
Matias Fontanini
460e87cb43
Remove VC insecure warnings on header files.
2015-05-02 17:39:53 -07:00
Matias Fontanini
a607ab380c
Replace WIN32 macro with _WIN32.
2015-05-02 16:25:59 -07:00
Matias Fontanini
a7a63483df
Fix gtest compilation issues on OSX.
2015-04-25 19:39:22 -07:00
Matias Fontanini
9de57e1b23
Update README.md.
2015-04-25 19:01:40 -07:00
Matias Fontanini
f229f9a81e
Merge pull request #72 from mfontanini/googletest-submodule
...
Googletest submodule
2015-04-25 18:57:57 -07:00
Matias Fontanini
62260ab93b
Fix more compilation warnings on Windows.
2015-04-25 18:54:43 -07:00
Matias Fontanini
c108f6e4e6
Fix compilation warnings on Windows.
2015-04-25 18:44:38 -07:00
Matias Fontanini
5c8fdd2b6c
Build googletest using /MD on Windows.
2015-04-25 17:44:56 -07:00
Matias Fontanini
34bf1f23f7
Improve tests CMake build files.
2015-04-25 17:26:02 -07:00
Matias Fontanini
ae503523e4
Fix tests that failed on Windows.
2015-04-25 17:05:36 -07:00
Matias Fontanini
e64e0ce27b
Fix IPv6Address::to_string on Windows.
2015-04-25 12:20:47 -07:00
Matias Fontanini
93ed4f537e
Fix TCP test on Windows.
2015-04-25 12:15:04 -07:00
Matias Fontanini
995abd4d00
Fix DNS issues triggered on VC.
2015-04-25 11:32:47 -07:00
Matias Fontanini
0dcbe6ffbe
Prefix googletest directory with CMake source dir.
2015-04-23 19:45:32 -07:00
Matias Fontanini
745ebfb904
Only include googletest if the git submodule has been fetched.
2015-04-23 19:43:00 -07:00
Matias Fontanini
c5b9afaf83
Add google test as git submodule.
2015-04-23 19:39:58 -07:00
Matias Fontanini
f4ccba93e6
Merge branch 'master' of github.com:mfontanini/libtins
2015-04-23 19:12:25 -07:00
Matias Fontanini
308cbcdc40
Merge pull request #70 from benmcmorran/master
...
Perserve IP protocol when using RawPDU
2015-04-21 09:00:57 -07:00
Ben McMorran
eb5598be7c
Perserve IP protocol when using RawPDU
...
Previously, the IP protocol field for non-fragmented packets was forcibly overwritten to the protocol of the inner PDU even if that PDU was a RawPDU. This behavior contradicts the documentation.
2015-04-20 02:45:27 -04:00
Matias Fontanini
830da2488b
Update project version to 3.3.
2015-04-19 13:54:37 -07:00
Matias Fontanini
530ac79ba4
Improve documentation for PacketSender.
2015-04-19 10:54:18 -07:00
Matias Fontanini
213b812520
Use pcap_sendpacket by default on Windows.
2015-04-18 19:52:25 -07:00
Matias Fontanini
8c2b56e286
Allow sending Dot3 on Windows using pcap_sendpacket.
2015-04-18 19:37:57 -07:00
Matias Fontanini
147c1a4315
Don't allow receiving l2 packets on windows.
2015-04-18 18:56:16 -07:00
Matias Fontanini
2fa4c2ade3
Soften more precompiler conditionals on PacketSender.
2015-04-18 18:26:49 -07:00
Matias Fontanini
621af33a81
Fix more precompiler conditionals.
2015-04-18 18:19:56 -07:00
Matias Fontanini
0d9fe13166
Fix macro conditional.
2015-04-18 18:17:28 -07:00
Matias Fontanini
1a9cd63397
Remove more WIN32 guards.
2015-04-18 18:15:00 -07:00
Matias Fontanini
e2f96123a3
Remove some WIN32-guarded code.
2015-04-18 18:08:22 -07:00
Matias Fontanini
96fc1a3749
Use pcap_sendpacket to send packets if this mode is enabled.
2015-04-18 17:46:14 -07:00
Matias Fontanini
f2ed64293b
Merge pull request #67 from UlfWetzker/channel_map
...
Added channel_map_type
2015-04-12 09:52:13 -07:00
Ulf Wetzker
bf807be7bd
Fixed typo and copy&past nonsense
2015-04-09 20:26:01 +02:00
Ulf Wetzker
437911eacd
Added Doxygen documentation and fixed arrangement
2015-04-09 19:51:05 +02:00
Ulf Wetzker
2d89f1548d
Added channel map type
2015-04-09 19:39:55 +02:00
Matias Fontanini
c8b3b8d2b8
Merge pull request #66 from UlfWetzker/rsn_const
...
Made rsn_information() a const member function
2015-04-08 08:56:38 -07:00
Ulf Wetzker
7d7aae5929
Made rsn_information() a const member function to make Dot11ManagementFrame immutable
2015-04-08 14:45:56 +02:00
Matias Fontanini
fc950f643b
Merge pull request #65 from blazeable/master
...
Ensure HAVE_CXX11 is checked when defining TINS_IS_CXX11
2015-04-06 14:53:08 -07:00
blazeable
4bfec7b358
Ensure HAVE_CXX11 is checked when defining TINS_IS_CXX11
...
Include config.h in cxxstd.h
2015-04-06 23:43:48 +02:00