I am using wireshark to decode gsm packets. Wireshark picks up all communication at that frequency and decodes it. Overview of the packets obtained.
Now in the system information 5 packet, we have the required parameter.Details of system information 5 packet
I wish to write a code such that if there is only a single value in the last entry of the packet i.e. the neighbour list, an alert inform of a pop up message or something is generated. These packets have to captured and processed in real time. I have installed pyshark but cant figure out how to move forward. Please help