Reading from a promiscuous network device

前端 未结 5 1980
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 23:50

I want to write a real-time analysis tool for wireless traffic.

Does anyone know how to read from a promiscuous (or sniffing) device in C?

I know that you n

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-15 00:01

    WireShark on linux has the capability to capture the PLCP (physical layer convergence protocol) header information.

提交回复
热议问题