Teledyne-lecroy FireInspector - File Based Decoding Manual do Utilizador Página 41

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 74
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 73 74

Comentários a estes Manuais

Sem comentários