I’m trying to a accesses the arrival time field using pyshark with no success.
The first solution I thought of was obviously packet.frame.time which generally looks like it supposed to work, except I get:
raise AttributeError(f”No attribute named {item}”)
AttributeError: No attribute named frame
even though all packets have this layer in my pcap file
anybody know how can I go around it?