[Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64

2016-09-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX 10.6 x64 while building 
wireshark. Full details are available at:

http://buildbot.wireshark.org/wireshark-master/builders/OSX%2010.6%20x64/builds/12192

Buildbot URL: http://buildbot.wireshark.org/wireshark-master/

Buildslave for this Build: osx-10.6-x64

Build Reason: The SingleBranchScheduler scheduler named 'Gerrit' triggered this 
build
Build Source Stamp: [branch master] fdbf443d27130628918ac247c682d32bcb314b49
Blamelist: Michael Mann 

BUILD FAILED: failed compile_3

Sincerely,
 -The Buildbot



___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master fdbf443: Add dissector for the osmux protocol

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fdbf443d27130628918ac247c682d32bcb314b49
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

fdbf443 by Daniel Willmann (dwillm...@sysmocom.de):

Add dissector for the osmux protocol

The Osmux protocol bundles multiple AMR frames inside one UDP packet to 
avoid
the overhead of having one IP/UDP/RTP packet per AMR frame. It is used by 
the
osmocom project.

Sponsored-by: On-Waves ehf
Change-Id: I8fb21e54adec8d8bd7ac5ebd2154100a73ab71c9
Reviewed-on: https://code.wireshark.org/review/16996
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  11da041   LLDP: Update column info according to PROFINET requirements
adds  fdbf443   Add dissector for the osmux protocol


Summary of changes:
 docbook/release-notes.asciidoc |1 +
 epan/dissectors/CMakeLists.txt |1 +
 epan/dissectors/Makefile.am|2 +
 epan/dissectors/packet-gsm_osmux.c |  309 
 .../dissectors/packet-gsm_osmux.h  |   23 +-
 5 files changed, 327 insertions(+), 9 deletions(-)
 create mode 100644 epan/dissectors/packet-gsm_osmux.c
 copy ui/gtk/lbm_uimflow_dlg.h => epan/dissectors/packet-gsm_osmux.h (79%)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 11da041: LLDP: Update column info according to PROFINET requirements

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=11da041bab27f69a940a2c8113f1a811534d4eaa
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

11da041 by Birol Capa (birol.c...@siemens.com):

LLDP: Update column info according to PROFINET requirements

Column information of LLDP frames should be updated according to PROFINET
requirements without changing the default behavior of column information.

Therefore, a new protocol setting is added.
This setting is used to display PROFINET specialized column information:
Edit-> Preferences -> Protocols -> Select LLDP

Bug: 12937
Change-Id: I48b78d0a3f6b3425f6f9c1d4be20dc24b143346d
Reviewed-on: https://code.wireshark.org/review/17081
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  d8a2d39   Update c-ares to 1.12.0
adds  11da041   LLDP: Update column info according to PROFINET requirements


Summary of changes:
 epan/dissectors/packet-lldp.c |  180 +++--
 1 file changed, 154 insertions(+), 26 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master-2.0 d4bf5f0: Update c-ares to 1.12.0

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4bf5f061ff4cb2d045b43cea3809a5bf7d7b8fa
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master-2.0
Repository: wireshark

Commits:

d4bf5f0 by Pascal Quantin (pascal.quan...@gmail.com):

Update c-ares to 1.12.0

Change-Id: Icd70f5e4e5e1a41a6a188500874a893433ecb8ed
Reviewed-on: https://code.wireshark.org/review/17985
Petri-Dish: Pascal Quantin 
Reviewed-by: Pascal Quantin 
(cherry picked from commit d8a2d39d429ad20707eafc05399e640521d66f57)
Conflicts:
tools/win-setup.ps1
Reviewed-on: https://code.wireshark.org/review/17987
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  194b63a   ssl: fix exact matching of ALPN protocol names
adds  d4bf5f0   Update c-ares to 1.12.0


Summary of changes:
 Makefile.nmake  |2 +-
 config.nmake|4 ++--
 tools/win-setup.ps1 |   12 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master-2.2 f46f367: Update c-ares to 1.12.0

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f46f3673e59a66c615561b50127fcccea50558e7
Submitter: Pascal Quantin (pascal.quan...@gmail.com)
Changed: branch: master-2.2
Repository: wireshark

Commits:

f46f367 by Pascal Quantin (pascal.quan...@gmail.com):

Update c-ares to 1.12.0

Change-Id: Icd70f5e4e5e1a41a6a188500874a893433ecb8ed
Reviewed-on: https://code.wireshark.org/review/17985
Petri-Dish: Pascal Quantin 
Reviewed-by: Pascal Quantin 
(cherry picked from commit d8a2d39d429ad20707eafc05399e640521d66f57)
Conflicts:
tools/win-setup.ps1
Reviewed-on: https://code.wireshark.org/review/17986
Tested-by: Petri Dish Buildbot 


Actions performed:

from  f78d1ad   tshark: register extcap preferences
adds  f46f367   Update c-ares to 1.12.0


Summary of changes:
 tools/win-setup.ps1 |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master d8a2d39: Update c-ares to 1.12.0

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8a2d39d429ad20707eafc05399e640521d66f57
Submitter: Pascal Quantin (pascal.quan...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

d8a2d39 by Pascal Quantin (pascal.quan...@gmail.com):

Update c-ares to 1.12.0

Change-Id: Icd70f5e4e5e1a41a6a188500874a893433ecb8ed
Reviewed-on: https://code.wireshark.org/review/17985
Petri-Dish: Pascal Quantin 
Reviewed-by: Pascal Quantin 


Actions performed:

from  1f633cf   Qt: Add html_escape to qt_ui_utils.
adds  d8a2d39   Update c-ares to 1.12.0


Summary of changes:
 tools/win-setup.ps1 |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 1f633cf: Qt: Add html_escape to qt_ui_utils.

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f633cfc840de148e928d121a613237ea5dafb0a
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

1f633cf by Gerald Combs (ger...@wireshark.org):

Qt: Add html_escape to qt_ui_utils.

Add an html_escape convenience function, which escapes HTML
metacharacters using Qt::escape on Qt4 and QString::toHtmlEscaped on
Qt5. Use it where we were previously using #if QT_VERSION and calling
the API-specific functions.

Change-Id: Ifda3e9634a37fc00bdb46e08d5711f934692fef5
Reviewed-on: https://code.wireshark.org/review/17984
Reviewed-by: Gerald Combs 
Petri-Dish: Gerald Combs 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Roland Knall 


Actions performed:

from  5f69295   macosx-setup: Upgrade c-ares to 1.12.0.
adds  1f633cf   Qt: Add html_escape to qt_ui_utils.


Summary of changes:
 ui/qt/capture_file_properties_dialog.cpp |   13 ++---
 ui/qt/module_preferences_scroll_area.cpp |   13 ++---
 ui/qt/preference_editor_frame.cpp|   12 +---
 ui/qt/qt_ui_utils.cpp|   14 ++
 ui/qt/qt_ui_utils.h  |9 +
 ui/qt/sequence_dialog.cpp|   11 ++-
 ui/qt/tap_parameter_dialog.cpp   |   26 --
 7 files changed, 34 insertions(+), 64 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] wireshark-win64-libs rev 451: /tags/2016-09-29/

2016-09-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev=Wireshark-win64-libs=451

User: pascal
Date: 2016/09/29 07:41 PM

Log:
 Update c-ares to 1.12.0

___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] wireshark-win64-libs rev 450: / /trunk/packages/: c-ares-1.11.0-win64ws.zip c-ares-1.12.0-win64ws.zip /trunk/: README.txt

