1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 20:01:35 +01:00

Sniffing now returns a RadioTap PDU when performed on wireless interfaces.

This commit is contained in:
Matias Fontanini
2011-08-23 23:58:59 -03:00
parent 2fa66c814d
commit b746451b75
2 changed files with 22 additions and 6 deletions

View File

@@ -119,6 +119,7 @@ namespace Tins {
pcap_t *handle;
bpf_u_int32 ip, mask;
bpf_program actual_filter;
bool wired;
};
/**