I am using Pyshark to parse a PCAP. There are some object which name begin with digit say pkt.diameter.3gpp_reporting_reason
. I'm not able to refer to this object, because I get an error "invalid decimal literal".
Any ideas how to retrieve the attribute pkt.diameter.3gpp_reporting_reason.all_fields
?