View Issue Details

IDProjectCategoryView StatusLast Update
0000175fileGeneralpublic2020-08-09 16:54
Reporterarnep Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.38 
Fixed in Version5.40 
Summary0000175: TeamViewer Session format not recognized
DescriptionI 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)
Tagsmagic

Activities

christos

2020-08-09 16:54

manager   ~0003443

Added, thanks!

Issue History

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