Add 'include/senf' directory
[senf.git] / Examples / Mainpage.dox
1 /** \mainpage Examples
2     
3     \htmlonly
4     <dl>
5    
6     <dt><a href="../../Sniffer/doc/html/index.html">Sniffer</a></dt><dd>Simple packet sniffer
7     reading packets from a packet socket and dumping packet parse to stdout</dd>
8
9     <dt><a href="../../RateStuffer/doc/html/index.html">RateStuffer</a></dt><dd>Example application
10     showing of the PPI infrastructure</dd>
11
12     </dl>
13     \endhtmlonly
14 */
15
16 \f
17 // Local Variables:
18 // mode: c++
19 // fill-column: 100
20 // c-file-style: "senf"
21 // indent-tabs-mode: nil
22 // ispell-local-dictionary: "american"
23 // mode: flyspell
24 // mode: auto-fill
25 // End: