79290472

Date: 2024-12-18 08:49:58
Score: 1
Natty:
Report link

Instead of skb_network_header() or skb_transport_header() you need to use skb_header_pointer() to get the payload of packet.

See example here.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: amkgi