Deleted Added
full compact
2c2
< * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
---
> * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
24c24
< "@(#) $Header: print-ip.c,v 1.62 96/12/10 23:20:31 leres Exp $ (LBL)";
---
> "@(#) $Header: print-ip.c,v 1.66 97/05/28 12:51:43 leres Exp $ (LBL)";
39a40,42
> #ifdef HAVE_MALLOC_H
> #include <malloc.h>
> #endif
448,452c451,452
< #ifndef IPPROTO_IPIP
< #define IPPROTO_IPIP 4
< #endif
< case IPPROTO_IPIP:
< /* ip-in-ip encapsulation */
---
> case 4:
> /* DVMRP multicast tunnel (ip-in-ip encapsulation) */
459c459
< printf(" (encap)");
---
> printf(" (ipip)");