2016-09-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev=Wireshark-win64-libs=450

User: pascal
Date: 2016/09/29 07:37 PM

Log:
 Update c-ares to 1.12.0

Directory: /trunk/packages/
  ChangesPath Action
  +0 -0  c-ares-1.11.0-win64ws.zipRemoved
  +0 -0  c-ares-1.12.0-win64ws.zipAdded

Directory: /trunk/
  ChangesPath  Action
  +1 -1  README.txtModified

___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] wireshark-win32-libs rev 498: /tags/2016-09-29/

2016-09-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev=Wireshark-win32-libs=498

User: pascal
Date: 2016/09/29 07:31 PM

Log:
 Update c-ares to 1.12.0

___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] wireshark-win32-libs rev 497: / /trunk/packages/: c-ares-1.11.0-win32ws.zip c-ares-1.12.0-win32ws.zip /trunk/: README.txt

2016-09-29 Thread pascal
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev=Wireshark-win32-libs=497

User: pascal
Date: 2016/09/29 07:27 PM

Log:
 Update c-ares to 1.12.0

Directory: /trunk/packages/
  ChangesPath Action
  +0 -0  c-ares-1.11.0-win32ws.zipRemoved
  +0 -0  c-ares-1.12.0-win32ws.zipAdded

Directory: /trunk/
  ChangesPath  Action
  +1 -1  README.txtModified

