Skip to content

Commit

Permalink
feat: add l7_protocol enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric authored and sharang committed Jul 8, 2024
1 parent 4950757 commit bce7289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app/application/l7_flow_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
# 追踪Meta信息
"signal_source",
"l7_protocol",
"Enum(l7_protocol)",
"l7_protocol_str",
"type",
"req_tcp_seq",
Expand Down Expand Up @@ -2789,6 +2790,8 @@ def _get_flow_dict(flow: DataFrame):
flow.get("Enum(tap_side)"),
"l7_protocol":
flow["l7_protocol"],
"Enum(l7_protocol)":
flow.get("Enum(l7_protocol)"),
"l7_protocol_str":
flow["l7_protocol_str"],
"endpoint":
Expand Down

0 comments on commit bce7289

Please sign in to comment.