|
Revision 120, 0.9 kB
(checked in by tibob, 3 years ago)
|
- Update for ipfm 0.12.0rc1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | - IPFM segfaults when it has no right to access to the logdfile (on exeeds memory allocation under freebsd) |
|---|
| 2 | - IPv6 |
|---|
| 3 | - RedHat pcap problem |
|---|
| 4 | - CPU optimisations in lists (Filter and Data) |
|---|
| 5 | - if no packets are received, ipfm does not dump its files. |
|---|
| 6 | - ./configure lex and yacc checks do not work as expected (if no yacc or bison is present, does not stop ./configure) |
|---|
| 7 | |
|---|
| 8 | - have a better detection of long command line options (actually, #ifdef LINUX...) |
|---|
| 9 | |
|---|
| 10 | * Error messages should go to syslog in daemon mode. |
|---|
| 11 | |
|---|
| 12 | * log by selecting protocol (TCP/UDP) and port |
|---|
| 13 | [NOT] PORT nb|<nb|>nb|all |
|---|
| 14 | * Type (can be cumulative) |
|---|
| 15 | TYPE TCP|UDP|ICMP |
|---|
| 16 | |
|---|
| 17 | ***** Rewrite output to accept modules ****** |
|---|
| 18 | * be able to configure the output file format. |
|---|
| 19 | |
|---|
| 20 | * Output how much time the log ran in output file (especially in case of a kill -HUP) |
|---|
| 21 | |
|---|
| 22 | * HTML output |
|---|
| 23 | * CISCO accounting process compatible format : host source total_trafic number_of_packet |
|---|
| 24 | |
|---|