0

I have a pipe that comes from another process that will spit out all wifi packets in the area. I need a way to parse the bytes and turn them into some sort of packet object that has src, destination, rssi and other such values. I would prefer to not have to write the processing myself (the wifi standard is over 1000 pages) but I can't find any library that will do this for me. Does anyone know of a library that can help with this?

I am using c++ do all the processing.

nbroeking
  • 8,360
  • 5
  • 20
  • 40

0 Answers0