提交 4bb2b16d 编写于 作者: S Stefan Berger

nwfilter: Extend docs with information about comment attr.

I am adding a row with information about the newly supported comment
attribute to each of the tables describing supported attributes of protocols.
上级 44ae2279
...@@ -388,6 +388,11 @@ ...@@ -388,6 +388,11 @@
<td>UINT16 (0x600-0xffff), STRING</td> <td>UINT16 (0x600-0xffff), STRING</td>
<td>Layer 3 protocol ID</td> <td>Layer 3 protocol ID</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
Valid Strings for <code>protocolid</code> are: arp, rarp, ipv4, ipv6 Valid Strings for <code>protocolid</code> are: arp, rarp, ipv4, ipv6
...@@ -466,6 +471,11 @@ ...@@ -466,6 +471,11 @@
<td>IP_ADDR</td> <td>IP_ADDR</td>
<td>Destination IP address in ARP/RARP packet</td> <td>Destination IP address in ARP/RARP packet</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
Valid strings for the <code>Opcode</code> field are: Valid strings for the <code>Opcode</code> field are:
...@@ -551,6 +561,11 @@ ...@@ -551,6 +561,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>End of range of valid destination ports; requires <code>protocol</code></td> <td>End of range of valid destination ports; requires <code>protocol</code></td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
Valid strings for <code>protocol</code> are: Valid strings for <code>protocol</code> are:
...@@ -636,6 +651,11 @@ ...@@ -636,6 +651,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>End of range of valid destination ports; requires <code>protocol</code></td> <td>End of range of valid destination ports; requires <code>protocol</code></td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
Valid strings for <code>protocol</code> are: Valid strings for <code>protocol</code> are:
...@@ -723,6 +743,11 @@ ...@@ -723,6 +743,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>End of range of valid destination ports</td> <td>End of range of valid destination ports</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
...@@ -813,6 +838,11 @@ ...@@ -813,6 +838,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>ICMP code</td> <td>ICMP code</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
...@@ -892,6 +922,11 @@ ...@@ -892,6 +922,11 @@
<td>IP_ADDR</td> <td>IP_ADDR</td>
<td>End of range of destination IP address</td> <td>End of range of destination IP address</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
...@@ -978,6 +1013,11 @@ ...@@ -978,6 +1013,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>End of range of valid destination ports</td> <td>End of range of valid destination ports</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
...@@ -1054,6 +1094,11 @@ ...@@ -1054,6 +1094,11 @@
<td>UINT16</td> <td>UINT16</td>
<td>ICMPv6 code</td> <td>ICMPv6 code</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
...@@ -1118,7 +1163,11 @@ ...@@ -1118,7 +1163,11 @@
<td>IPV6_ADDR</td> <td>IPV6_ADDR</td>
<td>End of range of destination IP address</td> <td>End of range of destination IP address</td>
</tr> </tr>
<tr>
<td>comment <span class="since">(Since 0.8.5)</span></td>
<td>STRING</td>
<td>text with max. 256 characters</td>
</tr>
</table> </table>
<p> <p>
<br><br> <br><br>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册