From 1166f90fe87cef69f7923a1b8c386eecdc6cb92b Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 11 Jul 2005 03:54:22 +0000 Subject: Virgin import of tcpdump v3.9.1 (release) from tcpdump.org Approved by: re (scottl) --- contrib/tcpdump/print-mobility.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'contrib/tcpdump/print-mobility.c') diff --git a/contrib/tcpdump/print-mobility.c b/contrib/tcpdump/print-mobility.c index a1a24a9..8f9cbee 100644 --- a/contrib/tcpdump/print-mobility.c +++ b/contrib/tcpdump/print-mobility.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-mobility.c,v 1.11 2003/11/16 09:36:28 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-mobility.c,v 1.11.2.1 2005/04/20 22:21:16 guy Exp $"; #endif #ifdef INET6 @@ -168,15 +168,13 @@ trunc: * Mobility Header */ int -mobility_print(const u_char *bp, const u_char *bp2) +mobility_print(const u_char *bp, const u_char *bp2 _U_) { const struct ip6_mobility *mh; - const struct ip6_hdr *ip6; const u_char *ep; int mhlen, hlen, type; mh = (struct ip6_mobility *)bp; - ip6 = (struct ip6_hdr *)bp2; /* 'ep' points to the end of available data. */ ep = snapend; -- cgit v1.1