]> The Tcpdump Group git mirrors - tcpdump/blobdiff - dccp.h
From Don Ebright: some compilers, such as the AIX compiler, reject a
[tcpdump] / dccp.h
diff --git a/dccp.h b/dccp.h
index ddc2d1d3adbb36ac9751c29fb40d6ba42c7493b1..4d178e760410a0c86aa278ad1e3a9de4319caaae 100644 (file)
--- a/dccp.h
+++ b/dccp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.3 2005-12-05 21:36:24 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.4 2006-05-12 01:45:19 guy Exp $ (LBL) */
 /*
  * Copyright (C) Arnaldo Carvalho de Melo 2004
  * Copyright (C) Ian McDonald 2005 <[email protected]>
@@ -117,7 +117,7 @@ enum dccp_pkt_type {
        DCCP_PKT_RESET,
        DCCP_PKT_SYNC,
        DCCP_PKT_SYNCACK,
-       DCCP_PKT_INVALID,
+       DCCP_PKT_INVALID
 };
 
 enum dccp_reset_codes {
@@ -133,7 +133,7 @@ enum dccp_reset_codes {
        DCCP_RESET_CODE_TOO_BUSY,
        DCCP_RESET_CODE_BAD_INIT_COOKIE,
        DCCP_RESET_CODE_AGGRESSION_PENALTY,
-       __DCCP_RESET_CODE_LAST,
+       __DCCP_RESET_CODE_LAST
 };
 
 #endif /* __DCCP_HDR__ */