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

describe udphdr;

+-----------+---------+------+-----+---------+-------+
| Field     | Type    | Null | Key | Default | Extra |
+-----------+---------+------+-----+---------+-------+
| sid       | int(11) | NO   | PRI | NULL    |       |
| cid       | int(11) | NO   | PRI | NULL    |       |
| udp_sport | int(11) | YES  | MUL | NULL    |       |
| udp_dport | int(11) | YES  | MUL | NULL    |       |
| udp_len   | int(11) | YES  |     | NULL    |       |
| udp_csum  | int(11) | YES  |     | NULL    |       |
+-----------+---------+------+-----+---------+-------+

Back to Database Schema

Back to Snorby E-Book

Clone this wiki locally