<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.nbee.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="http://www.nbee.org/feed.php">
        <title>NetBee</title>
        <description></description>
        <link>http://www.nbee.org/</link>
        <image rdf:resource="http://www.nbee.org/lib/images/favicon.ico" />
       <dc:date>2008-08-27T04:01:01+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=docs:samples&amp;rev=1219672360&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=netpdl:changelog&amp;rev=1219053309&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=netvm:index&amp;rev=1216267811&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=netpfl:definition&amp;rev=1215695285&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=netpdl:netpdlfabio&amp;rev=1214551809&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=netpdl:netpdlfulvio&amp;rev=1214474462&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.nbee.org/doku.php?id=miscellaneous:credits&amp;rev=1214422892&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.nbee.org/lib/images/favicon.ico">
        <title>NetBee</title>
        <link>http://www.nbee.org/</link>
        <url>http://www.nbee.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.nbee.org/doku.php?id=docs:samples&amp;rev=1219672360&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-25T15:52:40+02:00</dc:date>
        <dc:creator>fulvio</dc:creator>
        <title>NetBee Samples</title>
        <link>http://www.nbee.org/doku.php?id=docs:samples&amp;rev=1219672360&amp;do=diff</link>
        <description>All the samples include an 'help' screen that will appear when the program is launched. Samples are in the bin/ folder of the NetBee Developer's Pack.

NetBee Samples

	*  PacketDecoder: it shows how to use the Packet Decoder module and how to save the results of this process on disk.
	*  PDMLReader: it shows how to create and manage PDML (Packet Details Markup Language) files, i.e. files that contain fully decoded network packets.
	*  PSMLReader: it shows how to create and manage PSML (Packet S…</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=netpdl:changelog&amp;rev=1219053309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-18T11:55:09+02:00</dc:date>
        <dc:creator>fulvio</dc:creator>
        <title>Change Log</title>
        <link>http://www.nbee.org/doku.php?id=netpdl:changelog&amp;rev=1219053309&amp;do=diff</link>
        <description>Version 0.2 (work-in-progress)

	*  Expressions: supported new functions hasstring() and extractstring() and added the possibility to support other functions
	*  Expressions: added the possibility to specify a ”0” size when the [startat:size] operator is used for variables, fields, packetbuffer, etc.
	*  Expressions: matching can be done through regular expressions (see hasstring() and extractstring() functions)
	*  Expressions: new notation for hexadecimal strings (the ”#” character is no longe…</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=netvm:index&amp;rev=1216267811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-17T06:10:11+02:00</dc:date>
        <dc:creator>oliviermorandi</dc:creator>
        <title>The NetVM Virtual Machine</title>
        <link>http://www.nbee.org/doku.php?id=netvm:index&amp;rev=1216267811&amp;do=diff</link>
        <description>Abstract

The Network Virtual Machine (NetVM) is a virtual network processor optimized for implementation and execution of packet handling applications. As a Java Virtual Machine virtualizes a CPU, the NetVM virtualizes a network processor. The NetVM is expected to provide a unified layer for networking tasks (e.g., packet filtering, packet counting, string matching) performed by various network applications (firewalls, network monitors, intrusion detectors) so that they can be executed on any n…</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=netpfl:definition&amp;rev=1215695285&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-10T15:08:05+02:00</dc:date>
        <dc:creator>lorenzo</dc:creator>
        <title>NetPFL</title>
        <link>http://www.nbee.org/doku.php?id=netpfl:definition&amp;rev=1215695285&amp;do=diff</link>
        <description>1. Introduction


The NetBee library implements a compiler for high level language used to program the NetVM in order to deal with the most common traffic filtering and monitoring applications. This document will present the syntax of this language, which is called NetPFL.</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=netpdl:netpdlfabio&amp;rev=1214551809&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-27T09:30:09+02:00</dc:date>
        <dc:creator>fabio</dc:creator>
        <title>New Netpdl Extensions (experimental proposal)</title>
        <link>http://www.nbee.org/doku.php?id=netpdl:netpdlfabio&amp;rev=1214551809&amp;do=diff</link>
        <description>Defining the structure of the protocol headers: the &lt;fields&gt; element


This element is a container for all the structures that defines the header of the protocol. The protocol header starts with the first &lt;field&gt; or &lt;cfield&gt; element contained in the &lt;fields&gt; section.</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=netpdl:netpdlfulvio&amp;rev=1214474462&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-26T12:01:02+02:00</dc:date>
        <dc:creator>fabio</dc:creator>
        <title>Defining a set of Abstract Data Types for complex fields</title>
        <link>http://www.nbee.org/doku.php?id=netpdl:netpdlfulvio&amp;rev=1214474462&amp;do=diff</link>
        <description>Defining a set of Abstract Data Types for complex fields


Network applications often define a some very peculiar data structures for data exchange. Although the primitives defined in NetPDL are suitable for describin a large set of fields, it may be useful to define some complex fields once, and then reuse these definitions when needed.</description>
    </item>
    <item rdf:about="http://www.nbee.org/doku.php?id=miscellaneous:credits&amp;rev=1214422892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-25T21:41:32+02:00</dc:date>
        <dc:creator>oliviermorandi</dc:creator>
        <title>Credits</title>
        <link>http://www.nbee.org/doku.php?id=miscellaneous:credits&amp;rev=1214422892&amp;do=diff</link>
        <description>The NetBee project started at at Politecnico di Torino in November 2002. Since then, it has evolved considerably.

This project was originated due to an idea of Fulvio Risso, and first contributors were some of the members of NetGroup at Politecnico di Torino. The NetGroup contributed to this project also through code that was developed originally for other projects.</description>
    </item>
</rdf:RDF>
