aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-15 06:10:59 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-15 06:10:59 +0000
commit714ce64b126c6ae8535f3df9f61c6b24abdd5cba (patch)
treec31aea46c540402c75c64d2586fe2d0360637a9f /epan/address.h
parent077e03a549fa4f00854c7b2e0621eed5924a55ed (diff)
add a new port type for usb endpoints
start introducing conversations to the usb dissector so that we can start tracking requests/responses which we need to in order to dissect for example the data returned by a device to a GET DESCRIPTORS call svn path=/trunk/; revision=19539
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 71cc918550..6a57ba38e9 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -120,7 +120,8 @@ typedef enum {
PT_DDP, /* DDP AppleTalk connection */
PT_SBCCS, /* FICON */
PT_IDP, /* XNS IDP sockets */
- PT_TIPC /* TIPC PORT */
+ PT_TIPC, /* TIPC PORT */
+ PT_USB /* USB endpoint 0xffff means the host */
} port_type;
/* Types of circuit IDs Wireshark knows about. */