Teledyne-lecroy FireInspector - File Based Decoding Bedienungsanleitung Seite 41

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 74
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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();
}
}
Seitenansicht 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 73 74

Kommentare zu diesen Handbüchern

Keine Kommentare