X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4881292df08d4ad97e29817f90a26dfea475b47e..ffa1470e5c7ff0e50028d085a481dc797b0b51ed:/timed.h diff --git a/timed.h b/timed.h index 81aaac46..713f353a 100644 --- a/timed.h +++ b/timed.h @@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/timed.h,v 1.3 2000-12-17 23:07:51 guy Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/timed.h,v 1.5 2002-12-11 07:14:12 guy Exp $ (LBL) */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -45,14 +45,14 @@ #define ANYADDR NULL struct tsp { - u_char tsp_type; - u_char tsp_vers; - u_short tsp_seq; + u_int8_t tsp_type; + u_int8_t tsp_vers; + u_int16_t tsp_seq; union { struct timeval tspu_time; - char tspu_hopcnt; + int8_t tspu_hopcnt; } tsp_u; - char tsp_name[256]; + int8_t tsp_name[256]; }; #define tsp_time tsp_u.tspu_time