stephb9959
2023-03-13 10:01:46 -07:00
parent 00698ce31c
commit a196e03c8e
4 changed files with 6 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ namespace OpenWifi {
if (FileType == "pcap") {
SendFileContent(FileContent, "application/vnd.tcpdump.pcap", UUID + ".pcap");
}
else if (FileType == "gzip") {
SendFileContent(FileContent, "application/gzip", UUID + ".tar.gz");
else if (FileType == "tgz" ) {
SendFileContent(FileContent, "application/gzip", UUID + ".tgz");
}
else if (FileType == "txt") {
SendFileContent(FileContent, "txt/plain", UUID + ".txt");