next up previous contents
Next: TTL Normalization Up: Normalizer Previous: ICMP4/6 Normalizations   Contents

TCP Normalizations

TCP normalizations are enabled with:

    preprocessor normalize_tcp: \
        [ips], [urp], [trim], \
        [ecn <ecn_type>], \
        [opts [allow <allowed_opt>+]]

    <ecn_type> ::= stream | packet

    <allowed_opt> ::= \
        sack | echo | partial_order | conn_count | alt_checksum | md5 | <num>

    <sack> ::= { 4, 5 }
    <echo> ::= { 6, 7 }
    <partial_order> ::= { 9, 10 }
    <conn_count> ::= { 11, 12, 13 }
    <alt_checksum> ::= { 14, 15 }
    <md5> ::= { 19 }
    <num> ::= (3..255)

Base normalizations enabled with "preprocessor normalize_tcp" include:

Optional normalizations include:


next up previous contents
Next: TTL Normalization Up: Normalizer Previous: ICMP4/6 Normalizations   Contents
Eugene Misnik 2013-05-08