ET-BERT icon indicating copy to clipboard operation
ET-BERT copied to clipboard

Error in data processing in VPN dataset

Open pb1069 opened this issue 3 months ago • 0 comments

We tested your model using the ISCX VPN 2016 dataset. The ISCX VPN 2016 dataset is divided into "VPN" and "nonVPN" categories. Within the "VPN" category, all applications' pcaps except for voipbuster contain raw packet layer data, with no ethernet headers.

In your paper, you mentioned removing the IP header and removing the source port and destination port from the TCP header. <= Has this been accurately implemented in your source code?

We noticed that some TCP packets in the numpy extension file you provided had an additional removal of the size of the ethernet header (14 bytes). Please verify and provide a response.

error_in_dataprocess(in_vpn2016)

pb1069 avatar Mar 21 '24 12:03 pb1069