summaryrefslogtreecommitdiff
path: root/ipproto.h
diff options
context:
space:
mode:
authorguy <guy>2005-09-20 06:01:20 +0000
committerguy <guy>2005-09-20 06:01:20 +0000
commit1c902dcdf37353a7967f69b53fe469e409eb4907 (patch)
treeaa76a28f87cad4d4b4ecaf0347810e586d14e84b /ipproto.h
parent2173aaca2592aeee042646122921043aa5345628 (diff)
downloadtcpdump-1c902dcdf37353a7967f69b53fe469e409eb4907.tar.gz
From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support.
Diffstat (limited to 'ipproto.h')
-rw-r--r--ipproto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipproto.h b/ipproto.h
index e588518d..f5257863 100644
--- a/ipproto.h
+++ b/ipproto.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.5 2005-05-20 21:02:30 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.6 2005-09-20 06:01:22 guy Exp $ (LBL)
*
* From:
* @(#)in.h 8.3 (Berkeley) 1/3/94
@@ -66,6 +66,9 @@ extern struct tok ipproto_values[];
#ifndef IPPROTO_UDP
#define IPPROTO_UDP 17 /* user datagram protocol */
#endif
+#ifndef IPPROTO_DCCP
+#define IPPROTO_DCCP 33 /* datagram congestion control protocol */
+#endif
#ifndef IPPROTO_IPV6
#define IPPROTO_IPV6 41
#endif