Merge fix/iou-serial-capture-linktype: IOU serial capture data_link_type

This commit is contained in:
YueGuobin 2026-08-07 00:36:25 +08:00
commit 117f580cfd
No known key found for this signature in database

View File

@ -288,7 +288,7 @@ async def start_iou_node_capture(
"""
pcap_file_path = os.path.join(node.project.capture_working_directory(), node_capture_data.capture_file_name)
await node.start_capture(adapter_number, port_number, pcap_file_path)
await node.start_capture(adapter_number, port_number, pcap_file_path, node_capture_data.data_link_type)
return {"pcap_file_path": str(pcap_file_path)}