Improve tcpdump legibility.

This commit is contained in:
Michael Brown
2006-06-01 19:23:52 +00:00
parent 6ab4b99f41
commit d78581297b
2 changed files with 3 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ NET_PROTOCOL ( aoe_protocol );
*/
void aoe_open ( struct aoe_session *aoe ) {
memset ( aoe->target, 0xff, sizeof ( aoe->target ) );
aoe->tag = AOE_TAG_MAGIC;
aoe->timer.expired = aoe_timer_expired;
list_add ( &aoe->list, &aoe_sessions );
}