dialogRule.xml 1.97 KB
Newer Older
1 2 3 4 5
<form>
    <field>
        <id>rule.sequence</id>
        <label>sequence</label>
        <type>text</type>
6
        <help>order in which the rule will be evaluated (lowest first)</help>
7 8 9 10
    </field>
    <field>
        <id>rule.interface</id>
        <label>interface</label>
11
        <type>dropdown</type>
12
    </field>
13 14 15 16 17 18 19 20
    <field>
        <id>rule.interface2</id>
        <label>interface 2</label>
        <type>dropdown</type>
        <advanced>true</advanced>
        <help>secondary interface, matches packets going traveling from interface (1) to interface (2).
        </help>
    </field>
21 22 23 24 25 26 27 28 29
    <field>
        <id>rule.proto</id>
        <label>proto</label>
        <type>dropdown</type>
    </field>
    <field>
        <id>rule.source</id>
        <label>source</label>
        <type>text</type>
30
        <help>source ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
31
    </field>
32 33 34 35
    <field>
        <id>rule.src_port</id>
        <label>src-port</label>
        <type>text</type>
36
        <help>source port number or well known name (imap,imaps, http,https,...)</help>
37
    </field>
38 39 40 41
    <field>
        <id>rule.destination</id>
        <label>destination</label>
        <type>text</type>
42
        <help>destination ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
43
    </field>
44 45
    <field>
        <id>rule.dst_port</id>
46
        <label>dst-port</label>
47
        <type>text</type>
48
        <help>destination port number or well known name (imap,imaps, http,https,...)</help>
49 50 51 52 53
    </field>
    <field>
        <id>rule.direction</id>
        <label>direction</label>
        <type>dropdown</type>
54
        <advanced>true</advanced>
55
        <help>matches incoming or outgoing packets or both (default)</help>
56
    </field>
57 58 59 60
    <field>
        <id>rule.target</id>
        <label>target</label>
        <type>dropdown</type>
61
        <help>target pipe or queue</help>
62 63 64 65 66 67
    </field>
    <field>
        <id>rule.description</id>
        <label>description</label>
        <type>text</type>
    </field>
68
</form>