Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Wireshark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Wireshark Foundation
Wireshark
Commits
a018829a
Commit
a018829a
authored
1 year ago
by
Gerald Combs
Browse files
Options
Downloads
Patches
Plain Diff
Falco bridge: Sort our Container I/O totals
parent
0e5416ef
No related branches found
No related tags found
Loading
Pipeline
#1173916863
passed
1 year ago
Stage: .pre
Stage: build
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/epan/falco_bridge/packet-falco-bridge.c
+2
-0
2 additions, 0 deletions
plugins/epan/falco_bridge/packet-falco-bridge.c
with
2 additions
and
0 deletions
plugins/epan/falco_bridge/packet-falco-bridge.c
+
2
−
0
View file @
a018829a
...
...
@@ -1141,6 +1141,8 @@ const char *st_str_container_total_io = "Total";
static
void
container_io_stats_tree_init
(
stats_tree
*
st
_U_
)
{
stats_tree_create_node
(
st
,
st_str_container_total_io
,
0
,
STAT_DT_INT
,
TRUE
);
stat_node_set_flags
(
st
,
st_str_container_total_io
,
0
,
FALSE
,
ST_FLG_SORT_TOP
);
}
static
tap_packet_status
container_io_stats_tree_event
(
stats_tree
*
st
,
packet_info
*
pinfo
_U_
,
epan_dissect_t
*
edt
_U_
,
const
void
*
tap_info_p
,
tap_flags_t
flags
_U_
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment