mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
add file extensions to downloads, fixes #397
This commit is contained in:
committed by
Will Greenberg
parent
f2ff1be2ec
commit
0b0dd4ed43
@@ -86,11 +86,11 @@ export class ManifestEntry {
|
||||
}
|
||||
|
||||
get_pcap_url(): string {
|
||||
return `/api/pcap/${this.name}`;
|
||||
return `/api/pcap/${this.name}.pcapng`;
|
||||
}
|
||||
|
||||
get_qmdl_url(): string {
|
||||
return `/api/qmdl/${this.name}`;
|
||||
return `/api/qmdl/${this.name}.qmdl`;
|
||||
}
|
||||
|
||||
get_analysis_report_url(): string {
|
||||
|
||||
Reference in New Issue
Block a user