pyshark icon indicating copy to clipboard operation
pyshark copied to clipboard

Fixed ek packet parsing when there are repeated protocol layers + added raw to each layer

Open chrisawad opened this issue 1 year ago • 1 comments

With ek, when protocols are repeated, the layer becomes a list of dictionaries, one for each layer. This update adds proper support for this.

chrisawad avatar Dec 16 '23 00:12 chrisawad

I needed raw for each layer, so I fixed this bug as well: https://github.com/KimiNewt/pyshark/issues/587

Also fixed packet.get_raw_packet() which wasn't working since XXX_raw values were not assessable

chrisawad avatar Jan 04 '24 22:01 chrisawad