Home | History | Annotate | Download | only in doc

Lines Matching full:left

35     p { margin-left: 2em; margin-right: 2em; }
37 p.toc { font-size: small ; font-weight: bold ; margin-left: 3em ;}
43 ol.text { margin-left: 2em; margin-right: 2em; }
44 ul.text { margin-left: 2em; margin-right: 2em; }
45 li { margin-left: 3em; }
47 pre { margin-left: 3em; color: #333333; background-color: transparent;
68 td.author { font-weight: bold; margin-left: 4em; font-size: x-small ; }
354 <th align="left" width="25%">Name</th>
355 <th align="left" width="25%">Code</th>
356 <th align="left" width="25%">Length</th>
357 <th align="left" width="25%">Description</th>
360 <td align="left">Hardware</td>
361 <td align="left">2</td>
362 <td align="left">variable</td>
363 <td align="left">An ascii string containing the description of the hardware used to create this section.</td>
366 <td align="left">Operating System</td>
367 <td align="left">3</td>
368 <td align="left">variable</td>
369 <td align="left">An ascii string containing the name of the operating system used to create this section.</td>
372 <td align="left">User Application</td>
373 <td align="left">3</td>
374 <td align="left">variable</td>
375 <td align="left">An ascii string containing the name of the application used to create this section.</td>
419 <th align="left" width="25%">Name</th>
420 <th align="left" width="25%">Code</th>
421 <th align="left" width="25%">Length</th>
422 <th align="left" width="25%">Description</th>
425 <td align="left">if_name</td>
426 <td align="left">2</td>
427 <td align="left">Variable</td>
428 <td align="left">Name of the device used to capture data.</td>
431 <td align="left">if_IPv4addr</td>
432 <td align="left">3</td>
433 <td align="left">8</td>
434 <td align="left">Interface network address and netmask.</td>
437 <td align="left">if_IPv6addr</td>
438 <td align="left">4</td>
439 <td align="left">17</td>
440 <td align="left">Interface network address and prefix length (stored in the last byte).</td>
443 <td align="left">if_MACaddr</td>
444 <td align="left">5</td>
445 <td align="left">6</td>
446 <td align="left">Interface Hardware MAC address (48 bits).</td>
449 <td align="left">if_EUIaddr</td>
450 <td align="left">6</td>
451 <td align="left">8</td>
452 <td align="left">Interface Hardware EUI address (64 bits), if available.</td>
455 <td align="left">if_speed</td>
456 <td align="left">7</td>
457 <td align="left">8</td>
458 <td align="left">Interface speed (in bps).</td>
461 <td align="left">if_tsaccur</td>
462 <td align="left">8</td>
463 <td align="left">1</td>
464 <td align="left">Precision of timestamps. If the Most Significant Bit is equal to zero, the remaining bits indicates the accuracy as as a negative power of 10 (e.g. 6 means microsecond accuracy). If the Most Significant Bit is equal to zero, the remaining bits indicates the accuracy as as negative power of 2 (e.g. 10 means 1/1024 of second). If this option is not present, a precision of 10^-6 is assumed.</td>
467 <td align="left">if_tzone</td>
468 <td align="left">9</td>
469 <td align="left">4</td>
470 <td align="left">Time zone for GMT support (TODO: specify better).</td>
473 <td align="left">if_flags</td>
474 <td align="left">10</td>
475 <td align="left">4</td>
476 <td align="left">Interface flags. (TODO: specify better. Possible flags: promiscuous, inbound/outbound, traffic filtered during capture).</td>
479 <td align="left">if_filter</td>
480 <td align="left">11</td>
481 <td align="left">variable</td>
482 <td align="left">The filter (e.g. "capture only TCP traffic") used to capture traffic. The first byte of the Option Data keeps a code of the filter used (e.g. if this is a libpcap string, or BPF bytecode, and more). More details about this format will be presented in Appendix XXX (TODO).</td>
485 <td align="left">if_opersystem</td>
486 <td align="left">12</td>
487 <td align="left">variable</td>
488 <td align="left">An ascii string containing the name of the operating system of the machine that hosts this interface. This can be different from the same information that can be contained by the Section Header Block (<a href="#sectionshb">Section 3.1</a>) because the capture can have been done on a remote machine.</td>
616 <th align="left" width="25%">Name</th>
617 <th align="left" width="25%">Code</th>
618 <th align="left" width="25%">Length</th>
619 <th align="left" width="25%">Description</th>
622 <td align="left">end_of_recs</td>
623 <td align="left">0</td>
624 <td align="left">0</td>
625 <td align="left">End of records</td>
628 <td align="left">ip4_rec</td>
629 <td align="left">1</td>
630 <td align="left">Variable</td>
631 <td align="left">Specifies an IPv4 address (contained in the first 4 bytes), followed by one or more zero-terminated strings containing the DNS entries for that address.</td>
634 <td align="left">ip6_rec</td>
635 <td align="left">1</td>
636 <td align="left">Variable</td>
637 <td align="left">Specifies an IPv6 address (contained in the first 16 bytes), followed by one or more zero-terminated strings containing the DNS entries for that address.</td>
648 <th align="left" width="25%">Name</th>
649 <th align="left" width="25%">Code</th>
650 <th align="left" width="25%">Length</th>
651 <th align="left" width="25%">Description</th>
654 <td align="left">ns_dnsname</td>
655 <td align="left">2</td>
656 <td align="left">Variable</td>
657 <td align="left">An ascii string containing the name of the machine (DNS server) used to perform the name resolution.</td>
719 <th align="left" width="25%">Name</th>
720 <th align="left" width="25%">Code</th>
721 <th align="left" width="25%">Length</th>
722 <th align="left" width="25%">Description</th>
725 <td align="left">isb_starttime</td>
726 <td align="left">2</td>
727 <td align="left">8</td>
728 <td align="left">Time in which the capture started; time will be stored in two blocks of four bytes each, containing the timestamp in seconds and nanoseconds.</td>
731 <td align="left">isb_endtime</td>
732 <td align="left">3</td>
733 <td align="left">8</td>
734 <td align="left">Time in which the capture started; time will be stored in two blocks of four bytes each, containing the timestamp in seconds and nanoseconds.</td>
784 <th align="left" width="25%">Name</th>
785 <th align="left" width="25%">Code</th>
786 <th align="left" width="25%">Length</th>
787 <th align="left" width="25%">Description</th>
790 <td align="left">opt_endofopt</td>
791 <td align="left">0</td>
792 <td align="left">0</td>
793 <td align="left">End of options: it is used to delimit the end of the optional fields. This block cannot be repeated within a given list of options.</td>
796 <td align="left">opt_comment</td>
797 <td align="left">1</td>
798 <td align="left">variable</td>
799 <td align="left">Comment: it is an ascii string containing a comment that is associated to the current block.</td>