Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
on-keyday committed Jan 27, 2025
1 parent abb5d3f commit 0be8c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/netlink.bgn
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ format NetLinkMessage:
ifi :NetLinkIfInfoMessage(input = input.subrange(hdr.len - 16))
NetLinkType.RTM_GETLINK:
ifi :NetLinkIfInfoMessage(input = input.subrange(hdr.len - 16))
NetLinkType.RTM_DELLINK:
ifi :NetLinkIfInfoMessage(input = input.subrange(hdr.len - 16))
NetLinkType.RTM_NEWADDR:
ifa :NewLinkIfAddrMessage(input = input.subrange(hdr.len - 16))
NetLinkType.RTM_DELADDR:
Expand Down

0 comments on commit 0be8c16

Please sign in to comment.