Teledyne-lecroy FireInspector - File Based Decoding Manual de usuario Pagina 41

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 74
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 40
35
CATC SCRIPTING LANGUAGE 1.0 CHAPTER 10
Reference Manual Transaction and Packet Context Fields
Example
The following example is taken from the file IPProtocol.dec, which is included with
the FireInspector installation.
if ( in.Payload == null )
return Reject();
if ( in.Version != 4 )
return Reject();
...
if ( out.Identification == null )
{
out.Identification = in.Identification;
}
else
{
if ( out.Identification != in.Identification )
{
return Reject();
}
}
Vista de pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 73 74

Comentarios a estos manuales

Sin comentarios