pyshark unable to read duplicate values of layer attribute using _all_fields() method

asked 2022-07-11 09:46:47 +0000

Hi, I'm trying to post process pcap data by converting it into dataframe. Using pyshark for this purpose. In my pcap data - I have fields like IQ-DATA which have multiple values like "647318287412:.....", "647318287412:.....",etc while using cap[0].oran_fh_cus._all_fields I could retrieve only one value. Is there an workaround? or solution using tshark ?

edit retag flag offensive close merge delete

Comments

If you are referring to this pyshark you may want to post there. This is a development outside of the Wireshark project.

Jaap gravatar imageJaap ( 2022-07-11 14:58:25 +0000 )edit