File callflow.changes of Package callflow

-------------------------------------------------------------------
Sat Nov 21 16:07:22 UTC 2015 - rbos@opensuse.org

- Bug fixes 

-------------------------------------------------------------------
Thu Oct 23 17:40:33 UTC 2014 - rbos@opensuse.org

- Fixed bugs #8 and #9
  #8 -f option doesn't work? => Removed -f argument
  #9 tshark argument change? => Added -2 argument to FARG variable 

-------------------------------------------------------------------
Wed Sep 19 17:43:19 UTC 2012 - rbos@opensuse.org

- Improved Broadworks and pcap parsers

-------------------------------------------------------------------
Sun Jun 24 06:21:40 UTC 2012 - rbos@opensuse.org

- Re-ordered code
- Callflow is time sort, instead of frame number sorted
- More comments

-------------------------------------------------------------------
Mon Jun 18 20:41:15 UTC 2012 - rbos@opensuse.org

- Alter WEBSERVER_URL to CALLFLOW_BASE_URL
  Add variable CALLFLOW_URL_DIR
  The complete url is: $CALLFLOW_BASE_URL/$CALLFLOW_URL_DIR
  See callflow.conf for a detailed description how to use it.
- Make the creation of an archive containing the callflow
  the default.  It can altered with the configuration variables
  ARCHIVE and ARCHIVE_TYPE
- Some minor changes:
  - Removed obsolete comments, or improved the comment
  - Combined bz2 and bzip2 in case statement 

-------------------------------------------------------------------
Fri Jun 15 12:41:41 UTC 2012 - rbos@opensuse.org

- Add support to process Broadsoft Broadworks (SIP) server logs
- Add a link to the callflow archive (when available) on the landing
  and index pages to 
- Fixed several minor bugs

-------------------------------------------------------------------
Sun Sep 11 15:19:45 UTC 2011 - rbos@opensuse.org

- Add (audio) SDP support
- Fixed several minor bugs 

-------------------------------------------------------------------
Tue Jun 14 20:02:41 UTC 2011 - rbos@opensuse.org

- Style the footer on the callflow diagram 
- Add a reference on the callflow diagram back to the landing page

-------------------------------------------------------------------
Sat Jun 11 13:06:49 UTC 2011 - rbos@opensuse.org

- Added convenience

# BROWSER, the name of the browser to be used
# Default value: firefox
# Possible values are: firefox, konqueror, chromium, epiphany, opera
BROWSER=

# WEBSERVER_URL, in case callflow is run on a remote server and the callflow
# can be reached via a browser on the remote server, the URL can be specified
# here.  Example: WEBSERVER_URL=http://call.flow.eg/~user/callflow
WEBSERVER_URL=

# WIDTH_BETWEEN_NODES, the distance between the adjacent nodes in the
# callflow diagram.i
# Default value = 200
# Minimun value = 100, Maximum value = 250,
WIDTH_BETWEEN_NODES=

# SIP_MSG_FONT_SIZE, font size for the SIP messages frame.
# Default font size: small
# Possible values are CSS defined font size values like small, medium, large
# All values are listed at e.g.: http://www.w3schools.com/css/pr_font_font-size.asp
SIP_MSG_FONT_SIZE=
 

-------------------------------------------------------------------
Sun Jun  5 09:50:47 UTC 2011 - rbos@opensuse.org

- Added new remove duplicate mode
  This one will remove duplicate frames when the same frame is seen in
  a window of max 0.5 seconds or max 5 frames prior to the current
  frame.
- Added warnings for the algorithm's that are deprecated
- list-nodes now groups the same IP addresses on the same line in the
  order that the IP address appears in the trace file.  The IP address
  is used as alias for all the IP address / port combinatons
- Some small changes to the manual page
- Added alias for IP addresses

-------------------------------------------------------------------
Fri Jun  3 07:12:54 UTC 2011 - rbos@opensuse.org

- Based the session information on the tshark output of sip.Call-ID
  this includes the SIP headers Call-ID abd 'i' (for abbreviated SIP
  messages)
- Because of this change the option to configure the Call-ID has been
  removed (from callflow, callflow.conf and the man page)

-------------------------------------------------------------------
Sat May 28 12:06:04 UTC 2011 - rbos@opensuse.org

- Fix a bug caused by protocol ISUP in callflow
- Change the default capture filter to include isup and megaco.
- Add support for protocols ISUP and Megaco in long2html 

-------------------------------------------------------------------
Thu May 26 21:37:54 UTC 2011 - rbos@opensuse.org

- Updated to recent SVN 

-------------------------------------------------------------------
Tue May 24 21:57:16 UTC 2011 - rbos@opensuse.org

