linwhitehat/ET-BERT

Error in data processing in VPN dataset

Opened this issue · 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)