We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4af107d + b2e6d58 commit a2013a3Copy full SHA for a2013a3
src/globals.js
@@ -134,6 +134,9 @@ export const fieldTagTypes = {
134
258: 'SHORT',
135
259: 'SHORT',
136
262: 'SHORT',
137
+ 270: 'ASCII',
138
+ 271: 'ASCII',
139
+ 272: 'ASCII',
140
273: 'LONG',
141
274: 'SHORT',
142
277: 'SHORT',
@@ -148,6 +151,7 @@ export const fieldTagTypes = {
148
151
297: 'SHORT',
149
152
305: 'ASCII',
150
153
306: 'ASCII',
154
+ 315: 'ASCII',
155
338: 'SHORT',
156
339: 'SHORT',
157
513: 'LONG',
@@ -158,6 +162,7 @@ export const fieldTagTypes = {
158
162
2049: 'ASCII',
159
163
3072: 'SHORT',
160
164
3073: 'ASCII',
165
+ 33432: 'ASCII',
161
166
33550: 'DOUBLE',
167
33922: 'DOUBLE',
168
34264: 'DOUBLE',
0 commit comments