aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-12 14:08:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-12 14:08:19 +0000
commit74766c736ad68c800f7d997f591dc29093d2cca0 (patch)
tree90eb71a3213560508d096b25cd958056490e7037 /epan/range.h
parent88f296224cd470faa970a9a12d90a20e74b1eacb (diff)
From Andrew Feren (bug 2433):
Add support for port ranges in services. svn path=/trunk/; revision=24934
Diffstat (limited to 'epan/range.h')
-rw-r--r--epan/range.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/range.h b/epan/range.h
index f3c3825d48..1d10801bd8 100644
--- a/epan/range.h
+++ b/epan/range.h
@@ -34,6 +34,7 @@
#define MAX_SCTP_PORT 65535
#define MAX_TCP_PORT 65535
#define MAX_UDP_PORT 65535
+#define MAX_DCCP_PORT 65535
typedef struct range_admin_tag {
guint32 low;