summaryrefslogtreecommitdiff
path: root/epan/address.h
diff options
context:
space:
mode:
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. */