From cf53dc05f1c854cc8cb94afd3409bbf033a055ed Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 29 Sep 2000 04:58:33 +0000 Subject: Get rid of includes of , and replace "n_short", "n_long", and "n_time", defined in that file, with other types. --- ip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ip.h') diff --git a/ip.h b/ip.h index adba2e6c..028e9670 100644 --- a/ip.h +++ b/ip.h @@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.2 2000-09-24 07:40:45 guy Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.3 2000-09-29 04:58:33 guy Exp $ (LBL) */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -159,10 +159,10 @@ struct ip_timestamp { ipt_flg:4; /* flags, see below */ #endif union ipt_timestamp { - n_long ipt_time[1]; + u_int32_t ipt_time[1]; struct ipt_ta { struct in_addr ipt_addr; - n_long ipt_time; + u_int32_t ipt_time; } ipt_ta[1]; } ipt_timestamp; }; -- cgit v1.2.1