diff options
| author | 童宗振 <[email protected]> | 2024-04-28 14:29:58 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-04-28 14:29:58 +0000 |
| commit | b1c532ecb6c849b5538adef7a1c11a51b774f712 (patch) | |
| tree | 244e3b420339d0ba04469e98ddb8a36013ec5172 /tools | |
| parent | 42c89e380c3da4b0d40d0ffc0a2e39e45ffe8356 (diff) | |
fix: inner layer jumpv4.8.5-20240429
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tcpdump/pdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tcpdump/pdump.c b/tools/tcpdump/pdump.c index f7d77d9..9d7ebee 100644 --- a/tools/tcpdump/pdump.c +++ b/tools/tcpdump/pdump.c @@ -576,6 +576,7 @@ int mr_pcapng_add_opt(struct rte_mbuf * mbuf, uint16_t port_id, uint32_t rx_tx_f len += snprintf(str_rx_tx + len, str_maxlen - len, ", port_ingress:%u", mrb_metadata->port_ingress); len += snprintf(str_rx_tx + len, str_maxlen - len, ", port_egress:%u", mrb_metadata->port_egress); len += snprintf(str_rx_tx + len, str_maxlen - len, ", is_nf_create:%u", mrb_metadata->packet_create_from_nf); + len += snprintf(str_rx_tx + len, str_maxlen - len, ", measurement_type:%u", mrb_metadata->measurement_type); len += snprintf(str_rx_tx + len, str_maxlen - len, ", is_ctrlbuf:%u", mrb_metadata->is_ctrlbuf); len += snprintf(str_rx_tx + len, str_maxlen - len, ", payload_offset:%u", mrb_metadata->payload_offset); len += snprintf(str_rx_tx + len, str_maxlen - len, ", user0:%u", mrb_metadata->user_0); |
