summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 9ec246cd0c..358ca3480a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -400,7 +400,10 @@ static struct encap_type_info encap_table_base[] = {
{ "Bluetooth without transport layer", "bluetooth-hci" },
/* WTAP_ENCAP_IPMB */
- { "Intelligent Platform Management Bus", "ipmb" }
+ { "Intelligent Platform Management Bus", "ipmb" },
+
+ /* WTAP_ENCAP_IEEE802_15_4 */
+ { "IEEE 802.15.4 Wireless PAN", "wpan" }
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);