Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(123)

Delta Between Two Patch Sets: plaso/parsers/cups_ipp.yaml

Issue 347800043: [plaso] Migrated cups_ipp construct-based parser to use dtfabric #1893 (Closed)
Left Patch Set: Migrated cups_ipp construct-based parsers to use dtfabric #1893 Created 5 years, 10 months ago
Right Patch Set: Changes after review Created 5 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « plaso/parsers/cups_ipp.py ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 name: cups_ipp 1 name: cups_ipp
2 type: format 2 type: format
3 description: CUPS Internet Printing Protocol (IPP) format 3 description: CUPS Internet Printing Protocol (IPP) format
4 urls: ['https://github.com/libyal/dtformats/blob/master/documentation/CUPS%20Int ernet%20Printing%20Protocol%20format.asciidoc'] 4 urls: ['https://github.com/libyal/dtformats/blob/master/documentation/CUPS%20Int ernet%20Printing%20Protocol%20(IPP)%20format.asciidoc']
5 --- 5 ---
6 name: char 6 name: char
7 type: character 7 type: character
8 attributes: 8 attributes:
9 size: 1 9 size: 1
10 units: bytes 10 units: bytes
11 --- 11 ---
12 name: int8 12 name: int8
13 type: integer 13 type: integer
14 attributes: 14 attributes:
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 - name: seconds 109 - name: seconds
110 data_type: uint8 110 data_type: uint8
111 - name: deciseconds 111 - name: deciseconds
112 data_type: uint8 112 data_type: uint8
113 - name: direction_from_utc 113 - name: direction_from_utc
114 data_type: uint8 114 data_type: uint8
115 - name: hours_from_utc 115 - name: hours_from_utc
116 data_type: uint8 116 data_type: uint8
117 - name: minutes_from_utc 117 - name: minutes_from_utc
118 data_type: uint8 118 data_type: uint8
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b