Diese Tabelle spiegelt den Inhalt der Protokolldatei wider. Alle eingelesenen Zeilen der Protokolldatei sind in dieser Tabelle verfügbar. Die Feldnamen korrespondieren mit Ihrem jeweiligen Inhalt. Felder, welche mit IPX beginnen, sind Index-Felder und werden von MSQL direkt verwaltet. Sie werden manuell angelegt, sind aber für die weitere Programmierung nicht relevant.
Definition der Tabelle:
+-----------------+----------+--------+----------+--------------+ | Field | Type | Length | Not Null | Unique Index | +-----------------+----------+--------+----------+--------------+ | datum | int | 4 | N | N/A | | rule_type | char | 10 | N | N/A | | rule_number | char | 40 | N | N/A | | action | char | 20 | N | N/A | | protocol | char | 100 | N | N/A | | source_ip | char | 21 | N | N/A | | source_port | char | 100 | N | N/A | | source_name | char | 100 | N | N/A | | source_net | char | 17 | N | N/A | | source_dom | char | 100 | N | N/A | | destination_ip | char | 21 | N | N/A | | destination_por | char | 100 | N | N/A | | destination_nam | char | 100 | N | N/A | | destination_net | char | 17 | N | N/A | | destination_dom | char | 100 | N | N/A | | IPXsource_ip | index | N/A | N/A | N | | IPXsource_name | index | N/A | N/A | N | | IPXsource_net | index | N/A | N/A | N | | IPXsource_dom | index | N/A | N/A | N | | IPXdestination_ | index | N/A | N/A | N | | IPXdestination_ | index | N/A | N/A | N | | IPXdestination_ | index | N/A | N/A | N | | IPXdestination_ | index | N/A | N/A | N | | IPXdestination_ | index | N/A | N/A | N | +-----------------+----------+--------+----------+--------------+