]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-timed.c
More getting rid of old u_intN_t.
[tcpdump] / print-timed.c
index b3f53216d26442b1220c60d0a748bda7338b93bb..dc2b24a46b651f41acd37a80095bba860188f2f0 100644 (file)
  */
 
 struct tsp_timeval {
-       u_int32_t       tv_sec;
-       u_int32_t       tv_usec;
+       uint32_t        tv_sec;
+       uint32_t        tv_usec;
 };
 
 struct tsp {
-       u_int8_t        tsp_type;
-       u_int8_t        tsp_vers;
-       u_int16_t       tsp_seq;
+       uint8_t tsp_type;
+       uint8_t tsp_vers;
+       uint16_t        tsp_seq;
        union {
                struct tsp_timeval tspu_time;
                int8_t tspu_hopcnt;