pyshark
pyshark copied to clipboard
Fixed ek packet parsing when there are repeated protocol layers + added raw to each layer
With ek, when protocols are repeated, the layer becomes a list of dictionaries, one for each layer. This update adds proper support for this.
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