aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-20 20:14:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-20 20:14:57 +0000
commit7ec6ab1d7854b56418b13647a2674c4fc1c0d940 (patch)
tree1c973a697ce7fd2df0eb6ef9a5230a20609384a9 /epan/address.h
parent2ab0496a7204c1bb149bd95bdb0644a565ec5270 (diff)
From Mike Duigou:
In order to get filtering of conversations and > endpoints to work from the endpoints and conversations windows I found > it necessary to add a new AT_URI address type and a SAT_JXTA. This also > necessitated a change to to_str.c to avoid a buffer overflow problem. > Please review these changes carefully. > > Also includes some changes to the jxta dissector to fix filtering on > generated fields and some changes to the types used for ints/unsigned ints. > > Fixes a bug with the processing of messages containing namespaces. svn path=/trunk/; revision=14715
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 424f0578a8..c75a3c8000 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -44,7 +44,8 @@ typedef enum {
AT_FC, /* Fibre Channel */
AT_SS7PC, /* SS7 Point Code */
AT_STRINGZ, /* null-terminated string */
- AT_EUI64 /* IEEE EUI-64 */
+ AT_EUI64, /* IEEE EUI-64 */
+ AT_URI /* URI/URL/URN */
} address_type;
typedef struct _address {