Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit abbff10

Browse files
committed
Add src_mac and dst_mac to data for outfile
1 parent 5da078b commit abbff10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cicflowmeter/flow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def get_data(self) -> dict:
9797
"dst_ip": self.dest_ip,
9898
"src_port": self.src_port,
9999
"dst_port": self.dest_port,
100+
"src_mac": self.src_mac,
101+
"dst_mac": self.dest_mac,
100102
"protocol": self.protocol,
101103
# Basic information from packet times
102104
"timestamp": packet_time.get_time_stamp(),

0 commit comments

Comments
 (0)