]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-timed.c
Do the dump file Capsicum stuff in a common routine.
[tcpdump] / print-timed.c
index dc2b24a46b651f41acd37a80095bba860188f2f0..5830bc7be07781c3e83fc603395a8e6df64d850e 100644 (file)
@@ -39,8 +39,8 @@ struct tsp_timeval {
 };
 
 struct tsp {
-       uint8_t tsp_type;
-       uint8_t tsp_vers;
+       uint8_t         tsp_type;
+       uint8_t         tsp_vers;
        uint16_t        tsp_seq;
        union {
                struct tsp_timeval tspu_time;