Skip to content

helpers.network.capture

Functions

capture_udp_packets(interface: str, source_ip: Optional[str] = None, dest_ip: Optional[str] = None, src_port: Optional[int] = None, dst_port: Optional[int] = None, protocol: str = 'udp', decode_as: dict | None = None, limit: int = 10)