*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.98 2003-11-16 09:36:08 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.99 2003-12-15 04:03:21 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
static u_int32_t f_netmask;
static u_int32_t f_localnet;
-static u_int32_t netmask;
/*
* Return a name for the IP address pointed to by ap. This address
void
init_addrtoname(u_int32_t localnet, u_int32_t mask)
{
- netmask = mask;
if (fflag) {
f_localnet = localnet;
f_netmask = mask;