From a5370b71fe0fdecac8a10ad2e0e5545f01f95f6e Mon Sep 17 00:00:00 2001 From: hannes Date: Fri, 20 May 2005 21:02:29 +0000 Subject: from Andy Heffernan : add PGM upport as per rfc3208 --- ipproto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ipproto.h') diff --git a/ipproto.h b/ipproto.h index 6ca1679d..e588518d 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.4 2004-04-28 22:02:23 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.5 2005-05-20 21:02:30 hannes Exp $ (LBL) * * From: * @(#)in.h 8.3 (Berkeley) 1/3/94 @@ -130,6 +130,9 @@ extern struct tok ipproto_values[]; #ifndef IPPROTO_VRRP #define IPPROTO_VRRP 112 #endif +#ifndef IPPROTO_PGM +#define IPPROTO_PGM 113 +#endif #ifndef IPPROTO_SCTP #define IPPROTO_SCTP 132 #endif -- cgit v1.2.1