Reading from a promiscuous network device

前端 未结 5 1982
佛祖请我去吃肉
佛祖请我去吃肉 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-14 23:54

    Why wouldn't you use something like WireShark?

    It is open source, so at least you could learn a few things from it if you don't want to just use it.

提交回复
热议问题