Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vocab_process/main.py 中缺少变量的全局定义 #77

Open
feammer opened this issue Mar 5, 2024 · 0 comments
Open

vocab_process/main.py 中缺少变量的全局定义 #77

feammer opened this issue Mar 5, 2024 · 0 comments

Comments

@feammer
Copy link

feammer commented Mar 5, 2024

变量tls13_pcap_dir缺少定义

def pcap_preprocess():
    ...
    while start_date <= end_date:
        data_dir = tls13_pcap_dir + str(start_date) + "\\"
    ...

变量tls13_name缺少定义

def preprocess(pcap_dir):
    ...
    for parent,dirs,files in os.walk(pcap_dir):
        for file in files:
            if "pcapng" not in file and tls13_name in file:
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant