diff options
| author | songyanchao <[email protected]> | 2023-04-28 06:17:30 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-05-06 01:44:44 +0000 |
| commit | 6610119ec758422327c95ee700755e83d09df271 (patch) | |
| tree | 4ee8ffa2884c6d4f07c514240bf11679db81bc5a /tools | |
| parent | 39b1d3445dda30f2bef08cd2ea3f3d1e8b4a4851 (diff) | |
✨ feat: metadata add user0v4.6.22-20230506
metadata add user0
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 7aae733..d817262 100644 --- a/tools/tcpdump/pdump.c +++ b/tools/tcpdump/pdump.c @@ -555,6 +555,7 @@ int mr_pcapng_set_opt(struct rte_mbuf * mbuf, uint16_t port_id, uint32_t flags) len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", is_nf_create:%u", mrb_metadata->packet_create_from_nf); len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", is_ctrlbuf:%u", mrb_metadata->is_ctrlbuf); len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", payload_offset:%u", mrb_metadata->payload_offset); + len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", user0:%u", mrb_metadata->user_0); len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", session_id:%lu", mrb_metadata->session_id); len += snprintf(str_rx_tx + len, METADATA_MAX_SIZE - len, ", hash_usr:%u", mbuf->hash.usr); |
