Single set of preprocessed frames is stored in the following format:
name.dat- binary file containing all the preprocessed frames (randomized MAC / IP addresses, CRC32 appended, padded, encoded and with randomized errors). Each frame is stored as a sequence of (up to) 1518 bytes.name_xor.dat- binary file containing the XORs of all the preprocessed frames before and after the errors were introduced - i.e. 1s only on the positions of changed bits. Each XOR is stored as a sequence of 1518 bytes. Each block of 1518 bytes corresponds to a single frame (also 1518 block) inname.datfile.name_errDesc.csv- CSV file containing the number of errors introduced into each frame. Each row contains the number of errors introduced into different parts the corresponding frame (block of 1518 bytes) in thename.datfile. The columns are as follows:0- number of errors introduced into the Destination MAC address1- number of errors introduced into the Source MAC address2- number of errors introduced into the EtherType3- number of errors introduced into the IPv4 header4- number of errors introduced into the IPv4 payload5- number of errors introduced into the CRC32