[Pkg-voip-commits] [sngrep] branch master updated (3db197f -> 88cc2f7)

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 change to branch master
in repository sngrep.

      from  3db197f   update debian changelog
      adds  3c853dd   Imported Upstream version 0.4.1
       new  de157f7   Merge tag 'upstream/0.4.1'
       new  88cc2f7   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:
 .gitignore                     |   8 +-
 ChangeLog                      |  13 +
 Makefile.am                    |   2 +-
 TODO                           |  14 -
 configure.ac                   |   3 +-
 debian/changelog               |   6 +
 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 +++++
 52 files changed, 2394 insertions(+), 1208 deletions(-)
 create mode 100644 src/sip_call.c
 create mode 100644 src/sip_call.h
 create mode 100644 src/sip_msg.c
 create mode 100644 src/sip_msg.h
 create mode 100644 tests/Makefile.am
 create mode 100644 tests/README
 create mode 100644 tests/aaa.pcap
 copy src/util.h => tests/test_001.c (55%)
 create mode 100644 tests/test_002.c
 create mode 100644 tests/test_003.c
 create mode 100644 tests/test_004.c
 copy src/util.h => tests/test_005.c (50%)
 copy src/util.h => tests/test_006.c (55%)
 create mode 100644 tests/test_007.c
 create mode 100644 tests/test_input.c

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