summaryrefslogtreecommitdiff
path: root/epan/ipproto.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-09-20 15:18:28 +0000
committerJörg Mayer <jmayer@loplof.de>2005-09-20 15:18:28 +0000
commite6194537b3aca41e6abd876f88a9c7d36afabb70 (patch)
tree8983f53a7beb019083a48a883c24f7621338e7d0 /epan/ipproto.h
parent44a3e93524647d7ad504b32ab10432a9969357a1 (diff)
downloadwireshark-e6194537b3aca41e6abd876f88a9c7d36afabb70.tar.gz
Francesco Fondelli; Add dcp support
svn path=/trunk/; revision=15897
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r--epan/ipproto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h
index fe112c5cf9..1ba4f9b926 100644
--- a/epan/ipproto.h
+++ b/epan/ipproto.h
@@ -65,7 +65,8 @@
#define IP_PROTO_BULK 30 /* Bulk Data Transfer Protocol - RFC969 */
#define IP_PROTO_MFE_NSP 31 /* MFE Network Services Protocol */
#define IP_PROTO_MERIT 32 /* MERIT Internodal Protocol */
-#define IP_PROTO_SEP 33 /* Sequential Exchange Protocol */
+/* #define IP_PROTO_SEP 33 Sequential Exchange Protocol */
+#define IP_PROTO_DCCP 33 /* Datagram Congestion Control Protocol */
#define IP_PROTO_3PC 34 /* Third party connect protocol */
#define IP_PROTO_IDPR 35 /* Interdomain policy routing protocol */
#define IP_PROTO_XTP 36 /* XTP */