macOS
brew install libprotoidentlocal Homebrew formula metadata
brew / rank 13473
Performs application layer protocol identification for flows. Version 2.0.15-2 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#libprotoident.
install
brew install libprotoidentlocal Homebrew formula metadata
nix profile install nixpkgs#libprotoidentnixpkgs package indexes · pkgs/by-name/li/libprotoident/package.nix · source: api.github.com
overview
Performs application layer protocol identification for flows
history
libprotoident is a lightweight network-traffic classification library from the University of Waikato WAND research group. Its niche is application protocol identification using only a small amount of payload from each direction of a flow.
The source headers credit the University of Waikato WAND research group and carry copyright years beginning in 2011. The public GitHub repository was created on 2014-03-20, and the README identifies Shane Alcock as author with additional contributors.
The project frames itself as a deliberately limited form of deep packet inspection: it uses the first four bytes of application payload sent in each direction, plus flow metadata, instead of requiring complete packet payload capture.
libprotoident's adoption is concentrated in packet-trace and traffic-analysis circles rather than broad application development. Its README ties it to `libtrace` and `libflowmanager`, and its bundled tools operate on libtrace trace URIs, including live network-interface sources.
The package provides a library API plus command-line tools: `lpi_protoident` identifies flows, `lpi_find_unknown` reports unidentified flows to aid new rule development, and `lpi_arff` emits ARFF output for Weka workflows.
For package maintainers, libprotoident is interesting because it sits between academic network measurement and practical CLI tooling. It pulls in the LibtraceTeam stack and gives users a packaged way to run protocol classification experiments without building the WAND tools by hand.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lpi_arff | executable | indexed executable | Discovered from the local executable index. |
lpi_find_unknown | executable | indexed executable | Discovered from the local executable index. |
lpi_protoident | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libprotoident |
|---|---|
| Version | 2.0.15-2 |
| Package manager | Homebrew |
| Homepage | https://github.com/LibtraceTeam/libprotoident |
| Repository | https://github.com/LibtraceTeam/libprotoident |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libprotoident
nix profile install nixpkgs#libprotoidentsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.