Due to security measures taken by my IT department my PC won't allow the Protocol Analyzer application to create a virtual network. This means Wireshark cannot access packet data. Is there a way to write my own application to access the sniffer? I am trying to read 802.15.4 packets for development of a project using the R41Z module.
Is it a long shot, but presuming that you are one Windows, try these two commands into an CMD with administrator rights: "net stop npf" and after "net start npf".
The whole problem is that I do not have administrative rights to my own laptop due to IT policy at my company. It makes several things like this very difficult.