From Pascal Quantin: fid some LTE MAC and PDCP typos
[obnox/wireshark/wip.git] / README.DECT
1 $Id$
2
3 Description:
4 ============
5 DECT pcap files can be obtained by using tools coming with the linux
6 kernel driver for the Dosch-and-Amand COM-ON-AIR cards. The driver is
7 called com-on-air_cs.
8
9 Wireshark itself cannot directy record from the DECT HW, as the driver
10 currently lacks a virtual network interface.
11
12 There is ongoing work to change this (see this work by Patrick McHardy):
13 git clone git://git.kernel.org/pub/scm/linux/kernel/git/kaber/dect-2.6.git
14 git clone git://git.kernel.org/pub/scm/linux/kernel/git/kaber/libnl-dect.git
15 git clone git://git.kernel.org/pub/scm/libs/netlink/libnl.git
16 Also needed are a proper linktype value assigned by the libpcap team and
17 the proper patches for libpcap to support this (the value used in the
18 patch below is not officially assigned!):
19 git://git.kernel.org/pub/scm/linux/kernel/git/kaber/libpcap-dect.git
20
21 To nicely view DECT pcap files in wireshark, set up a custom layout:
22
23 Edit->Preferences...
24   User Interface
25     Colums
26
27       No.      | Number
28       Time     | Time (format as specified)
29       Protocol | Protocol
30       TA       | HP-UX Subsystem
31       A-Field  | Network src addr
32       B-Field  | Network dest addr
33       Info     | Information
34   OK
35
36
37 Edit->Configuration Profiles...
38   New
39   Profile Name = dect
40   OK
41
42