fromdpktimportethhdr, ip, tcp # 打開網(wǎng)絡(luò)接口進(jìn)行監(jiān)聽 dev=pcapy.findalldevs()[0]# 通常使用第一個(gè)可用的網(wǎng)絡(luò)接口 cap=pcapy.open_live(dev,65536,1,0)# 65536是緩沖區(qū)大小,1表示只捕獲進(jìn)入的數(shù)據(jù)包,0表示不進(jìn)行混雜模式 try: whileTrue:
www.dbjr.com.cn/python/3101080...htm 2025-5-28