- Updated to recent SVN 

-------------------------------------------------------------------
Mon May 23 19:41:04 UTC 2011 - rbos@opensuse.org

- Moved the style description from images/index.tpl to the
  callflow.css stylesheet
- A custom stylesheet can be stored in ~/.callflow/callflow.css
  or in the current working directory

-------------------------------------------------------------------
Sun May 22 18:41:52 UTC 2011 - rbos@opensuse.org

- Use the svn version, remove the many patches, they are now in svn

-------------------------------------------------------------------
Sat May 21 20:06:55 UTC 2011 - rbos@opensuse.org

- Added long2html.patch, callflow.css and long2html_styletag.patch

-------------------------------------------------------------------
Fri May 20 19:58:16 UTC 2011 - rbos@opensuse.org

- Added patch wireshark_format, removedupsh and indices patches

-------------------------------------------------------------------
Tue Jun 15 19:11:57 UTC 2010 - rbos@opensuse.org

- Make it possible to remove duplicate packages from the cache, while
  the cache (callflow.short) contains already comments made by the
  user. 
- Prevents that the comments in cache gets garbled by running callflow
  one more time.

-------------------------------------------------------------------
Sun Jun 13 18:39:37 UTC 2010 - rbos@opensuse.org

- Always use cache, on contrast of the old behaviour where the user
  had to instruct callflow to use the cache
- Check for the availability of inkscape
- Updated README
- Updated man page 

-------------------------------------------------------------------
Thu May 27 20:26:20 UTC 2010 - rbos@opensuse.org

- Updated to recent SVN
- rename argument --order-file to --list-nodes
- rename argument --width-between-hosts to --width-between-nodes 

-------------------------------------------------------------------
Wed May 26 17:52:27 UTC 2010 - rbos@opensuse.org

- Updated to recent SVN
- Configuration is now read from /etc/callflow/callflow.conf
  $HOME/.callflow/callflow.conf and callflow.conf 
- COLORS are read from the config file callflow.conf
  remove the file colors from the rpm
- Argument --filter change to --capture-filter
- Argument --no-session-token added
- Argument --session-token added, replaces session file
- Argument --title added, replaces title file

-------------------------------------------------------------------
Tue May  4 21:43:13 UTC 2010 - rbos@opensuse.org

- Timestamps are now shown in the callflow
- Changed --cache to --use-cache
- Added --width-between-hosts argument
- Colors are now stored in the file callflow.conf 

-------------------------------------------------------------------
Mon May  3 17:59:49 UTC 2010 - rbos@opensuse.org

- Added support for long arguments

-------------------------------------------------------------------
Sun May  2 16:32:53 UTC 2010 - rbos@opensuse.org

- Updated to recent svn, more protocols are support among which:
  + The cache file callflow.short now uses pipe "|" as field separator
    instead of spaces

-------------------------------------------------------------------
Wed Apr 28 21:47:33 UTC 2010 - rbos@opensuse.org

- Prevent that similar commands (tshark) are coded twice,
- Changed spacing from tabs to spaces
- Moved the code that shows the node order up 

-------------------------------------------------------------------
Tue Apr 27 21:05:03 UTC 2010 - rbos@opensuse.org

- Updated to recent svn, more protocols are support among which:
  + HTTP
  + WEBSOCKET
  + Call Specification Language (CSL)
- The maximum number of colors used is now depending on the number of
  colors configured
- More colors preconfigured
- Number of sessions is printed
- Number of removed duplicate frames is reported

-------------------------------------------------------------------
Sat Apr 24 13:51:10 UTC 2010 - rbos@opensuse.org

- Updated to recent svn, biggest change is the addition of a
  configuration directory 

-------------------------------------------------------------------
Thu Apr 22 16:59:39 UTC 2010 - rbos@opensuse.org

- Updated to the 20100421 release, providing many improvements 

-------------------------------------------------------------------
Mon Apr 12 18:11:50 UTC 2010 - rbos@opensuse.org

- Make the script removedups.sh working 

-------------------------------------------------------------------
Sat Apr 10 19:29:36 UTC 2010 - rbos@opensuse.org

- Updated to recent svn 
  * Adding index_with_frames and index_dynamic portal webpages
  * Made removal of duplicate frames faster
  * Made colors configurable via the file colors
  * Cleanup code
  * Fixed bugs

-------------------------------------------------------------------
Sat Mar 27 17:14:44 UTC 2010 - rbos@opensuse.org

- Added svg2png.sh script 

-------------------------------------------------------------------
Sat Mar 27 10:10:49 UTC 2010 - rbos@opensuse.org

Version 20091216

- Initial OBS spec file 

openSUSE Build Service is sponsored by