Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve openxml parser #1187

Closed
2 tasks
joachimmetz opened this issue Mar 28, 2017 · 3 comments
Closed
2 tasks

Improve openxml parser #1187

joachimmetz opened this issue Mar 28, 2017 · 3 comments
Assignees
Labels
enhancement New or improved functionality parsers Issues related to parsers and parser plug-ins

Comments

@joachimmetz
Copy link
Member

joachimmetz commented Mar 28, 2017

Per #1171 (comment) openxml parser does not process certain date and time strings "2012-03-05T20:40:00.0000000Z"

********************************** Error: 18 ***********************************
           Message : unsupported modified time: 2012-03-05T20:40:00.0000000Z
                     with error: Invalid time string..
      Parser chain : openxml
Path specification : type: OS, location:
                     /media/<redact>
                   : type: RAW
                   : type: TSK, inode: 34380, location:
                     /Users/<redact>
--------------------------------------------------------------------------------

********************************** Error: 19 ***********************************
           Message : unsupported modified time: 2012-03-05T20:40:00.0000000Z
                     with error: Invalid time string..
      Parser chain : openxml
Path specification : type: OS, location:
                     /media/<redact>
                   : type: RAW
                   : type: TSK, inode: 75592, location:
                     /Users/<redact>
--------------------------------------------------------------------------------

********************************** Error: 20 ***********************************
           Message : unsupported modified time: 2012-03-05T20:48:00.0000000Z
                     with error: Invalid time string..
      Parser chain : openxml
Path specification : type: OS, location:
                     /media/<redact>
                   : type: RAW
                   : type: TSK, inode: 7790, location:
                     /Users/<redact>
--------------------------------------------------------------------------------
@joachimmetz joachimmetz self-assigned this Mar 28, 2017
@joachimmetz joachimmetz added enhancement New or improved functionality parsers Issues related to parsers and parser plug-ins labels Mar 28, 2017
@Onager Onager added this to the 2017 mid year release milestone Jul 19, 2017
@Onager
Copy link
Contributor

Onager commented Jul 19, 2017

Adding to release milestone because we should be able to handle this timestamp, and the fix should be relatively simple.

@joachimmetz
Copy link
Member Author

This will require changes to dfdatetime: log2timeline/dfdatetime#58

joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 22, 2017
@Onager Onager modified the milestones: 2017 Q4 release, 2017 Q3 release Aug 23, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Oct 31, 2017
@Onager Onager modified the milestones: 2017 Q4 release, 2017 November Release Nov 9, 2017
@joachimmetz
Copy link
Member Author

joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 12, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 12, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 12, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 12, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 13, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 13, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 13, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved functionality parsers Issues related to parsers and parser plug-ins
Projects
None yet
Development

No branches or pull requests

2 participants