| java.util.ArrayList tools.sniffer.SniffSessionList
SniffSessionList | public class SniffSessionList extends ArrayList (Code) | | A list of Sniff Sessions.
Acknowledgement:
This code was contributed by Tim Bardzil .
This code was completed as part of a class project in TLEN 5843
Singaling Protocols, taught by Professor Douglas C. Sicker, Ph.D. at
the University of Colorado, Boulder.
Minor modifications to the code were made by M. Ranganathan .
author: Tim Bardzil |
Method Summary | |
public void | add(SniffMessage sniffMessage) Add a new SniffMessage to the SniffSessionList. | public String[] | getCallIds() Return an array of call identifiers for the traces. | public String | toXML() Return a string consisting of formatted messages that can be fed
to the trace viewer. |
add | public void add(SniffMessage sniffMessage)(Code) | | Add a new SniffMessage to the SniffSessionList.
Create a new Sniff Session if this is a new call id.
|
getCallIds | public String[] getCallIds()(Code) | | Return an array of call identifiers for the traces.
|
toXML | public String toXML()(Code) | | Return a string consisting of formatted messages that can be fed
to the trace viewer.
|
|
|