1AXLISTEN(1) Linux Programmer's Manual AXLISTEN(1)
2
3
4
6 axlisten - monitor AX.25 traffic
7
9 axlisten [-8] [-a] [-c] [-h] [-i] [-p port] [-r] [-t] [-v]
10
12 Axlisten uses SOCK_PACKET facilities to provide a network monitor of
13 all AX.25 traffic heard by the system. Since KISS is implicitly promis‐
14 cuous no special driver configurations are needed.
15
16 This version displays standard AX.25, PE1CHL extended AX.25, NET/ROM,
17 Rose, ARP, IP, ICMP, TCP and UDP. It also displays IP, TCP, ICMP, TCP
18 and UDP encapsulated within NET/ROM frames. The program also displays
19 AX.25 and IP encapsulated within an IP frame, but see RFC1326 for rea‐
20 sons not to do so.
21
22 Axlisten makes an attempt at decoding some of the more common routing
23 protocols. RSPF and RIP (both “normal” and G8BPQs RIP98) are traced.
24 JNOS style NET/ROM node polls are also displayed.
25
26 Axlisten can use colors to make the output more readable. The ncurses
27 library is used to accomplish this. Color support defaults to being
28 disabled, and the -c parameter is used to enable it.
29
31 -8 Indicates that the terminal is capable of printing 8-bit
32 characters. This parameter is required for the -i parameter
33 to work.
34
35 -a Allow for the monitoring of outgoing frames as well as incom‐
36 ing ones.
37
38 -c Enable color support.
39
40 -h Dump the data portion of the packet in both hexadecimal and
41 ASCII. The default is to display data as ASCII only.
42
43 -i Map IBM codepage 437 characters 128-158 to their ISO-Latin-1
44 equivalents. This is a hack for scandinavian users. This
45 parameter is only valid when used with the -8 and -c parame‐
46 ters.
47
48 -p port Monitor only those frames received on a particular port, by
49 default all AX.25 devices are monitored.
50
51 -r Dump the data portion in a "readable" fashion, which is more
52 suitable for tracing plaintext AX.25 traffic. CR-LF conver‐
53 sion is done.
54
55 -t Displays a timestamp with each packet received.
56
57 -v Display the version.
58
60 /etc/ax25/axports
61
63 axcall(1), mheard(1), beacon(1), ax25(4), netrom(4), rose(4), kissat‐
64 tach(8).
65
67 Axlisten does not validate the checksums of frames that support them
68 (ie IP), therefore corrupt frames will be displayed with bogus values.
69 The MSS of a TCP frame that contains that option is not displayed.
70
72 Alan Cox GW4PTS <alan@cymru.net>
73 Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>
74 Phil Karn KA9Q <karn@qualcomm.com>
75 Heikki Hannikainen OH7LZB <hessu@pspt.fi>
76
77
78
79Linux 27 August 1996 AXLISTEN(1)