Finisar Surveyor Manual De Usuario

Descargar
Página de 454
4-22
Surveyor 
User’s Guide
<port num>
 
is a two-byte value that appears in a port fields of a 
TCP or UPD packet header. It identifies the protocol, 
by port number, to be included as a discrete protocol 
in Surveyor’s monitor views.
<short name>
 
is an alpha numeric string that is be between 1 and 12 
characters This string is used as the name for the 
protocol in Surveyor’s monitor tables. 
<long name>
is an alpha numeric string that should be between 1 
and 50 characters. This string is used as the name of 
the protocol where Surveyor displays a long name. 
The structure of the MONITOR.INI file is:
[TCP]
mapping=<port num>,<short name>,<long name>
.
.
.
.
.
.
mapping=<port num>,<short name>,<long name>
[UDP]
mapping=<port num>,<short name>,<long name>
.
.
.
.
.
.
mapping=<port num>,<short name>,<long name>
MONITOR.INI Examples
Example 1
Assume that you wish to rename TCP port 80 from HTTP to WWW for World 
Wide Web. The following entry would be made to the MONITOR.INI file in the 
TCP section:
[TCP]
mapping=80,WWW,World Wide Web