Lines Matching full:align
12 font-weight: bold; text-align: right;
16 font-weight: bold; text-align: right;
20 text-align: justify; vertical-align: middle ; padding-top: 2px ; }
26 text-align: center ;
58 text-align: center ; width: 30px ; height: 15px ;
66 font-family: arial, helvetica, sans-serif; vertical-align: top;
70 table.data { vertical-align: top ; border-collapse: collapse ;
73 font-size: small ; text-align: center ; }
86 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
93 <div align="right"><span class="title"><br />PCAP New Generation Dump File Format</span></div>
94 <div align="right"><span class="title"><br />pcap</span></div>
183 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
199 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
221 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Basic block structure. </b></font><br /></td></tr></table><hr size="1" shade="0">
300 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> File structure example: the Section Header Block. </b></font><br /></td></tr></table><hr size="1" shade="0">
313 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
336 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Section Header Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
352 <table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
401 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Interface Description Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
417 <table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
522 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Packet Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
570 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Simple Packet Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
610 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Name Resolution Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
614 <table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
646 </p><table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
694 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Interface Statistics Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
717 </p><table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
739 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
779 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Options format. </b></font><br /></td></tr></table><hr size="1" shade="0">
782 </p><table class="data" align="center" border="1" cellpadding="2" cellspacing="2">
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>
804 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
829 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Compression Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
857 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Encryption Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
887 <table border="0" cellpadding="0" cellspacing="2" align="center"><tr><td align="center"><font face="monaco, MS Sans Serif" size="1"><b> Fixed Length Block format. </b></font><br /></td></tr></table><hr size="1" shade="0">
926 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
936 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>
943 <table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2"> TOC </a></td></tr></table>