aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorJames Ko <jck@exegin.com>2019-01-31 18:07:43 -0800
committerGuy Harris <guy@alum.mit.edu>2019-02-28 17:55:14 +0000
commit6ce75092235934c457ba8d61f8a341c0dc31e562 (patch)
tree6c9cbae9ac83a6a26ffb3c07eee8aed0038d5e81 /wiretap/wtap.c
parenta0c93f426b0bb3510af3e4657d95bd64e46ed5f8 (diff)
Add IEEE 802.15.4 TAP link type
New link type for IEEE 802.15.4 with pseudo-header and optional meta-data TLVs, PHY payload exactly as it appears in the spec (no padding, no nothing), and FCS if specified by FCS Type TLV. Specification at https://github.com/jkcko/ieee802.15.4-tap Bug: 15429 Change-Id: I67bd154891ad5818be9a1630aa5cbb863b55509a Reviewed-on: https://code.wireshark.org/review/32141 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 0614656302..36866a23cd 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -968,6 +968,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_VPP */
{ "vpp", "Vector Packet Processing graph dispatch trace" },
+
+ /* WTAP_ENCAP_IEEE802_15_4_TAP */
+ { "wpan-tap", "IEEE 802.15.4 Wireless with TAP pseudo-header" },
};
WS_DLL_LOCAL