Skip to content

PacketX/GRISM-A-series-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

GRISM (A-series)

With GRISM XML, you can describes the structure of Network Packet Broker(NPB).

Features

  • Easy to learn and use, simple to edit.
  • User-Friendly.
  • Easy to integrate with third-party software.
  • Simple and lightweight.
  • RestAPI.

A Simple GRISM XML

This is an example for filter out udp port 53.

<run>

<filter id="1">
<or>
    <find name="udp.port" relation="==" content="53"/>
</or>
</filter>

<regular>

<chain>
    <in>P1</in>
    <next>
        <fid>F1</fid>
        <out>P2</out>
    </next>
</chain>

</regular>

</run>

Releases

No releases published

Packages

No packages published