aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-30 20:12:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-30 20:12:44 +0000
commit339a5cd3af7ea23d699804d8fd1f917a0b3b9ab1 (patch)
tree0b41d9308ffe764c5e05ad6ca24098a6ee938999 /epan/address.h
parent0fd0ebef0e2f013444316afc261f949a7478017c (diff)
Add circuit ID BICC_CIC
svn path=/trunk/; revision=16628
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/address.h b/epan/address.h
index 45b46cd0a1..4c28d132a1 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -40,10 +40,10 @@ typedef enum {
AT_ATALK, /* Appletalk DDP */
AT_VINES, /* Banyan Vines */
AT_OSI, /* OSI NSAP */
- AT_ARCNET, /* ARCNET */
+ AT_ARCNET, /* ARCNET */
AT_FC, /* Fibre Channel */
AT_SS7PC, /* SS7 Point Code */
- AT_STRINGZ, /* null-terminated string */
+ AT_STRINGZ, /* null-terminated string */
AT_EUI64, /* IEEE EUI-64 */
AT_URI /* URI/URL/URN */
} address_type;
@@ -127,7 +127,8 @@ typedef enum {
CT_X25, /* X.25 logical channel number */
CT_ISUP, /* ISDN User Part CIC */
CT_IAX2, /* IAX2 call id */
- CT_H223 /* H.223 logical channel number */
+ CT_H223, /* H.223 logical channel number */
+ CT_BICC /* BICC Circuit identifier */
/* Could also have ATM VPI/VCI pairs */
} circuit_type;