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 |
|
Matias Fontanini
|
3478c7b09a
|
Don't define Sniffer callback traits when using VS.
|
2015-04-06 09:33:30 -07:00 |
|
Matias Fontanini
|
a326463160
|
Add one integer field for all flags on TCP.
|
2015-04-05 11:53:12 -07:00 |
|
Matias Fontanini
|
ebad686987
|
Add test for partial TCP packet.
|
2015-04-05 09:43:50 -07:00 |
|
Matias Fontanini
|
3791fc0ee6
|
Fix ICMPv6 issue on big endian.
|
2015-04-02 23:02:28 -07:00 |
|
Matias Fontanini
|
40a8354125
|
Fix Dot11/RSNInformation big endian issues.
|
2015-04-02 22:59:47 -07:00 |
|
Matias Fontanini
|
bb683c9f79
|
Fix invalid DNS IPv4 address parsing on big endian arch.
|
2015-04-02 22:43:35 -07:00 |
|
Matias Fontanini
|
5edd5932ba
|
Don't compile WPA2 test if LIBTINS_ENABLE_WPA2=0.
|
2015-04-02 21:58:52 -07:00 |
|
Matias Fontanini
|
021f596cf0
|
Remove enable_if_t.
|
2015-04-02 21:58:41 -07:00 |
|
Matias Fontanini
|
992d187b04
|
Merge pull request #63 from UlfWetzker/radio_measurement
Fixed field name corresponding to IEEE 802.11-2012
|
2015-04-02 09:15:39 -07:00 |
|
Ulf Wetzker
|
d6d2434482
|
Fixed field name corresponding to IEEE 802.11-2012 (8.4.1.4 Capability Information field)
|
2015-03-31 16:37:28 +02:00 |
|
Matias Fontanini
|
811270760a
|
Don't define enable_if_t, since it's not really necessary.
|
2015-03-29 15:47:44 -07:00 |
|
Matias Fontanini
|
38ee449921
|
Update CHANGES file.
v3.2
|
2015-03-20 22:12:23 -07:00 |
|
Matias Fontanini
|
9efd00956f
|
Fix BaseSniffer::sniff_loop documentation.
|
2015-03-20 21:21:38 -07:00 |
|
Matias Fontanini
|
b56be87315
|
Remove include/tins/config.h.
|
2015-03-07 09:30:44 -08:00 |
|
Matias Fontanini
|
c67f7ba2e8
|
Merge pull request #57 from rioderelfte/include-guard
add an include guard to config.h
|
2015-03-07 09:24:34 -08:00 |
|
Matias Fontanini
|
aad0c511a8
|
Merge pull request #51 from EricMCornelius/master
Use type_traits to enable Packet& sniff_loop callback variant in C++11
|
2015-03-06 09:42:25 -08:00 |
|
Matias Fontanini
|
8bdce8e7b8
|
Merge pull request #60 from mfontanini/radiotap_fixes
Radiotap fixes
|
2015-03-06 09:04:17 -08:00 |
|
Matias Fontanini
|
64deb4fb39
|
Merge pull request #59 from haralduna/radiotap_fixes
Rearranged and updated RadioTap fields for big endian
|
2015-03-06 09:03:49 -08:00 |
|
Harald Unander
|
8c74bada85
|
Rearranged and updated RadioTap fields for big endian
|
2015-03-06 14:19:30 +01:00 |
|
Florian Sowade
|
8a51050f0b
|
add an include guard to config.h
|
2015-03-05 12:41:34 +01:00 |
|
Eric Cornelius
|
4be9719195
|
Make sure we can still compile old loop signatures without c++11 enabled
|
2015-03-05 03:25:41 -05:00 |
|
Matias Fontanini
|
fa4a074e2f
|
Add missing RadioTap fields.
|
2015-03-04 21:27:47 -08:00 |
|
Matias Fontanini
|
be51d67575
|
Remove Utils::resolve_domain6 test.
|
2015-03-04 18:19:00 -08:00 |
|
Matias Fontanini
|
695f191bb8
|
Fix invalid DNS record retrieval.
|
2015-03-04 18:11:33 -08:00 |
|
Eric Cornelius
|
c304dc08c4
|
Eliminate unnecessary explicit template parameter specification
|
2015-02-25 11:04:42 -05:00 |
|
Eric Cornelius
|
87207a8091
|
Support both move and reference overloads for the loop handler
|
2015-02-25 10:56:11 -05:00 |
|
Matias Fontanini
|
88c122ffcb
|
Merge pull request #52 from UlfWetzker/master
Add Exception for fields that are not present in RadioTap frames.
|
2015-02-10 07:49:41 -08:00 |
|
Ulf Wetzker
|
c05f93a16f
|
Fixed RadioTap test case
|
2015-02-10 15:28:36 +01:00 |
|
Ulf Wetzker
|
93a46366a0
|
Fixed type for _dbm_signal and _dbm_noise
|
2015-02-09 14:30:34 +01:00 |
|
Ulf Wetzker
|
179e0722f5
|
Fixed name in RadioTap present bitmap for field dbm_TX_power
|
2015-02-09 14:13:07 +01:00 |
|
Ulf Wetzker
|
d640eebb99
|
Add Exception for fields that are not present in RadioTap frames.
|
2015-02-09 13:23:03 +01:00 |
|
Eric Cornelius
|
184328ea95
|
Move packet into callback to avoid unnecessary clone, fix forward_iterator value type, and update comments
|
2015-02-06 10:24:43 -05:00 |
|
Eric Cornelius
|
eb0b7c9091
|
Generalize the accepts_type trait a bit, and move to internals.h, rename the _invoke_functor function, and templatize it to avoid need to depend on Packet defintion
|
2015-02-05 00:45:13 -05:00 |
|
Eric Cornelius
|
2587dd6cb0
|
Use type_traits to enable Packet& sniff_loop callback variant in C++11 builds
|
2015-02-04 21:44:50 -05:00 |
|
Matias Fontanini
|
fb97b2b8f0
|
Merge pull request #49 from joerango/master
Fixed TKIP decryption. Now packets from AP to STA are also decrypted.
|
2015-01-22 21:27:31 -08:00 |
|
Joseph Beshay
|
7382cc65de
|
Fixed TKIP decryption. Now packets from AP to STA are also decrypted.
|
2015-01-22 19:51:05 -06:00 |
|
Matias Fontanini
|
1ca4f8166b
|
Fix bug on EAPOL over snap serialization.
|
2015-01-17 09:49:47 -08:00 |
|
Matias Fontanini
|
65607b0eb5
|
Fixed PKTAP next layer interpretation.
|
2014-12-21 10:51:18 -08:00 |
|
Matias Fontanini
|
a4c67e5acd
|
Added PKTAP header.
|
2014-12-21 10:18:59 -08:00 |
|
Matias Fontanini
|
ccbeca269a
|
Merge pull request #47 from zhiweicai/ipaddress-win-fix
Ipaddress win fix
|
2014-12-17 10:26:08 -08:00 |
|
zhiweicai
|
ab972565d6
|
recover config.h
|
2014-12-16 21:42:20 -05:00 |
|
zhiweicai
|
c3a81f76d5
|
recover config.h
|
2014-12-16 21:40:35 -05:00 |
|
zhiweicai
|
8bf3b1af45
|
fix ip_to_int function on windows
|
2014-12-16 21:32:59 -05:00 |
|
Matias Fontanini
|
ae135bb035
|
Fixed IP total length zero bug.
|
2014-11-25 22:49:05 -08:00 |
|
Matias Fontanini
|
bcd8cc58f7
|
Merge pull request #45 from carlos-jenkins/master
Re-added support for pkg-config.
|
2014-11-19 21:20:41 -08:00 |
|
Carlos Miguel Jenkins Perez
|
8415f41722
|
Re-added support for pkg-config.
|
2014-11-19 20:35:30 -06:00 |
|
Matias Fontanini
|
3d832cc48e
|
Replaced calls to PDU::rfind_pdu to find_pdu on TCPStreamFollower.
|
2014-11-13 22:07:31 -08:00 |
|
Matias Fontanini
|
3b126ca02b
|
Removed access to potentially invalid positions on vector.
|
2014-11-12 21:11:01 -08:00 |
|
Matias Fontanini
|
0ba05f9d1a
|
Fixed assertion throw on DNS on Visual Studio.
|
2014-11-11 22:01:23 -08:00 |
|