trivial name changes
This commit is contained in:
parent
991757e223
commit
93c9edbd51
@ -88,7 +88,7 @@ dnstraceroute.py DNS: 8.8.4.4:53, hostname: yahoo.com, rdatatype: A
|
|||||||
10 *
|
10 *
|
||||||
11 google-public-dns-b.google.com (8.8.4.4) 48 ms
|
11 google-public-dns-b.google.com (8.8.4.4) 48 ms
|
||||||
|
|
||||||
=== Expert Report ===
|
=== Expert Hints ===
|
||||||
[*] public DNS server is next to an invisible hop (probably a firewall)
|
[*] public DNS server is next to an invisible hop (probably a firewall)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ def signal_handler(sig, frame):
|
|||||||
|
|
||||||
def expert_report(trace_path, color_mode):
|
def expert_report(trace_path, color_mode):
|
||||||
color = Colors(color_mode)
|
color = Colors(color_mode)
|
||||||
print("\n%s=== Expert Report ===%s" % (color.B, color.N))
|
print("\n%s=== Expert Hints ===%s" % (color.B, color.N))
|
||||||
if len(trace_path) == 0:
|
if len(trace_path) == 0:
|
||||||
print(" [*] empty trace - should not happen")
|
print(" [*] empty trace - should not happen")
|
||||||
return
|
return
|
||||||
@ -154,7 +154,7 @@ def expert_report(trace_path, color_mode):
|
|||||||
return
|
return
|
||||||
|
|
||||||
## no expert info available
|
## no expert info available
|
||||||
print(" %s[*]%s No expert hint available" % (color.G, color.N))
|
print(" %s[*]%s No expert hint available for this trace" % (color.G, color.N))
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user