<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.packet-o-matic.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.packet-o-matic.org/feed.php">
        <title>Packet-o-matic - pom</title>
        <description></description>
        <link>https://wiki.packet-o-matic.org/</link>
        <image rdf:resource="https://wiki.packet-o-matic.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-25T14:48:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/command_reference?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/config_examples?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/datastore_config?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/getting_started?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/installation?rev=1605177115&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/rules_syntax?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/start?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/tips_and_tricks?rev=1590530356&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.packet-o-matic.org/pom/xmlrpc_interface?rev=1590530356&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.packet-o-matic.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Packet-o-matic</title>
        <link>https://wiki.packet-o-matic.org/</link>
        <url>https://wiki.packet-o-matic.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/command_reference?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command_reference</title>
        <link>https://wiki.packet-o-matic.org/pom/command_reference?rev=1590530356&amp;do=diff</link>
        <description>Command reference

General commands

config write [filename]

Write the current configuration. You can optionally specify a different file name.

debug cli set &lt;off,0-5&gt;

Set the debug level of the management console (CLI).

debug cli show

Display the current debug level.</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/config_examples?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>config_examples</title>
        <link>https://wiki.packet-o-matic.org/pom/config_examples?rev=1590530356&amp;do=diff</link>
        <description>Packet-o-matic can be quite complicated due to the infinite number of possibilities it provides. Here are a few configuration example that you may find useful to understand how certain aspects can be configured.

Scan for a DOCSIS stream using a DVB card</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/datastore_config?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>datastore_config</title>
        <link>https://wiki.packet-o-matic.org/pom/datastore_config?rev=1590530356&amp;do=diff</link>
        <description>Datastore configuration

To use a datastore, 3 steps are required. First you need to add the datastore to the configuration :
pom&gt; datastore add sqlite datastore1 
Datastore &quot;datastore1&quot; added (type sqlite)
Other datastore types such as postgres or mysql are available if the configure script found the required files.</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/getting_started?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started</title>
        <link>https://wiki.packet-o-matic.org/pom/getting_started?rev=1590530356&amp;do=diff</link>
        <description>Getting started

First, start packet-o-matic. This will start the program without any configuration.
packet-o-matic
At this point, packet-o-matic listens on port 4655. Simply telnet it and start configuring it.
telnet localhost 4655
You can also use the web interface. If you compiled it with xmlrpc-c support, start with the -X switch to enable the web interface.</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/installation?rev=1605177115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-12T10:31:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>installation</title>
        <link>https://wiki.packet-o-matic.org/pom/installation?rev=1605177115&amp;do=diff</link>
        <description>Installation

Dependencies

	*  libxml2 : Required for parsing and writing the configuration.
	*  libpcap : Required for input_pcap, target_pcap, target_tcpkill and target_inject.
	*  xmlrpc-c : Required for XML-RPC interface and the web interface.
	*</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/rules_syntax?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rules_syntax</title>
        <link>https://wiki.packet-o-matic.org/pom/rules_syntax?rev=1590530356&amp;do=diff</link>
        <description>Rules syntax

Syntax

You can either match a protocol or a specific parameter of this protol.

To match a protocol: &lt;match&gt; 

Example : ipv4


To match a specific field : &lt;match&gt;.&lt;field&gt; &lt;op&gt; &lt;value&gt;

Example : ipv4.src == 10.0.0.0/8


See the start page for a list of match modules and their documentation.</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/start?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.packet-o-matic.org/pom/start?rev=1590530356&amp;do=diff</link>
        <description>Packet-o-matic (old version)

The below is only applicable to the old version called “packet-o-matic” and not pom-ng !

If you are looking for instructions about pom-ng, see here.

General

	*  Installation : All you need to know to install packet-o-matic
	*  Getting started : Quick steps to have it up and running</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/tips_and_tricks?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips_and_tricks</title>
        <link>https://wiki.packet-o-matic.org/pom/tips_and_tricks?rev=1590530356&amp;do=diff</link>
        <description>Tips and tricks

File path expansion

Some target support file path expansion. For example target_http can have the following prefix configured :
prefix = /mnt/data/${ipv4.src}/${tcp.sport}/http/dump-
If the connection is established from 10.0.0.1 and the source port is 3000, the new directory /mnt/data/10.0.0.1/3000/http/ will be created and files will be put there.</description>
    </item>
    <item rdf:about="https://wiki.packet-o-matic.org/pom/xmlrpc_interface?rev=1590530356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T21:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>xmlrpc_interface</title>
        <link>https://wiki.packet-o-matic.org/pom/xmlrpc_interface?rev=1590530356&amp;do=diff</link>
        <description>XML-RPC interface

The XML-RPC interface allow easy configuration of packet-o-matic by remote applications. The arguments can be either strings (s/) or integers (i/). By default, packet-o-matic listens on TCP port 8080 and the path for the XML-RPC queries is /RPC2. If you did specify a password for the XML-RPC interface, the user will be &#039;admin&#039;.</description>
    </item>
</rdf:RDF>
