Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teto/wireshark
...various patches for mptcp (mostly)
https://github.com/teto/wireshark
mptcp
Last synced: 11 days ago
JSON representation
...various patches for mptcp (mostly)
- Host: GitHub
- URL: https://github.com/teto/wireshark
- Owner: teto
- License: other
- Created: 2014-11-19T14:12:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T02:22:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T23:39:31.195Z (about 1 month ago)
- Topics: mptcp
- Language: C
- Homepage:
- Size: 425 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.DECT
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
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.gitTo nicely view DECT pcap files in wireshark, set up a custom layout:
Edit->Preferences...
User Interface
ColumsNo. | 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
OKEdit->Configuration Profiles...
New
Profile Name = dect
OK