Ask Your Question

lihubear's profile - activity

2021-08-05 08:00:56 +0000 received badge  Famous Question (source)
2019-11-07 07:10:26 +0000 received badge  Notable Question (source)
2019-08-19 18:09:01 +0000 received badge  Popular Question (source)
2018-02-08 18:34:30 +0000 commented answer only seeing acks with tshark

This was exactly the problem, thanks!

2018-02-08 18:34:18 +0000 marked best answer only seeing acks with tshark

I'm sniffing a 5Ghz wifi link with tshark on a macmini, and I'm coming across an odd problem -- when I send data over the link, I can only see the acks, no matter the protocol I use. For ICMP and SSH, I only see a bunch of packets like these:

42   1.143265              → AP_MAC (AP_MAC) (RA) 802.11 39 Acknowledgement, Flags=........C
43   1.145447              → STA_MAC (STA_MAC) (RA) 802.11 39 Acknowledgement, Flags=........C

When I try using iperf, I get something slightly different but still don't see the actual data:

1648   3.261866              → STA_MAC (STA_MAC) (RA) 802.11 39 Clear-to-send, Flags=........C
1649   3.261936 AP_MAC (AP_MAC) (TA) → STA_MAC (STA_MAC) (RA) 802.11 57 802.11 Block Ack, Flags=........C
1650   3.262047              → STA_MAC (STA_MAC) (RA) 802.11 39 Acknowledgement, Flags=........C
1643   3.256366 STA_MAC (STA_MAC) (TA) → AP_MAC (AP_MAC) (RA) 802.11 57 802.11 Block Ack, Flags=........C

All the lower-level protocols show up fine -- I see beacons, etc, perfectly clearly. I'm not using any capture filters (my command is tshark -Ii en1). What's going on here?

2018-02-08 18:34:18 +0000 received badge  Scholar (source)
2018-02-08 17:42:11 +0000 commented answer only seeing acks with tshark

Thanks for the prompt response! I'm definitely not communicating on the same interface I'm capturing on, but the capture

2018-02-08 16:29:29 +0000 asked a question only seeing acks with tshark

only seeing acks with tshark I'm sniffing a 5Ghz wifi link with tshark on a macmini, and I'm coming across an odd proble