View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000175 | file | General | public | 2020-08-04 11:49 | 2020-08-09 16:54 |
| Reporter | arnep | Assigned To | christos | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.38 | ||||
| Fixed in Version | 5.40 | ||||
| Summary | 0000175: TeamViewer Session format not recognized | ||||
| Description | I have a TeamViewer Session file that is not correctly recognized For format see: http://www.jerrysguide.com/tips/demystify-tvs-file-format.html "The header of TVS file is a multi-line ASCII string. The first line is Magic Number “TVS”." | ||||
| Steps To Reproduce | $ file 494 494: data Expected: "TeamViewer Session" (FAIL) $ file 494 --mime-encoding 494: binary Expected: binary (OK) $ file 494 --mime-type 494: application/octet-stream Expected: something TeamViewer related ... maybe application/tvs or application/teamviewer (FAIL) $ file 494 --extension 494: ??? Expecte: tvs (FAIL) | ||||
| Tags | magic | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-08-04 11:49 | arnep | New Issue | |
| 2020-08-04 11:49 | arnep | Tag Attached: magic | |
| 2020-08-09 16:54 | christos | Assigned To | => christos |
| 2020-08-09 16:54 | christos | Status | new => assigned |
| 2020-08-09 16:54 | christos | Status | assigned => resolved |
| 2020-08-09 16:54 | christos | Resolution | open => fixed |
| 2020-08-09 16:54 | christos | Fixed in Version | => 5.40 |
| 2020-08-09 16:54 | christos | Note Added: 0003443 |