10 lines
140 B
Python
10 lines
140 B
Python
import subprocess
|
|
|
|
def sniff_tcpdump(args, filter):
|
|
pass
|
|
|
|
def sniff_mitmproxy(args, filter):
|
|
pass
|
|
|
|
def sniff_raw(cmd,args):
|
|
pass |