Lines Matching refs:debug

146     LOGGER.debug(f'Sending UDP ping')
199 LOGGER.debug(f'Packet: {ip}')
201 LOGGER.debug('Packet is not IPv4!')
204 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}')
207 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}')
210 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}')
213 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}')
216 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}')
229 LOGGER.debug('Packet is not IPv6!')
233 LOGGER.debug(f'Wrong IPv6 source {ip6.src}, expected {src_address}')
237 LOGGER.debug(f'Wrong IPv6 destination {ip6.dst}, expected {dst_address}')
243 LOGGER.debug(f'Wrong Hop Limit value {ip6.hlim}, expected {hlim}')
246 LOGGER.debug(f'Wrong TC value {ip6.tc}, expected {tc}')
257 LOGGER.debug('Packet is not IPv4 ICMP!')
261 LOGGER.debug('Packet contains no payload!')
264 LOGGER.debug('Payload magic does not match!')
274 LOGGER.debug('Packet is not IPv4 ICMP Echo Request!')
284 LOGGER.debug('Packet is not IPv4 ICMP Echo Reply!')
295 LOGGER.debug('Packet is not IPv6 ICMP Echo Request!')
298 LOGGER.debug('Payload magic does not match!')
309 LOGGER.debug('Packet is not IPv6 ICMP Echo Reply!')
312 LOGGER.debug('Payload magic does not match!')
351 LOGGER.debug('Packet is not TCP!')
358 LOGGER.debug(f'Wrong TCP checksum {chksum}, expected {new_chksum}!')
361 LOGGER.debug(f'Wrong TCP flags {tcp.flags}, expected {tcp_flags}!')
369 LOGGER.debug(f'Wrong TCP Sequence Number {tcp_seq}, expected {seq}')
375 LOGGER.debug(f'Wrong TCP MSS {option[1]}, expected {mss}')
384 LOGGER.debug('Packet is not UDP!')
388 LOGGER.debug('Packet contains no payload!')
391 LOGGER.debug(f'Payload magic does not match len {len(raw.load)} vs {expect_length}!')
398 LOGGER.debug(f'Wrong UDP checksum {orig_chksum}, expected {new_chksum}!')
718 LOGGER.debug(f'Installing receive sniffer on {iface}')
729 LOGGER.debug(f'Installing reply sniffer on {iface}')
735 LOGGER.debug(f'Installed {len(sniffers)} sniffers')
744 LOGGER.debug(f'Expected ping has been sniffed on {sniffer._recvif}.')
749 LOGGER.debug(f'Duplicated ping has been sniffed on {sniffer._recvif}!')
751 LOGGER.debug(f'Expected ping has not been sniffed on {sniffer._recvif}!')