summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/timed.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/timed.h')
-rw-r--r--contrib/tcpdump/timed.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/tcpdump/timed.h b/contrib/tcpdump/timed.h
index 136e55e..0a5c5fe 100644
--- a/contrib/tcpdump/timed.h
+++ b/contrib/tcpdump/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
OpenPOWER on IntegriCloud