Measure Reference Manual
ip^addr^wildcard^flags determines wildcard support for the ip^addr and port
fields:
Match specified address.0< 0 >
Match any address.1
Match specified port number.0< 1 >
Match any port number.1
The IP address in the data record appears in hex with 1 byte per IP component. Here are
some examples of various ip^addr, port, and ip^wildcard^flags field specifications:
Example 1: IP address = 11.22.33.44, match any port number
if^item
= {....
IP^ADDR = {0xb, 0x16, 0x21, 0x2c, 0x0 <repeats 2 times>},
PORT = 0x0,
IP^WILDCARD^FLAGS = 0x4000
}
Example 2: IP address = match any IP address, port 37
if^item
= {....
IP^ADDR = {0x0 <repeats 16 times>},
PORT = 0x25,
IP^WILDCARD^FLAGS = 0x8000
}
Example 3: IP address = 11.22.33.44, port 37
if^item
= {....
IP^ADDR = {0xb, 0x16, 0x21, 0x2c, 0x0 <repeats 12 times>},
PORT = 0x25,
IP^WILDCARD^FLAGS = 0x0
}
Example 4: IPv6 address = 1070::800:2006:4178, port 37
if^item
= {....
IP^ADDR = IP^ADDR = {0x10, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x8, 0x0, 0x20, 0x6, 0x41, 0x78},
PORT = 0x25
IP^WILDCARD^FLAGS = 0x0
}
templateversion
input
FIXED:value
(Measure G11 and later PVUs) is the appropriate template version literal from MEASDDLS for
the entity type requested in entitydesc if you want ZMS style external records. If omitted or
passed as 0F, legacy style records are returned.
If passed as -1F, the templateversion for the current release will be used, starting with the
H06.15/J06.04 RVUs. Note that returned external records, in this case, may not match the
counter record definitions with which the application was compiled.
See TEMPLATE-VERSION (page 147) for further information on obtaining external records
corresponding to a format that you can handle.
MEASWRITE_DIFF_ 449