MCPcopy Index your code
hub / github.com/secdev/scapy / nlmsgerr

Class nlmsgerr

scapy/arch/linux/rtnetlink.py:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153class nlmsgerr(Packet):
154 fields_desc = [
155 MayEnd(Field("status", 0, fmt="=L")),
156 # Pay
157 PacketListField("data", [], nlmsgerr_rtattr),
158 ]
159
160
161bind_layers(rtmsghdr, nlmsgerr, nlmsg_type=3)

Callers

nothing calls this directly

Calls 3

MayEndClass · 0.90
FieldClass · 0.90
PacketListFieldClass · 0.90

Tested by

no test coverage detected