aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-06-28 13:05:12 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-06-28 13:05:12 +0000
commitb5187b496b8c29f5d32973eee9c03cd41dbc513d (patch)
treea1df06a37d6eb51decc2ec1e0a9a62952a34ec6b /wiretap/wtap.c
parent8d29106ffba430b423ac28fa393e70136fd3d9fe (diff)
Use newly assigned DLT for PDU export functionality
svn path=/trunk/; revision=50212
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index ecff10b716..181a110711 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -611,6 +611,12 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_RTAC_SERIAL */
{ "RTAC serial-line", "rtac-serial" },
+
+ /* WTAP_ENCAP_BLUETOOTH_LE_LL */
+ { "Bluetooth Low Energy Link Layer", "bluetooth-le-ll" },
+
+ /* WTAP_ENCAP_WIRESHARK_UPPER_PDU */
+ { "Wireshark Upper PDU export", "wireshark-upper-pdu" },
};
WS_DLL_LOCAL