]> The Tcpdump Group git mirrors - tcpdump/commitdiff
LSP ping: Use 'TimeStamp Sent' and 'TimeStamp Received' from the RFC
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 20 Sep 2024 12:03:38 +0000 (14:03 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 20 Sep 2024 18:54:10 +0000 (20:54 +0200)
s/Sender Timestamp/TimeStamp Sent/
s/Receiver Timestamp/TimeStamp Received/

Fix the indentation in the output.

print-lspping.c
tests/lsp-ping-timestamp.out
tests/lspping-fec-ldp-v.out
tests/lspping-fec-ldp-vv.out
tests/lspping-fec-rsvp-v.out
tests/lspping-fec-rsvp-vv.out
tests/tok2str-oobr-2.out

index 837738a7ad55216810ca259066d29b2219220e9e..04a4b21a588f2086f09fbf10038cb525ea6d30c0 100644 (file)
@@ -587,13 +587,12 @@ lspping_print(netdissect_options *ndo,
            GET_BE_U_4(lspping_com_header->sender_handle),
            GET_BE_U_4(lspping_com_header->seq_number));
 
-    ND_PRINT("\n\t  Sender Timestamp: ");
+    ND_PRINT("\n\t  TimeStamp Sent: ");
     p_ntp_time(ndo, &lspping_com_header->ts_sent);
-    ND_PRINT(" ");
 
     int_part=GET_BE_U_4(lspping_com_header->ts_rcvd.int_part);
     fraction=GET_BE_U_4(lspping_com_header->ts_rcvd.fraction);
-    ND_PRINT("Receiver Timestamp: ");
+    ND_PRINT("\n\t  TimeStamp Received: ");
     if (! (int_part == 0 && fraction == 0))
         p_ntp_time(ndo, &lspping_com_header->ts_rcvd);
     else
index 2010d2d347da2199c12a6e656d060be0f143f08f..5b111ff2f2c362068b9ff1b06ccb540479c8f3b0 100644 (file)
@@ -5,4 +5,5 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 3809381051.326312999 (2020-09-18T01:24:11Z) Receiver Timestamp: 3809381051.327528999 (2020-09-18T01:24:11Z)
+         TimeStamp Sent: 3809381051.326312999 (2020-09-18T01:24:11Z)
+         TimeStamp Received: 3809381051.327528999 (2020-09-18T01:24:11Z)
index 6df8e0853fac19f79b10c11a563a81109c96e0e8..4b9a8886753fe09c574471168d24e5d72dc95dbe 100644 (file)
@@ -10,7 +10,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -21,7 +22,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: 1087208228.000027928 (1934-06-15T10:17:08Z)
+         TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
+         TimeStamp Received: 1087208228.000027928 (1934-06-15T10:17:08Z)
     4  2004-06-14 10:17:08.878375 MPLS (label 100704, tc 6, [S], ttl 64)
        IP (tos 0xc0, ttl 64, id 40725, offset 0, flags [none], proto TCP (6), length 71)
     12.4.4.4.2006 > 12.1.1.1.179: Flags [P.], cksum 0x6c0d (correct), seq 399708866:399708885, ack 708613212, win 16384, options [nop,nop,TS val 84784455 ecr 130411], length 19: BGP
@@ -37,7 +39,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -48,7 +51,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: 1087208229.000030186 (1934-06-15T10:17:09Z)
+         TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
+         TimeStamp Received: 1087208229.000030186 (1934-06-15T10:17:09Z)
     8  2004-06-14 10:17:10.128607 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40729, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: 
@@ -57,7 +61,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -68,7 +73,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: 1087208230.000030250 (1934-06-15T10:17:10Z)
+         TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
+         TimeStamp Received: 1087208230.000030250 (1934-06-15T10:17:10Z)
    10  2004-06-14 10:17:11.128577 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40731, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: 
@@ -77,7 +83,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -88,7 +95,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: 1087208231.000030237 (1934-06-15T10:17:11Z)
+         TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
+         TimeStamp Received: 1087208231.000030237 (1934-06-15T10:17:11Z)
    12  2004-06-14 10:17:12.128655 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40733, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: 
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: 1087208232.000030273 (1934-06-15T10:17:12Z)
+         TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
+         TimeStamp Received: 1087208232.000030273 (1934-06-15T10:17:12Z)
index 30430a3fb420a09295f8851e367c89526b26842d..e641c0c5352c566212055409e478a97f741458cf 100644 (file)
@@ -10,7 +10,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -23,7 +24,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: 1087208228.000027928 (1934-06-15T10:17:08Z)
+         TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
+         TimeStamp Received: 1087208228.000027928 (1934-06-15T10:17:08Z)
     4  2004-06-14 10:17:08.878375 MPLS (label 100704, tc 6, [S], ttl 64)
        IP (tos 0xc0, ttl 64, id 40725, offset 0, flags [none], proto TCP (6), length 71)
     12.4.4.4.2006 > 12.1.1.1.179: Flags [P.], cksum 0x6c0d (correct), seq 399708866:399708885, ack 708613212, win 16384, options [nop,nop,TS val 84784455 ecr 130411], length 19: BGP
@@ -39,7 +41,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -52,7 +55,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: 1087208229.000030186 (1934-06-15T10:17:09Z)
+         TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
+         TimeStamp Received: 1087208229.000030186 (1934-06-15T10:17:09Z)
     8  2004-06-14 10:17:10.128607 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40729, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok] 
