# libprotoident を Homebrew, Nix でインストール

libprotoident のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:libprotoident
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install libprotoident
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#libprotoident
```

  証拠: nixpkgs package indexes: pkgs/by-name/li/libprotoident/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:libprotoident
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/libprotoident>
- **バージョン:** 2.0.15-2
- **ソース概要:** Performs application layer protocol identification for flows
- **ホームページ:** <https://github.com/LibtraceTeam/libprotoident>
- **リポジトリ:** <https://github.com/LibtraceTeam/libprotoident>
- **ライセンス:** LGPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/LibtraceTeam/libprotoident/archive/refs/tags/2.0.15-2.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- lpi_arff (cli)
- lpi_find_unknown (cli)
- lpi_protoident (cli)
- lpi_arff (エイリアス)
- lpi_find_unknown (エイリアス)
- lpi_protoident (エイリアス)

## 依存関係

- libflowmanager
- libtrace

## ビルド依存関係

- autoconf
- automake
- libtool

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.0.15-2
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/LibtraceTeam/libprotoident
- 検出された最新: 2.0.15-2 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2011: Source headers identify University of Waikato WAND work beginning in this period.
- 2014-03-20: The public GitHub repository was created.
- 2017-06-28: Version 2.0.11 added many protocols and moved tools to parallel libtrace and libflowmanager 3 compatibility.
- 2020-11-12: Version 2.0.15 added protocols, an industrial-control-systems category, and category lookup APIs.

### Related projects

- libtrace, libflowmanager, Weka, packet-trace analysis tools, and other traffic-classification projects such as nDPI and Zeek occupy adjacent space.

### ソース

- <https://api.github.com/repos/LibtraceTeam/libprotoident>
- <https://api.github.com/repos/LibtraceTeam/libprotoident/releases>
- <https://github.com/LibtraceTeam/libprotoident>
- <https://raw.githubusercontent.com/LibtraceTeam/libprotoident/master/README>
- <https://raw.githubusercontent.com/LibtraceTeam/libprotoident/master/lib/libprotoident.h>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libprotoident
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - libprotoident: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libprotoident/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [libtrace](https://pkg.so/ja/brew/libtrace/) - Runtime dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [ndpi](https://pkg.so/ja/brew/ndpi/) - Shares pkgdb curated category or tags: cli, deep-packet-inspection, networking, traffic-analysis.
- [argus-clients](https://pkg.so/ja/brew/argus-clients/) - Shares pkgdb curated category or tags: cli, networking, traffic-analysis.
- [spoofdpi](https://pkg.so/ja/brew/spoofdpi/) - Shares pkgdb curated category or tags: cli, deep-packet-inspection, networking.
- [rustnet](https://pkg.so/ja/brew/rustnet/) - Shares pkgdb curated category or tags: cli, deep-packet-inspection, networking.
- [darkstat](https://pkg.so/ja/brew/darkstat/) - Shares pkgdb curated category or tags: cli, network-traffic, networking, traffic-analysis.
- [tcpsplit](https://pkg.so/ja/brew/tcpsplit/) - Shares pkgdb curated category or tags: cli, flow-analysis, networking.
- [c-ares](https://pkg.so/ja/brew/c-ares/) - Shares pkgdb curated category or tags: cli, networking.
- [unbound](https://pkg.so/ja/brew/unbound/) - Shares pkgdb curated category or tags: cli, networking.
- [sniffer](https://pkg.so/ja/brew/sniffer/) - Local metadata places this package in an adjacent workflow. Shared terms: analysis, cli, network, networking, packet.

## Combined YAML source

View the package source record on GitHub. [combined/libprotoident.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libprotoident.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
