[Pkg-voip-commits] [sngrep] 01/02: Merge tag 'upstream/0.4.1'

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Wed Jul 15 07:23:19 UTC 2015


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

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

commit de157f71ca1e5dc719dd25d12183ec3fb5bd3500
Merge: 3db197f 3c853dd
Author: Victor Seva <vseva at sipwise.com>
Date:   Wed Jul 15 09:09:06 2015 +0200

    Merge tag 'upstream/0.4.1'
    
    Upstream version 0.4.1

 .gitignore                     |   8 +-
 ChangeLog                      |  13 +
 Makefile.am                    |   2 +-
 TODO                           |  14 -
 configure.ac                   |   3 +-
 doc/sngrep.8                   |   2 +-
 src/Makefile.am                |   2 +-
 src/capture.c                  | 134 +++++++--
 src/capture.h                  |  75 ++++-
 src/group.c                    |  28 +-
 src/main.c                     |  22 +-
 src/rtp.c                      |  12 +-
 src/rtp.h                      |   7 +-
 src/setting.c                  |   5 +-
 src/setting.h                  |   4 +-
 src/sip.c                      | 655 ++++++++++-------------------------------
 src/sip.h                      | 371 +++--------------------
 src/sip_attr.c                 |  54 +++-
 src/sip_attr.h                 |  44 ++-
 src/sip_call.c                 | 251 ++++++++++++++++
 src/sip_call.h                 | 221 ++++++++++++++
 src/sip_msg.c                  | 156 ++++++++++
 src/sip_msg.h                  | 226 ++++++++++++++
 src/ui_call_flow.c             |  71 +++--
 src/ui_call_flow.h             |   4 +
 src/ui_call_list.c             |  15 +-
 src/ui_call_list.h             |   1 -
 src/ui_call_raw.c              |  43 ++-
 src/ui_call_raw.h              |  10 +
 src/ui_manager.c               | 142 ++++++---
 src/ui_manager.h               |  15 +-
 src/ui_msg_diff.c              |  15 +-
 src/ui_save.c                  | 208 ++++++++-----
 src/ui_save.h                  |   9 +-
 src/ui_settings.c              |   1 +
 src/ui_settings.h              |   4 +-
 src/util.c                     |  16 +-
 src/util.h                     |   7 +
 src/vector.c                   | 102 ++++++-
 src/vector.h                   |  72 ++++-
 tests/Makefile.am              |  10 +
 tests/README                   |  16 +
 tests/aaa.pcap                 | Bin 0 -> 111077 bytes
 src/util.h => tests/test_001.c |  42 +--
 tests/test_002.c               |  66 +++++
 tests/test_003.c               |  74 +++++
 tests/test_004.c               |  65 ++++
 src/util.h => tests/test_005.c |  69 ++---
 src/util.h => tests/test_006.c |  51 ++--
 tests/test_007.c               |  79 +++++
 tests/test_input.c             |  80 +++++
 51 files changed, 2388 insertions(+), 1208 deletions(-)

-- 
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