patty AX.25 stack
NAME
ax25dump
dump AX.25 traffic
SYNOPSIS
ax25dump [-s patty.sock]
-i
ifname
ax25dump /dev/ttyXYZ
[tioarg ...]
ax25dump file.cap
DESCRIPTION
ax25dump prints out the headers and bodies of packets sent or received by an AX.25 interface, a raw KISS TNC device, or a regular file containing KISS-framed AX.25 packets. When provided with a patty.sock Unix domain socket to a pattyd(8) instance, and an ifname, ax25dump will dump all packets sent and received by ifname. When provided with a KISS TNC device, /dev/ttyXYZ, with optional termios(4) settings, or with a regular file, file.cap, ax25dump will dump all KISS-framed packets received by that device or contained in that file. When provided with a KISS TNC device, zero or more [tioarg ...] may be given to specify baud or flow control. Valid settings are:
1200
, 9600
, crtscts
, xonxoff
. Author, Copyright and License
Copyright 2024, Alex KZ3ROX <alex at kz3rox (dot) us>. Distributed under the terms of the MIT License.