Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

netlink-packet-sock-diag: Add TcpInfo parsing #211

Merged
merged 3 commits into from
Feb 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions netlink-packet-sock-diag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ readme = "../README.md"
repository = "https://github.com/little-dude/netlink"
description = "netlink packet types for the sock_diag subprotocol"

[features]
rich_nlas = []

[dependencies]
anyhow = "1.0.32"
byteorder = "1.3.4"
Expand Down
Loading