diff --git a/common/src/tfe_packet_io_fs.cpp b/common/src/tfe_packet_io_fs.cpp index e6c8628..0b4ac58 100644 --- a/common/src/tfe_packet_io_fs.cpp +++ b/common/src/tfe_packet_io_fs.cpp @@ -81,11 +81,11 @@ enum PACKET_IO_STAT_FIELD static const char *stat_map[] = { // hit policy intercept - [STAT_HIT_INTERCEPT_POLICY] = "hit_intercept", + [STAT_HIT_INTERCEPT_POLICY] = "hit_incpt", // hit policy no intercept - [STAT_HIT_NO_INTERCEPT_POLICY] = "hit_no_intercept", + [STAT_HIT_NO_INTERCEPT_POLICY] = "hit_no_incpt", - [STAT_CAN_INTERCEPT] = "can_intercept", + [STAT_CAN_INTERCEPT] = "can_incpt", // dev nf interface [STAT_RAW_PKT_RX_PKT] = "raw_rx_pkt",