retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

module: skb: do not fail on invalid net device information #236

Closed atenart closed 1 year ago

atenart commented 1 year ago

Retrieving information from skb->dev is tricky as this is inside an union and there is no way we can know of the data is valid. Try our best to report an empty section if the data does not look like what it should.