@@ -61,7 +65,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
@@ -74,7 +79,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: 1087208230.000030250 (1934-06-15T10:17:10Z)
+         TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
+         TimeStamp Received: 1087208230.000030250 (1934-06-15T10:17:10Z)
    10  2004-06-14 10:17:11.128577 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40731, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok] 
@@ -83,7 +89,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: 1087208231.000030237 (1934-06-15T10:17:11Z)
+         TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
+         TimeStamp Received: 1087208231.000030237 (1934-06-15T10:17:11Z)
    12  2004-06-14 10:17:12.128655 MPLS (label 100688, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40733, offset 0, flags [none], proto UDP (17), length 76)
     12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok] 
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 12
            LDP IPv4 prefix subTLV (1), length: 5
              12.1.1.1/32
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: 1087208232.000030273 (1934-06-15T10:17:12Z)
+         TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
+         TimeStamp Received: 1087208232.000030273 (1934-06-15T10:17:12Z)
index 5583a86ac808999c2ca5f37ba911f094b3d15389..2b9d51358fbd5fb301a590d853a3f2182572e508 100644 (file)
@@ -6,7 +6,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -18,7 +19,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: 1087208037.000131348 (1934-06-15T10:13:57Z)
+         TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
+         TimeStamp Received: 1087208037.000131348 (1934-06-15T10:13:57Z)
     3  2004-06-14 10:13:58.572787 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40271, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: 
@@ -27,7 +29,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -39,7 +42,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: 1087208038.000136480 (1934-06-15T10:13:58Z)
+         TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
+         TimeStamp Received: 1087208038.000136480 (1934-06-15T10:13:58Z)
     5  2004-06-14 10:13:59.572866 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40273, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: 
@@ -48,7 +52,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -60,7 +65,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: 1087208039.000133684 (1934-06-15T10:13:59Z)
+         TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
+         TimeStamp Received: 1087208039.000133684 (1934-06-15T10:13:59Z)
     7  2004-06-14 10:14:00.572959 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40275, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: 
@@ -69,7 +75,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -81,7 +88,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: 1087208040.000133697 (1934-06-15T10:14:00Z)
+         TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
+         TimeStamp Received: 1087208040.000133697 (1934-06-15T10:14:00Z)
     9  2004-06-14 10:14:01.573010 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40278, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: 
@@ -90,7 +98,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: 1087208041.000133707 (1934-06-15T10:14:01Z)
+         TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
+         TimeStamp Received: 1087208041.000133707 (1934-06-15T10:14:01Z)
index 9fc7041dceb1e6f8adf0a1e834f186440f9174d5..537adaaa38c661bbe35dfc899c57fffa0757bf73 100644 (file)
@@ -6,7 +6,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -22,7 +23,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 1
-         Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: 1087208037.000131348 (1934-06-15T10:13:57Z)
+         TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
+         TimeStamp Received: 1087208037.000131348 (1934-06-15T10:13:57Z)
     3  2004-06-14 10:13:58.572787 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40271, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: [udp sum ok] 
@@ -31,7 +33,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -47,7 +50,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 2
-         Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: 1087208038.000136480 (1934-06-15T10:13:58Z)
+         TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
+         TimeStamp Received: 1087208038.000136480 (1934-06-15T10:13:58Z)
     5  2004-06-14 10:13:59.572866 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40273, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: [udp sum ok] 
@@ -56,7 +60,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -72,7 +77,8 @@
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 3
-         Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: 1087208039.000133684 (1934-06-15T10:13:59Z)
+         TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
+         TimeStamp Received: 1087208039.000133684 (1934-06-15T10:13:59Z)
     7  2004-06-14 10:14:00.572959 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40275, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: [udp sum ok] 
@@ -81,7 +87,8 @@
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 4
-         Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: 1087208040.000133697 (1934-06-15T10:14:00Z)
+         TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
+         TimeStamp Received: 1087208040.000133697 (1934-06-15T10:14:00Z)
     9  2004-06-14 10:14:01.573010 MPLS (label 100704, tc 7, [S], ttl 255)
        IP (tos 0x0, ttl 64, id 40278, offset 0, flags [none], proto UDP (17), length 88)
     12.4.4.4.4529 > 127.0.0.1.3503: [udp sum ok] 
          Return Code: No return code or return code contained in the Error Code TLV (0)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: no timestamp
+         TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
+         TimeStamp Received: no timestamp
          Target FEC Stack TLV (1), length: 24
            RSVP IPv4 Session Query subTLV (3), length: 20
              tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
          Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
          Return Subcode: (0)
          Sender Handle: 0x00000000, Sequence: 5
-         Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: 1087208041.000133707 (1934-06-15T10:14:01Z)
+         TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
+         TimeStamp Received: 1087208041.000133707 (1934-06-15T10:14:01Z)
index 0041bd19dc39d63027962b588746be1029d2d4c3..e585c92df3cc75864a4b6e396e2a4eeaf017a2ac 100644 (file)
@@ -6,7 +6,8 @@
          Return Code: unknown (65)
          Return Subcode: (0)
          Sender Handle: 0x00000023, Sequence: 1
-         Sender Timestamp: 3558141471.506155999 (2012-10-02T04:37:51Z) Receiver Timestamp: 0.000000000
+         TimeStamp Sent: 3558141471.506155999 (2012-10-02T04:37:51Z)
+         TimeStamp Received: 0.000000000
          Target FEC Stack TLV (1), length: 24
            Unknown subTLV (17), length: 20
              0x0000:  0000 0001 0000 0001 c0a8 0001 c0a8 0001