Function

int openStreamsLog (char * filename)

Arguments

filename
The filename prefix. ie. not including .slog

SRS Refs

3.2.1.9

Function

void closeStreamsLog ( void)

Arguments

void
no arguments

Preconditions

The file has been opened

SRS Refs

3.2.1.9

Function

int getStream (PacketInfo* info)

Arguments

info
The TCP packet

Preconditions

info is a TCP packet

SRS Refs

3.2.1.9

Function

void writeStream (Stream * stream)

Arguments

stream
The stream to write the line for

Preconditions

The output file has been opened

SRS Refs

3.2.1.9

Note the format is

streamid daddr dport saddr sport

Function

void writeSLHeader ( void)

Arguments

void
no arguments

Description

Preconditions

The output file has been opened

SRS Refs

3.2.1.9

Function

void streamsLReset ( void)

Arguments

void
no arguments

Description

SRS Refs

3.2.1.9