oftraf counters do not count openflow messages when more than one openflow messages are encapsulated inside the data of one TCP datagram. For example if we have
TCP datagram
type: OFPT_PACKET_OUT (13)
type: OFPT_FLOW_MOD (14)
TCP datagram
type: OFPT_FLOW_MOD (14)
then oftraf will fail to count the OFPT_FLOW_MOD that is encapsulated inside the first TCP datagram together with the OFPT_PACKET_OUT. It will only count the OFPT_PACKET_OUT
oftraf counters do not count openflow messages when more than one openflow messages are encapsulated inside the data of one TCP datagram. For example if we have
then oftraf will fail to count the OFPT_FLOW_MOD that is encapsulated inside the first TCP datagram together with the OFPT_PACKET_OUT. It will only count the OFPT_PACKET_OUT