File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 8888# The MAC address of the device currently undergoing a labeling session.
8989labeling_target_mac : str | None = None
9090
91+ # The IP address of the device currently undergoing a labeling session.
92+ labeling_target_ip : str | None = None
93+
9194# The user-selected activity label for the current session.
9295labeling_activity_name : str | None = None
9396
9497# The epoch timestamp when the labeling packet collection officially began.
9598labeling_session_start_ts : int | None = None
9699
100+ # The epoch timestamp when the labeling packet collection officially ended.
101+ labeling_session_end_ts : int | None = None
102+
97103# =========================================================================
98104# NEW: Application Status and Monitoring Variables
99105# =========================================================================
You can’t perform that action at this time.
0 commit comments