NIST-SIP traces viewer

What's this ?

This contains the code for a simple graphical user interface for visualizing SIP signaling traces

Start the application

You have to start the application from the command line: either from the command line using ant:

If everything is running OK, you will see a window with the retrieved traces, paired and color coded by transaction identifier and organized by call ID.

Important:

Problems with the trace viewer:

- When the traces are refreshed, sometimes, you must resize the window to update the scroll bars and you will be able to see all the SIP messages.

Author: Swing version written by Olivier Deruelle Based on a the AWT version developed by Christophe Chazeau M. Ranganathan re-did some of the parsing and sorting stuff in the original.