Ask Your Question

Revision history [back]

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

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 ?