Skip to content
jbc22 edited this page Nov 1, 2011 · 1 revision

describe iphdr;

+----------+------------------+------+-----+---------+-------+
| Field    | Type             | Null | Key | Default | Extra |
+----------+------------------+------+-----+---------+-------+
| sid      | int(11)          | NO   | PRI | NULL    |       |
| cid      | int(11)          | NO   | PRI | NULL    |       |
| ip_src   | int(10) unsigned | NO   | MUL | 0       |       |
| ip_dst   | int(10) unsigned | NO   | MUL | 0       |       |
| ip_ver   | int(10) unsigned | NO   |     | 0       |       |
| ip_hlen  | int(10) unsigned | NO   |     | 0       |       |
| ip_tos   | int(10) unsigned | NO   |     | 0       |       |
| ip_len   | int(10) unsigned | NO   |     | 0       |       |
| ip_id    | int(10) unsigned | NO   |     | 0       |       |
| ip_flags | int(10) unsigned | NO   |     | 0       |       |
| ip_off   | int(10) unsigned | NO   |     | 0       |       |
| ip_ttl   | int(10) unsigned | NO   |     | 0       |       |
| ip_proto | int(10) unsigned | NO   |     | 0       |       |
| ip_csum  | int(10) unsigned | NO   |     | 0       |       |
+----------+------------------+------+-----+---------+-------+

Back to Database Schema

Back to Snorby E-Book

Clone this wiki locally