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

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

## インストール

```sh
sudo av install brew:libtrace
```

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

### macOS

- Homebrew (100%):

```sh
brew install libtrace
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#libtrace
```

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

## パッケージ情報

- **パッケージキー:** brew:libtrace
- **パッケージマネージャ:** Homebrew
- **バージョン:** 4.0.34
- **ソース概要:** Library for trace processing supporting multiple inputs
- **ホームページ:** <https://github.com/LibtraceTeam/libtrace>
- **リポジトリ:** <https://github.com/LibtraceTeam/libtrace>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- traceconvert (エイリアス)
- tracediff (エイリアス)
- traceends (エイリアス)
- tracefilter (エイリアス)
- tracemcast (エイリアス)
- tracemerge (エイリアス)
- tracepktdump (エイリアス)
- tracereplay (エイリアス)
- tracereport (エイリアス)
- tracertstats (エイリアス)
- tracesplit (エイリアス)
- tracesplit_dir (エイリアス)
- tracestats (エイリアス)
- tracesummary (エイリアス)
- tracetop (エイリアス)
- tracetopends (エイリアス)
- traceucast (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 4.0.34
## プロジェクトの歴史と使われ方

libtrace is a C library and suite of trace tools for processing live and offline network packet captures across multiple trace and interface formats.

### プロジェクトの歴史

The libtrace README states that the code was originally developed by the University of Waikato WAND research group and was primarily designed for the real-time interface to the Waikato DAG Capture Point software. It later grew beyond that original environment to support a range of trace and interface formats.

The repository records copyright for University of Waikato code through 2022 and for later code and documentation contributed by Shane Alcock from 2023 through 2026. The 4.0 series introduced a parallel packet-processing API for multithreaded workloads.

### 採用の歴史

libtrace's adoption is strongest in network measurement, packet-trace analysis, and research tooling rather than broad desktop use. Its command-line utilities, including traceconvert, tracefilter, tracemerge, tracereport, tracesplit, tracestats, and tracesummary, made it useful as both a library and a practical trace-processing toolkit.

### 使われ方

Users employ libtrace to read, filter, convert, replay, summarize, and report on traffic captures from offline files or live interfaces. Developers link against the library when they need one API over multiple capture formats and, in the 4.0 line, when they need parallel packet processing.

### パッケージ好きにとっての重要性

For packet-analysis package nerds, libtrace is interesting because it is not just another pcap wrapper: it comes from a university measurement environment, carries a family of trace* command-line tools, and preserves support for specialized capture systems alongside common packet formats.

### タイムライン

- 2007-2022: University of Waikato copyright range shown in the README for code through version 4.0.20.
- 2017: GitHub releases page lists libtrace 4.0.2 as a public 4.0-series release.
- 2023: README records Shane Alcock copyright for newer code and documentation beginning in 2023.
- 2026: GitHub releases page lists Libtrace 4.0.33 on June 10, 2026.

### Related projects

- Waikato DAG Capture Point software is the original environment named by the README.
- libpacketdump, wandio, libwandder, and related LibtraceTeam repositories sit in the same packet-trace tooling ecosystem.
- pcap-oriented tools such as tcpdump and Wireshark are adjacent consumers or producers of traffic capture data, though libtrace focuses on programmatic trace processing.

### ソース

- <http://www.wand.net.nz/>
- <https://github.com/LibtraceTeam/libtrace>
- <https://github.com/LibtraceTeam/libtrace/releases>
- <https://github.com/LibtraceTeam/libtrace/wiki/ChangeLog>


## セキュリティノート

library-like package without higher-risk signals.

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

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

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


## Combined YAML source

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


## ソース

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