dialogRule.xml 1.99 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
    <field>
        <id>rule.interface2</id>
        <label>interface 2</label>
        <type>dropdown</type>
        <advanced>true</advanced>
18
        <help>secondary interface, matches packets traveling to/from interface (1) to/from interface (2). can be combined with direction.</help>
19
    </field>
20 21 22 23 24 25 26 27 28
    <field>
        <id>rule.proto</id>
        <label>proto</label>
        <type>dropdown</type>
    </field>
    <field>
        <id>rule.source</id>
        <label>source</label>
        <type>text</type>
29
        <help>source ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
30
    </field>
31 32 33 34
    <field>
        <id>rule.src_port</id>
        <label>src-port</label>
        <type>text</type>
35
        <help>source port number or well known name (imap,imaps, http,https,...)</help>
36
    </field>
37 38 39 40
    <field>
        <id>rule.destination</id>
        <label>destination</label>
        <type>text</type>
41
        <help>destination ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
42
    </field>
43 44
    <field>
        <id>rule.dst_port</id>
45
        <label>dst-port</label>
46
        <type>text</type>
47
        <help>destination port number or well known name (imap,imaps, http,https,...)</help>
48 49 50 51 52
    </field>
    <field>
        <id>rule.direction</id>
        <label>direction</label>
        <type>dropdown</type>
53
        <advanced>true</advanced>
54
        <help>matches incoming or outgoing packets or both (default)</help>
55
    </field>
56 57 58 59
    <field>
        <id>rule.target</id>
        <label>target</label>
        <type>dropdown</type>
60
        <help>target pipe or queue</help>
61 62 63 64 65 66
    </field>
    <field>
        <id>rule.description</id>
        <label>description</label>
        <type>text</type>
    </field>
67
</form>