aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorAndrew Chernyh <andrew.chernyh@gmail.com>2015-07-06 10:29:48 +0600
committerAnders Broman <a.broman58@gmail.com>2015-08-19 04:17:41 +0000
commit3268023b877afa13ad68c08237baa36f9d6c89ec (patch)
tree85d42f2345de5f96291e3fd67390474e6b397a03 /epan/address.h
parentd5caba6df0e61b63e6d2f2002d53efd96ee4ea74 (diff)
Added TDMoP protocol dissector
Bug: 11340 Change-Id: I04408db376718c7a5392f9521d7d75d0481ec30e Reviewed-on: https://code.wireshark.org/review/9514 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 4ffcbe9e02..c48cc7020d 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -253,7 +253,8 @@ typedef enum {
PT_USB, /* USB endpoint 0xffff means the host */
PT_I2C,
PT_IBQP, /* Infiniband QP number */
- PT_BLUETOOTH
+ PT_BLUETOOTH,
+ PT_TDMOP
} port_type;
/* Types of circuit IDs Wireshark knows about. */