Skip to content

Commit

Permalink
Add note to README about optional features.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jun 26, 2024
1 parent 72ef2d3 commit 74d9653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To build, run `cargo build` after installing the necessary prerequisites (see be

If you pass a capture filename as an argument, Packetry will attempt to load it. The current supported file format is a `.pcap` file with the `LINKTYPE_USB_2_0` link layer header type.

Note: Do not build with `--all-features`. All the optional features currently in the package are for debug/test purposes only, and will prevent or degrade normal use of the application if enabled. See `Cargo.toml` for details.

### Installing prerequisites

#### Linux
Expand Down

0 comments on commit 74d9653

Please sign in to comment.