flow_dissector
Regular
4.4
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[11];
};
4.8
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[11];
};
4.10
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[17];
};
4.13
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[21];
};
4.15
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[21];
};
4.18
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[21];
};
5.0
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[24];
};
5.3
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[26];
};
5.4
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
5.8
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
5.11
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[28];
};
5.13
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[28];
};
5.15
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[28];
};
5.19
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[29];
};
6.2
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[31];
};
6.5
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[32];
};
6.8
: ✅struct flow_dissector {
long long unsigned int used_keys;
short unsigned int offset[33];
};
arm64
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
armhf
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
ppc64el
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
riscv64
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
aws
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
azure
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
gcp
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
lowlatency
: ✅struct flow_dissector {
unsigned int used_keys;
short unsigned int offset[27];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️short unsigned int offset[11]
➡️ short unsigned int offset[17]
4.10
and 4.13
⚠️short unsigned int offset[17]
➡️ short unsigned int offset[21]
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️short unsigned int offset[21]
➡️ short unsigned int offset[24]
5.0
and 5.3
⚠️short unsigned int offset[24]
➡️ short unsigned int offset[26]
5.3
and 5.4
⚠️short unsigned int offset[26]
➡️ short unsigned int offset[27]
5.4
and 5.8
✅
5.8
and 5.11
⚠️short unsigned int offset[27]
➡️ short unsigned int offset[28]
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️short unsigned int offset[28]
➡️ short unsigned int offset[29]
5.19
and 6.2
⚠️short unsigned int offset[29]
➡️ short unsigned int offset[31]
6.2
and 6.5
⚠️short unsigned int offset[31]
➡️ short unsigned int offset[32]
6.5
and 6.8
⚠️unsigned int used_keys
➡️ long long unsigned int used_keys
short unsigned int offset[32]
➡️ short unsigned int offset[33]
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