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

Regarding the removal of ethernet , IP headers, port numbers. #91

Open
OXALICACID9172 opened this issue Oct 22, 2024 · 3 comments
Open
Labels
question Further information is requested

Comments

@OXALICACID9172
Copy link

In the paper it is mentioned that the Ethernet headers, IP headers and port numbers are removed. But in generating the pre-training data(In get_burst_feature() function) I see that only first 64 bytes of a packet are considered( line: 109) and I don't see a line removing the headers. Am I missing something??

@linwhitehat linwhitehat added the question Further information is requested label Nov 1, 2024
@linwhitehat
Copy link
Owner

linwhitehat commented Nov 1, 2024

In the paper it is mentioned that the Ethernet headers, IP headers and port numbers are removed. But in generating the pre-training data(In get_burst_feature() function) I see that only first 64 bytes of a packet are considered( line: 109) and I don't see a line removing the headers. Am I missing something??

Hello, thank you for your interest in our work.
During pre-training, the bias issue does not take effect for this since there is no supervised task associated with the downstream task.

@OXALICACID9172
Copy link
Author

But the pretraining data and finetuning data have different distributions. Doesn't this affect the model's performance?

@linwhitehat
Copy link
Owner

But the pretraining data and finetuning data have different distributions. Doesn't this affect the model's performance?

Since the pre-training phase is not done for a specific scenario task, it is more inclined to obtain a pervasive traffic representation without the distributional effects under supervised learning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants