You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… fields
Raises AttributeError with a helpful message when accessing a non-existent field
in XmlLayer. The message includes the field name, layer name, and available fields.
FixesKimiNewt#733
pyshark/src/pyshark/packet/layers/xml_layer.py
Line 79 in 4517bdf
please add a message to this error raising - something like "layer {the_layer} has no attribute {the_requested_attribute}"
The text was updated successfully, but these errors were encountered: