Skip to content

Commit

Permalink
Merge branch '2.2' into master-3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/app/services/packet-capture.service.ts
  • Loading branch information
grossmj committed Nov 3, 2023
2 parents b0bbf51 + 896ca92 commit 4b55e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/packet-capture.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class PacketCaptureService {

startCapture(controller:Controller , project: Project, link: Link, name: string) {
location.assign(
`gns3+pcap://${controller.host}:${controller.port}?project_id=${project.project_id}&link_id=${link.link_id}&name=${name}`
`gns3+pcap://${server.host}:${server.port}?protocol=${server.protocol.slice(0, -1)}&project_id=${project.project_id}&link_id=${link.link_id}&project=${project.name}&name=${name}`
);
}
}

0 comments on commit 4b55e3f

Please sign in to comment.