Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wireshark/wireshark
Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.
https://github.com/wireshark/wireshark
packet-capture stratoshark tshark wireshark
Last synced: 5 days ago
JSON representation
Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.
- Host: GitHub
- URL: https://github.com/wireshark/wireshark
- Owner: wireshark
- License: gpl-2.0
- Created: 2014-06-29T18:37:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T04:04:19.000Z (10 days ago)
- Last Synced: 2025-01-02T04:15:17.333Z (10 days ago)
- Topics: packet-capture, stratoshark, tshark, wireshark
- Language: C
- Homepage: https://www.wireshark.org
- Size: 1.05 GB
- Stars: 7,442
- Watchers: 299
- Forks: 1,903
- Open Issues: 2
-
Metadata Files:
- Readme: README.DECT
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.adoc
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-qt - wireshark
- awesome-network-stuff - **2409**星
- awesome - wireshark/wireshark - Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead. (C)
- open-source-mac-os-apps - Wireshark - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![cpp_icon] (Applications / Utilities)
- open-source-mac-os-apps - Wireshark - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![cpp_icon] (Applications / Utilities)
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
ColumnsNo. | 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