diff options
| author | songyanchao <[email protected]> | 2023-03-08 07:20:00 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-03-08 07:20:00 +0000 |
| commit | 5473caa9e0bfae3263d29a798e89e018259d792c (patch) | |
| tree | 1849fcc930c0df4ecd405b4af6102c05f55436a7 /tools | |
| parent | 1db43482ef43f20cda5c1128ea40e989cf4508a7 (diff) | |
🎈 perf(DPISDN-2): 优化 Packet comments 字符串格式v4.6.15-20230308
优化 Packet comments 字符串格式
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tcpdump/pdump.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/tcpdump/pdump.c b/tools/tcpdump/pdump.c index a5c1b4b..7760ca4 100644 --- a/tools/tcpdump/pdump.c +++ b/tools/tcpdump/pdump.c @@ -96,10 +96,6 @@ #define POWEROF2(x) ((((x)-1) & (x)) == 0) #define METADATA_MAX_SIZE 256 -#define METADATA_INFO \ - " 'dir:%u', 'nf create:%u','link id:%u', 'is ctrlbuf:%u', 'payload offset:%u', 'session id:%lu', 'start " \ - "sid:%u', 'nr sid:%u', 'cur sid:%u', 'sids:[%u],[%u],[%u],[%u],[%u],[%u],[%u],[%u]', 'port_id ingress:%u', " \ - "'port_id egress:%u', 'link db index:%u' " enum pcap_stream { |
