1LISTEN(1)                  Linux Programmer's Manual                 LISTEN(1)
2
3
4

NAME

6       listen - monitor AX.25 traffic
7

SYNOPSIS

9       listen [-8] [-a] [-c] [-h] [-i] [-p port] [-r] [-t] [-v]
10

DESCRIPTION

12       Listen  uses SOCK_PACKET facilities to provide a network monitor of all
13       AX.25 traffic heard by the system. Since KISS is implicitly promiscuous
14       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       Listen  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       Listen  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

OPTIONS

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

FILES

60       /etc/ax25/axports
61

SEE ALSO

63       call(1),  mheard(1),  beacon(1),  ax25(4),  netrom(4), rose(4), kissat‐
64       tach(8).
65

BUGS

67       Listen does not validate the checksums of frames that support them  (ie
68       IP),  therefore corrupt frames will be displayed with bogus values. The
69       MSS of a TCP frame that contains that option is not displayed.
70

AUTHORS

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 <oh7lzb@sral.fi>
76       Scott Miller N1VG <scott@opentrac.org>
77
78
79
80Linux                           27 August 1996                       LISTEN(1)
Impressum