X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5cefda9d9d4c6ae8d1ab0dd2b95f9d8df689f931..c8973af03f44b368dabbafd3be58b9f1112c4b76:/ipproto.h diff --git a/ipproto.h b/ipproto.h index 6ca1679d..ee2e9071 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.4.2.1 2005-05-20 21:15:46 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