blob: de926b0da08ac52d18b054909a7def233f8c01d0 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#### CATEGORY=Run, inspect and debug
### packet capture and display tool
## Run `fx sniff --help` for usage.
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
source "$SCRIPT_DIR"/../lib/vars.sh || exit $?
fx-config-read
"$SCRIPT_DIR"/sniff.py "$@"