Diff for /embedaddon/mtr/FORMATS between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2019/10/21 14:25:31 version 1.1.1.4, 2023/09/27 11:18:58
Line 6  gui-library with a setuid program. Line 6  gui-library with a setuid program.
   
 The split format is:  The split format is:
   
<pos> <host> <loss%> <rcvd pckts> <sent pckts> <best> <avg> <worst> <pos> <host> <loss%> <rcvd pckts> <sent pckts> <best> <avg> <worst>
   
   
 The "raw" format is:  The "raw" format is:
   
hostline|xmitline|pingline|dnsline|timestamplinehostline|xmitline|pingline|dnsline|timestampline|mplsline
   
 hostline:  hostline:
 h <pos> <host IP>  h <pos> <host IP>
Line 22  x <pos> <seqnum> Line 22  x <pos> <seqnum>
 pingline:  pingline:
 p <pos> <pingtime (ms)> <seqnum>  p <pos> <pingtime (ms)> <seqnum>
   
dnsline: dnsline:
 d <pos> <hostname>  d <pos> <hostname>
   
 timestampline:  timestampline:
 t <pos> <pingtime> <timestamp>  t <pos> <pingtime> <timestamp>
   
   mplsline:
   m <pos> <label> <traffic_class> <bottom_stack> <ttl>
   
 Timestampline is not  yet implemented. Need to find out how to do  Timestampline is not  yet implemented. Need to find out how to do
 ICMP timestamping first. :-)  ICMP timestamping first. :-)
Line 35  ICMP timestamping first. :-) Line 37  ICMP timestamping first. :-)
   
 Someone suggested to put the following text here. As to context: Some  Someone suggested to put the following text here. As to context: Some
 people are wondering why mtr sometimes reports hosts beyond the  people are wondering why mtr sometimes reports hosts beyond the
destination host. destination host.
   
   
 The FINAL host will occasionally be mentioned at position n, n+1, n+2  The FINAL host will occasionally be mentioned at position n, n+1, n+2
Line 100  h 15 152.63.50.89 Line 102  h 15 152.63.50.89
 h 16 152.179.99.218  h 16 152.179.99.218
 h 17 152.179.99.218  h 17 152.179.99.218
 h 18 152.179.99.218  h 18 152.179.99.218
   

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>