Skip to content

Commit bce7289

Browse files
taloricsharang
authored andcommitted
feat: add l7_protocol enum value
1 parent 4950757 commit bce7289

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/app/application/l7_flow_tracing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
# 追踪Meta信息
5656
"signal_source",
5757
"l7_protocol",
58+
"Enum(l7_protocol)",
5859
"l7_protocol_str",
5960
"type",
6061
"req_tcp_seq",
@@ -2789,6 +2790,8 @@ def _get_flow_dict(flow: DataFrame):
27892790
flow.get("Enum(tap_side)"),
27902791
"l7_protocol":
27912792
flow["l7_protocol"],
2793+
"Enum(l7_protocol)":
2794+
flow.get("Enum(l7_protocol)"),
27922795
"l7_protocol_str":
27932796
flow["l7_protocol_str"],
27942797
"endpoint":

0 commit comments

Comments
 (0)