def parse(self): try: from scapy.all import rdpcap except ImportError: raise ImportError('scapy is not installed, please install it by running: ' 'pip ...
確定! 回上一頁