Robert Cragie

Results 3 comments of Robert Cragie

I notice if I use `capture[n].DATA.data` it works OK. However, this is not how the field is described in Wireshark as it uses lower case. However, if I try `capture[n].WPAN.`...

I reverted to version 0.4.6 and it works in this version.

In the following file: https://github.com/KimiNewt/pyshark/blob/60f08211ae79e9ca185b5cefd5039029b2b85d84/src/pyshark/packet/packet.py#L123 would changing to: ``` if layer.layer_name.lower() == item: ``` fix it?