-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdeepmacdict.html
358 lines (352 loc) · 11.1 KB
/
deepmacdict.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title>phpMyAdmin Data Dictionaryu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h2>tb_OUI</h2>
<table width="100%" class="print">
<tr><th width="50">Field</th>
<th width="80">Type</th>
<th width="40">Null</th>
<th width="70">Default</th>
<th>Comments</th>
</tr>
<tr class="odd">
<td nowrap="nowrap">
<u>prefix</u> </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">char(6)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>The six digits of the OUI itself , seperators omitted</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
comp_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">int(10) </td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>ID of the company that is assigned this OUI (points to tb_company)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
date </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">date</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>The date this OUI was first added.</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
dev_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>ID of the device class associated with this OUI (points to tb_device)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
model_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>ID of the particular model of device associated with this OUI (points to tb_model)</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
media_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>ID of the media type for this device class (points to tb_media)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
dar </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">tinyint(3) </td>
<td>No</td>
<td nowrap="nowrap">3</td>
<td>Data Accuracy Rating, a simple numeric value to indicate the approximate accuracy of this entry overall. Standard range is 1 through 5.</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
notes </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">tinytext</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Any notes about this OUI entry, such as data sources, URLs, etc.</td>
</tr>
</table>
</div>
<div style="page-break-before: always;">
<h2>tb_company</h2>
<table width="100%" class="print">
<tr><th width="50">Field</th>
<th width="80">Type</th>
<th width="40">Null</th>
<th width="70">Default</th>
<th>Comments</th>
</tr>
<tr class="odd">
<td nowrap="nowrap">
<u>comp_id</u> </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">int(10) </td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Unique ID for each entry, primary key</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
parent_comp_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">int(10) </td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Company ID of parent company (if any)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
compname </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Name of company or organization</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
address1 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Current Address (line 1)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
address2 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Current Address (line 2)</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
address3 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Current Address (line 3)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
address4 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td></td>
</tr>
<tr class="even">
<td nowrap="nowrap">
address5 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td></td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
country </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(64)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Current country</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
date </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">date</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Date this company first appeared in OUI knowledgebase</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
orgcompname </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Original company name</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
orgaddress1 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Original Address (line 1)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
orgaddress2 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Original Address (line 2)</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
orgaddress3 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Original Address (line 3)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
orgaddress4 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td></td>
</tr>
<tr class="even">
<td nowrap="nowrap">
orgaddress5 </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td></td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
orgcountry </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(64)</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Original company</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
notes </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">tinytext</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Any notes about this company entry (i.e. history, URLs, etc)</td>
</tr>
</table>
</div>
<div style="page-break-before: always;">
<h2>tb_device</h2>
<table width="100%" class="print">
<tr><th width="50">Field</th>
<th width="80">Type</th>
<th width="40">Null</th>
<th width="70">Default</th>
<th>Comments</th>
</tr>
<tr class="odd">
<td nowrap="nowrap">
<u>dev_id</u> </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(10) </td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Unique ID for each device class entry, primary key</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
devname </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Device Class/Device Name</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
notes </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumtext</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Any notes about this device entry (i.e. similarity to other devices, possible sub-classes, etc)</td>
</tr>
</table>
</div>
<div style="page-break-before: always;">
<h2>tb_media</h2>
<table width="100%" class="print">
<tr><th width="50">Field</th>
<th width="80">Type</th>
<th width="40">Null</th>
<th width="70">Default</th>
<th>Comments</th>
</tr>
<tr class="odd">
<td nowrap="nowrap">
<u>media_id</u> </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Unique ID for each media type entry. These values are to be referenced in a bitmask from the tb_OUI table, to support multiple media type entries for each OUI</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
medianame </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Name of media type</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
notes </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumtext</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Any notes about this media type (i.e. aliases, URLs, etc)</td>
</tr>
</table>
</div>
<div style="page-break-before: always;">
<h2>tb_model</h2>
<table width="100%" class="print">
<tr><th width="50">Field</th>
<th width="80">Type</th>
<th width="40">Null</th>
<th width="70">Default</th>
<th>Comments</th>
</tr>
<tr class="odd">
<td nowrap="nowrap">
<u>model_id</u> </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Unique ID for each device model entry, primary key</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
dev_id </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">mediumint(8) </td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>ID of device class this model entry is associated with (i.e. "Blackberry" is a model of "Smartphone" devices)</td>
</tr>
<tr class="odd">
<td nowrap="nowrap">
modelname </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">varchar(128)</td>
<td>No</td>
<td nowrap="nowrap"></td>
<td>Name of the device model</td>
</tr>
<tr class="even">
<td nowrap="nowrap">
notes </td>
<td nowrap="nowrap" xml:lang="en" dir="ltr">tinytext</td>
<td>Yes</td>
<td nowrap="nowrap"><i>NULL</i></td>
<td>Any notes about this device model (i.e. model number, reference URL, aliases, etc)</td>
</tr>
</table>
</div>
</body>
</html>