summaryrefslogtreecommitdiff
path: root/ipproto.h
diff options
context:
space:
mode:
authorhannes <hannes>2005-05-20 21:02:29 +0000
committerhannes <hannes>2005-05-20 21:02:29 +0000
commita5370b71fe0fdecac8a10ad2e0e5545f01f95f6e (patch)
tree58dbbae1f9fdc7cf15c817ccc47e3b3fc31725a8 /ipproto.h
parentd265160abdc648b40dad333a785eca0b80f8c9ca (diff)
downloadtcpdump-a5370b71fe0fdecac8a10ad2e0e5545f01f95f6e.tar.gz
from Andy Heffernan <ahh@juniper.net>:
add PGM upport as per rfc3208
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 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