___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 5f69295: macosx-setup: Upgrade c-ares to 1.12.0.

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f69295c47a9a72ae27d8404860ab8170591cb1d
Submitter: Gerald Combs (ger...@wireshark.org)
Changed: branch: master
Repository: wireshark

Commits:

5f69295 by Gerald Combs (ger...@wireshark.org):

macosx-setup: Upgrade c-ares to 1.12.0.

Change the download protocol to https as well.

Change-Id: Id2043141d3b89449f2a0c739c05142af0a7b46ba
Reviewed-on: https://code.wireshark.org/review/17983
Reviewed-by: Gerald Combs 


Actions performed:

from  d86214e   kismet: use ws_strtou64.
adds  5f69295   macosx-setup: Upgrade c-ares to 1.12.0.


Summary of changes:
 macosx-setup.sh |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master d86214e: kismet: use ws_strtou64.

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d86214e86737967765238409bd260162d313f15f
Submitter: Dario Lombardo (lom...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

d86214e by Dario Lombardo (lom...@gmail.com):

kismet: use ws_strtou64.

Add also an expert info when the time is invalid.

Change-Id: I8b3639aade41574cf1bda38f3ae1d02b09d0711c
Reviewed-on: https://code.wireshark.org/review/17678
Reviewed-by: Dario Lombardo 


Actions performed:

from  85df921   Added HSMS dissector
adds  d86214e   kismet: use ws_strtou64.


Summary of changes:
 epan/dissectors/packet-kismet.c |   35 ++-
 1 file changed, 26 insertions(+), 9 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 85df921: Added HSMS dissector

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85df9217f0db503cd2aff04a2e5a475f5d0203a9
Submitter: Dario Lombardo (lom...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

85df921 by Benjamin Parzella (bparze...@gmail.com):

Added HSMS dissector

Bug: 12942
Change-Id: I69ab22caa9938167db421ca2f0346ca086280823
Reviewed-on: https://code.wireshark.org/review/17890
Reviewed-by: Michael Mann 
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Dario Lombardo 


Actions performed:

from  c205bce   proto.c use g_list_prepend when adding heuristic dissectors 
and plugins.
adds  85df921   Added HSMS dissector


Summary of changes:
 docbook/release-notes.asciidoc |1 +
 epan/dissectors/CMakeLists.txt |1 +
 epan/dissectors/Makefile.am|1 +
 epan/dissectors/packet-hsms.c  |  783 
 4 files changed, 786 insertions(+)
 create mode 100644 epan/dissectors/packet-hsms.c
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master c205bce: proto.c use g_list_prepend when adding heuristic dissectors and plugins.

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c205bce8ef2922cc0f0dc28c6593e640ac8a49b9
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

c205bce by AndersBroman (anders.bro...@ericsson.com):

proto.c use g_list_prepend when adding heuristic dissectors and plugins.

Change-Id: If55938f0bad556a002fc85466c0b4f0e904991dc
Reviewed-on: https://code.wireshark.org/review/17981
Petri-Dish: Anders Broman 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Anders Broman 


Actions performed:

from  b3166fd   TLS: Fix indent of SNI hello extension
adds  c205bce   proto.c use g_list_prepend when adding heuristic dissectors 
and plugins.


Summary of changes:
 epan/proto.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master b3166fd: TLS: Fix indent of SNI hello extension

2016-09-29 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3166fd87c789ae9c42196933d89cbfd70084002
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

b3166fd by Alexis La Goutte (alexis.lagou...@gmail.com):

TLS: Fix indent of SNI hello extension

use 4 spaces

Change-Id: I0cbde19997f51046e6d5f22213b994a94a2998d6
Reviewed-on: https://code.wireshark.org/review/17978
Reviewed-by: Anders Broman 


Actions performed:

from  e91af83   Replace some seeks forward with wtap_read_bytes() with a 
null buffer pointer.
adds  b3166fd   TLS: Fix indent of SNI hello extension


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |   62 ++--
 1 file changed, 31 insertions(+), 31 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe