summaryrefslogtreecommitdiff
path: root/epan/address.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-28 03:06:30 +0000
committerEvan Huus <eapache@gmail.com>2013-03-28 03:06:30 +0000
commitaee73d6d9e101927150b1ca3a16d404b50196366 (patch)
tree3080e4ed90e09b79c8ca3bb0df23632f191fcc81 /epan/address.h
parent37de47688f9ba7363c9cef63d6481918cf9ce2d8 (diff)
downloadwireshark-aee73d6d9e101927150b1ca3a16d404b50196366.tar.gz
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8530
Enable "Decode As" for Bluetooth over USB. svn path=/trunk/; revision=48605
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/address.h b/epan/address.h
index 5c4c564601..5405075868 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -204,7 +204,8 @@ typedef enum {
PT_TIPC, /* TIPC PORT */
PT_USB, /* USB endpoint 0xffff means the host */
PT_I2C,
- PT_IBQP /* Infiniband QP number */
+ PT_IBQP, /* Infiniband QP number */
+ PT_BLUETOOTH
} port_type;
/* Types of circuit IDs Wireshark knows about. */