[Pkg-voip-commits] [sngrep] branch master updated (64fd802 -> 1c5cd04)

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Wed Oct 7 17:28:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a change to branch master
in repository sngrep.

      from  64fd802   update debian changelog
      adds  39c5101   Imported Upstream version 1.0.0
       new  9b777dd   Merge tag 'upstream/1.0.0'
       new  1c5cd04   update debian changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog              |  32 +++
 TODO                   |   9 +-
 bootstrap.sh           |   2 +-
 compile                | 347 +++++++++++++++++++++++++++
 config/sngreprc        |  13 --
 configure.ac           |  23 +-
 debian/changelog       |   6 +
 doc/sngrep.8           |   2 +-
 src/Makefile.am        |   9 +-
 src/capture.c          | 621 +++++++++++++++++++++++++++++++------------------
 src/capture.h          | 182 ++++++++++++---
 src/capture_eep.c      | 523 +++++++++++++++++++++++++++++++++++++++++
 src/capture_eep.h      | 280 ++++++++++++++++++++++
 src/capture_reasm.c    | 248 ++++++++++++++++++++
 src/capture_reasm.h    |  99 ++++++++
 src/capture_tls.c      |  35 ++-
 src/capture_tls.h      |  11 +-
 src/capture_ws.c       |   2 +
 src/filter.c           |  23 +-
 src/group.c            |  57 ++---
 src/group.h            |  39 ++--
 src/keybinding.c       |  14 ++
 src/keybinding.h       |  38 +++
 src/main.c             |  53 ++++-
 src/media.h            |  11 +
 src/option.c           |  37 +--
 src/option.h           |  25 --
 src/rtp.c              |  40 +++-
 src/rtp.h              |  15 +-
 src/setting.c          | 102 ++++----
 src/setting.h          |  41 +++-
 src/sip.c              | 404 +++++++++++++++++++-------------
 src/sip.h              | 101 ++++++--
 src/sip_attr.c         |  88 ++++---
 src/sip_attr.h         |  61 ++---
 src/sip_call.c         | 146 ++++++------
 src/sip_call.h         |  68 +++---
 src/sip_msg.c          | 122 ++++++----
 src/sip_msg.h          |  65 ++----
 src/ui_call_flow.c     | 131 +++++++----
 src/ui_call_flow.h     |   2 +-
 src/ui_call_list.c     | 241 +++++++++----------
 src/ui_call_list.h     |  15 --
 src/ui_call_raw.c      |   2 +-
 src/ui_column_select.c |  91 ++++----
 src/ui_column_select.h |   6 +-
 src/ui_filter.c        |   2 +-
 src/ui_manager.c       | 159 ++++++++++++-
 src/ui_manager.h       |  52 ++++-
 src/ui_save.c          |  44 ++--
 src/ui_save.h          |   6 -
 src/ui_settings.c      |  15 +-
 src/ui_settings.h      |  23 +-
 src/util.c             |  11 +
 src/util.h             |  10 +
 src/vector.c           |  36 ++-
 src/vector.h           |  19 ++
 tests/test_input.c     |   2 +-
 58 files changed, 3558 insertions(+), 1303 deletions(-)
 create mode 100755 compile
 create mode 100644 src/capture_eep.c
 create mode 100644 src/capture_eep.h
 create mode 100644 src/capture_reasm.c
 create mode 100644 src/capture_reasm.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sngrep.git



More information about the Pkg-voip-commits mailing list