#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.27 2004-07-02 06:39:11 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.28 2005-04-06 21:32:39 mcr Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
switch (prot) {
case ETHERTYPE_IP:
- ip_print(bp, len);
+ ip_print(gndo, bp, len);
break;
#ifdef INET6
case ETHERTYPE_IPV6: