aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-11-24 02:59:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-11-24 02:59:49 +0000
commitb0993663a1855aaa857ab35aba03abfb02979c5b (patch)
tree4354db46ed0207c9d6bcfe135189d5d09b0ce9e6 /epan/range.h
parenteb0a24bbad890574f6690ed83520e46536a0ce64 (diff)
From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.
svn path=/trunk/; revision=12585
Diffstat (limited to 'epan/range.h')
-rw-r--r--epan/range.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/range.h b/epan/range.h
index f3ec4c2c3d..1355c5058d 100644
--- a/epan/range.h
+++ b/epan/range.h
@@ -30,6 +30,11 @@
#include <glib.h>
+/* XXX where's the best place for these? */
+#define MAX_SCTP_PORT 65535
+#define MAX_TCP_PORT 65535
+#define MAX_UDP_PORT 65535
+
typedef struct range_admin_tag {
guint32 low;
guint32 high;