diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /README.DECT | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.DECT | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.DECT b/README.DECT new file mode 100644 index 00000000..09fd85ff --- /dev/null +++ b/README.DECT @@ -0,0 +1,39 @@ +Description: +============ +DECT pcap files can be obtained by using tools included with the linux +kernel driver for the Dosch-and-Amand COM-ON-AIR cards. The driver is +called com-on-air_cs. + +Wireshark cannot directly record from the DECT HW, as the driver +currently lacks a virtual network interface. + +There is ongoing work to change this (see this work by Patrick McHardy): +git clone git://git.kernel.org/pub/scm/linux/kernel/git/kaber/dect-2.6.git +git clone git://git.kernel.org/pub/scm/linux/kernel/git/kaber/libnl-dect.git +git clone git://git.kernel.org/pub/scm/libs/netlink/libnl.git +Also needed are a proper linktype value assigned by the libpcap team and +the proper patches for libpcap to support this (the value used in the +patch below is not officially assigned!): +git://git.kernel.org/pub/scm/linux/kernel/git/kaber/libpcap-dect.git + +To nicely view DECT pcap files in wireshark, set up a custom layout: + +Edit->Preferences... + User Interface + Columns + + No. | Number + Protocol | Protocol + Frame | Custom Column: dect.framenumber + TA | Custom Column: dect.cc.TA + A-Field | Custom Column: dect.cc.AField + B-Field | Custom Column: dect.cc.BField + OK + + +Edit->Configuration Profiles... + New + Profile Name = dect + OK + + |