Rename product to OrbitWard
This commit is contained in:
@@ -78,7 +78,7 @@ def _resolve_ipv4(host: str) -> str:
|
||||
|
||||
|
||||
def _build_icmp_echo_request(identifier: int, sequence: int) -> bytes:
|
||||
payload = b"OrbitalWard ping"
|
||||
payload = b"OrbitWard ping"
|
||||
header = struct.pack("!BBHHH", 8, 0, 0, identifier, sequence)
|
||||
checksum = _icmp_checksum(header + payload)
|
||||
header = struct.pack("!BBHHH", 8, 0, checksum, identifier, sequence)
|
||||
|
||||
Reference in New Issue
Block a user