1dumpiso(1) Linux IEEE 1394 dumpiso(1)
2
3
4
6 dumpiso - dump IEEE 1394 isochronous channel packets
7
9 dumpiso [ options ] [ FILE ]
10
12 dumpiso listens on a selected range of channels and dumps all received
13 packets into the file FILE or, if not given, to standard output. While
14 dumping, the current number of received packets is written to standard
15 error and updated with every packet.
16
17 It uses a simple file format for the dumps which is described in iso‐
18 dump(5). The dumped packets can be sent out again with sendiso(1).
19
21 -c, --channels=CHANNELS
22 Sets the channels to listen on. CHANNELS can be either a single
23 number, in which case this is the only channel to listen on, or
24 a range of channels in the form X-Y. Channel numbers can range
25 from 0 to 63. You can give this option multiple times, new
26 channels are added to the list of already set channels.
27 Defaults to all channels.
28
29 -p, --port=PORT
30 Choose port PORT for receiving. A port is a 1394 card or chip
31 and represents one connected bus, therefore this is only rele‐
32 vant when you have multiple of these. Defaults to 0.
33
34 -h, --help
35 Show help text and exit.
36
38 None known.
39
41 sendiso(1), isodump(5)
42
44 Andreas Bombe <aeb@debian.org>
45
46
47
48 libraw1394 2.1.2 dumpiso(1)