| Crates.io | p0f_api |
| lib.rs | p0f_api |
| version | 0.1.2 |
| created_at | 2016-07-16 11:46:04.928373+00 |
| updated_at | 2023-01-22 02:30:14.46616+00 |
| description | Interface for querying p0f unix socket API. |
| homepage | |
| repository | https://github.com/emkw/rust-p0f_api.git |
| max_upload_size | |
| id | 5681 |
| size | 12,573 |
This crate provides Rust interface for communicating with p0f unix socket query API,
for use with std::net::IpAddr, std::net::Ipv4Addr and std::net::Ipv6Addr.
Since it uses Rust std::os::unix::net::UnixStream it won't work on systems that do not support it.
It has been developed with p0f version 3.09b.
[dependencies]
p0f_api = "~0.1.2"
Please see examples/query.rs.