[Wireshark-commits] buildbot failure in Wireshark (development) on Windows Server 2012 R2 x64

2017-01-12 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows Server 2012 R2 x64 
while building wireshark. Full details are available at:

http://buildbot.wireshark.org/wireshark-master/builders/Windows%20Server%202012%20R2%20x64/builds/2635

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

Buildslave for this Build: windows-2012r2-x64

Build Reason: The SingleBranchScheduler scheduler named 'Gerrit' triggered this 
build
Build Source Stamp: [branch refs/heads/master] 
c303679d999f38d92a00f0cf99ba0a000a9ff92f
Blamelist: Guy Harris 

BUILD FAILED: failed compile_1

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-2.0 07db3ab: Decode TBCD strings in GSM MAP as per the GSM MAP spec.

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07db3ab604c6bad3655e18515f687daec3e88330
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master-2.0
Repository: wireshark

Commits:

07db3ab by Guy Harris (g...@alum.mit.edu):

Decode TBCD strings in GSM MAP as per the GSM MAP spec.

Hex digits 0xa through 0xe are '*', '#', 'a', 'b', and 'c',
respectively.

Constify the dgt_set_t argument to tvb_bcd_dig_to_wmem_packet_str(),
while we're at it.

Bug: 13316
Change-Id: I926052654445f1c7b97de8e47c8bd170b415be59
Reviewed-on: https://code.wireshark.org/review/19622
Reviewed-by: Guy Harris 


Actions performed:

from  4c4a1b0   [Automatic update for 2017-01-08]
adds  07db3ab   Decode TBCD strings in GSM MAP as per the GSM MAP spec.


Summary of changes:
 asn1/gsm_map/gsm_map.cnf |9 +++-
 epan/dissectors/packet-gsm_map.c |   95 --
 epan/tvbuff.c|4 +-
 epan/tvbuff.h|3 +-
 4 files changed, 63 insertions(+), 48 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 b7e68c4: Decode TBCD strings in GSM MAP as per the GSM MAP spec.

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7e68c4e2af9b89d8bcc6befa85a67f6e604646d
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master-2.2
Repository: wireshark

Commits:

b7e68c4 by Guy Harris (g...@alum.mit.edu):

Decode TBCD strings in GSM MAP as per the GSM MAP spec.

Hex digits 0xa through 0xe are '*', '#', 'a', 'b', and 'c',
respectively.

Constify the dgt_set_t argument to tvb_bcd_dig_to_wmem_packet_str(),
while we're at it.

Bug: 13316
Change-Id: I7586f35d23fd262453779d99946e7ccad4b6ffab
Reviewed-on: https://code.wireshark.org/review/19620
Reviewed-by: Guy Harris 
(cherry picked from commit c303679d999f38d92a00f0cf99ba0a000a9ff92f)
Reviewed-on: https://code.wireshark.org/review/19621


Actions performed:

from  ab36584   Revert "Qt: check NULL before dereference (CID 1394324)"
adds  b7e68c4   Decode TBCD strings in GSM MAP as per the GSM MAP spec.


Summary of changes:
 epan/dissectors/asn1/gsm_map/gsm_map.cnf |9 ++-
 epan/dissectors/packet-gsm_map.c |   95 --
 epan/tvbuff.c|4 +-
 epan/tvbuff.h|3 +-
 4 files changed, 63 insertions(+), 48 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 c303679: Decode TBCD strings in GSM MAP as per the GSM MAP spec.

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c303679d999f38d92a00f0cf99ba0a000a9ff92f
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

c303679 by Guy Harris (g...@alum.mit.edu):

Decode TBCD strings in GSM MAP as per the GSM MAP spec.

Hex digits 0xa through 0xe are '*', '#', 'a', 'b', and 'c',
respectively.

Constify the dgt_set_t argument to tvb_bcd_dig_to_wmem_packet_str(),
while we're at it.

Bug: 13316
Change-Id: I7586f35d23fd262453779d99946e7ccad4b6ffab
Reviewed-on: https://code.wireshark.org/review/19620
Reviewed-by: Guy Harris 


Actions performed:

from  a4bbd3c   packet-infiniband: Pass read request packets to ULP 
dissectors
adds  c303679   Decode TBCD strings in GSM MAP as per the GSM MAP spec.


Summary of changes:
 epan/dissectors/asn1/gsm_map/gsm_map.cnf |9 ++-
 epan/dissectors/packet-gsm_map.c |   95 --
 epan/tvbuff.c|4 +-
 epan/tvbuff.h|3 +-
 4 files changed, 63 insertions(+), 48 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] buildbot failure in Wireshark 2.2 on OSX 10.7 x64

2017-01-12 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX 10.7 x64 while building 
wireshark. Full details are available at:

http://buildbot.wireshark.org/wireshark-2.2/builders/OSX%2010.7%20x64/builds/400

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

Buildslave for this Build: osx-10.7-x64

Build Reason: The SingleBranchScheduler scheduler named 'Gerrit' triggered this 
build
Build Source Stamp: [branch refs/heads/master-2.2] 
4bda8cce396baa42e9fffab416e024eef2acfca6
Blamelist: Michael Mann 

BUILD FAILED: failed compile_2

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 a4bbd3c: packet-infiniband: Pass read request packets to ULP dissectors

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

Commits:

a4bbd3c by Parav Pandit (paravpan...@yahoo.com):

packet-infiniband: Pass read request packets to ULP dissectors

This patch passes RDMA read request packets to ULP dissectors similar to
other RDMA packets so that ULP dissector can have opportunity to show as
upper layer protocol instead of IB or RRoCE.

Change-Id: I594d8eada858b7f77fc94be44e3639526789779e
Tested-by: paravpan...@yahoo.com
Reviewed-on: https://code.wireshark.org/review/19619
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  aa76d58   uat: fix build error without libgcrypt/gnutls
adds  a4bbd3c   packet-infiniband: Pass read request packets to ULP 
dissectors


Summary of changes:
 epan/dissectors/packet-infiniband.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
___
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] buildbot failure in Wireshark (development) on OSX 10.6 x64

2017-01-12 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/12996

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 refs/heads/master] 
aa76d58dd5967836e5b25d115cf0ff10a76f35a1
Blamelist: Michael Mann 

BUILD FAILED: failed compile_1

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 aa76d58: uat: fix build error without libgcrypt/gnutls

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

Commits:

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

uat: fix build error without libgcrypt/gnutls

Change-Id: I00fea4d2e8c4d7fc8fc54627ced21796d40b854a
Reviewed-on: https://code.wireshark.org/review/19616
Reviewed-by: Peter Wu 
Petri-Dish: Peter Wu 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  4f01e93   Make sure ui/qt/variant_pointer.h gets distributed.
adds  aa76d58   uat: fix build error without libgcrypt/gnutls


Summary of changes:
 epan/dissectors/packet-dtls.c |2 ++
 1 file changed, 2 insertions(+)
___
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 4f01e93: Make sure ui/qt/variant_pointer.h gets distributed.

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f01e93161714dfa7a8b5b5831e6014224b2af49
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

4f01e93 by Guy Harris (g...@alum.mit.edu):

Make sure ui/qt/variant_pointer.h gets distributed.

Change-Id: I3bbfaf392da346e937b5a1914c140d1114e3091e
Reviewed-on: https://code.wireshark.org/review/19618
Reviewed-by: Guy Harris 


Actions performed:

from  259989a   camins: improve the heuristics
adds  4f01e93   Make sure ui/qt/variant_pointer.h gets distributed.


Summary of changes:
 ui/qt/Makefile.am |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
___
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] buildbot failure in Wireshark (development) on Ubuntu 16.04 x64

2017-01-12 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Ubuntu 16.04 x64 while 
building wireshark. Full details are available at:

http://buildbot.wireshark.org/wireshark-master/builders/Ubuntu%2016.04%20x64/builds/1168

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

Buildslave for this Build: ubuntu-16.04-x64

Build Reason: The SingleBranchScheduler scheduler named 'Gerrit' triggered this 
build
Build Source Stamp: [branch refs/heads/master] 
259989ac1ade9cf60db9e5a78ceb404123d57fe9
Blamelist: Roland Knall 

BUILD FAILED: failed make distcheck

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 259989a: camins: improve the heuristics

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=259989ac1ade9cf60db9e5a78ceb404123d57fe9
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

259989a by Martin Kaiser (wiresh...@kaiser.cx):

camins: improve the heuristics

The current mechanism that reads the first 20 blocks looking for a headerd
oesn't work in all cases. I was given sample files that consist of
data blocks only and have no header.

Use a new approach to detect a .camins file by searching for pairs of
size high + size low blocks, either read or write. Go through the
entire file. If we have significantly more pairs than single, non-matching
blocks, this is a camins file.

Change-Id: Ic91e7db7149b105e26896d1a89cad4a2a73d0f13
Reviewed-on: https://code.wireshark.org/review/19603
Reviewed-by: Martin Kaiser 
Petri-Dish: Martin Kaiser 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Roland Knall 


Actions performed:

from  3df81a0   Qt: Remove unneccessary Q_DECLARE_METATYPE
adds  259989a   camins: improve the heuristics


Summary of changes:
 wiretap/camins.c |   93 ++
 wiretap/camins.h |2 +-
 2 files changed, 73 insertions(+), 22 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 3df81a0: Qt: Remove unneccessary Q_DECLARE_METATYPE

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3df81a055064e2e2c8c9548f1c6837ddef5e5034
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

3df81a0 by Roland Knall (roland.kn...@br-automation.com):

Qt: Remove unneccessary Q_DECLARE_METATYPE

Remove unnecessary Q_DECLARE_METATYPE macros and replace calls
to QVariant conversions with VariantPointer where necessary

Change-Id: Ia4690590095f930bf94644197de7fa30b00ee7ec
Reviewed-on: https://code.wireshark.org/review/19611
Petri-Dish: Roland Knall 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Roland Knall 


Actions performed:

from  d6d5168   Diameter: decode Emergency-Indication AVP (1538)
adds  3df81a0   Qt: Remove unneccessary Q_DECLARE_METATYPE


Summary of changes:
 ui/qt/bluetooth_device_dialog.cpp  |   23 +++-
 ui/qt/bluetooth_device_dialog.h|7 +++
 ui/qt/bluetooth_devices_dialog.cpp |   21 +++
 ui/qt/bluetooth_hci_summary_dialog.cpp |   44 +++
 ui/qt/byte_view_tab.cpp|6 +-
 ui/qt/byte_view_text.cpp   |4 +-
 ui/qt/conversation_dialog.h|2 -
 ui/qt/decode_as_dialog.cpp |8 ++-
 ui/qt/display_filter_expression_dialog.cpp |8 +--
 ui/qt/endpoint_dialog.h|2 -
 ui/qt/extcap_argument.h|3 -
 ui/qt/extcap_options_dialog.cpp|9 +--
 ui/qt/file_set_dialog.cpp  |8 +--
 ui/qt/io_graph_dialog.cpp  |   27 +
 ui/qt/main_window.cpp  |4 --
 ui/qt/main_window.h|3 +
 ui/qt/main_window_slots.cpp|   20 +++
 ui/qt/module_preferences_scroll_area.cpp   |   58 ++--
 ui/qt/preferences_dialog.cpp   |   29 +++---
 ui/qt/profile_dialog.cpp   |   22 
 ui/qt/proto_tree.cpp   |   24 
 ui/qt/proto_tree.h |2 -
 ui/qt/protocol_hierarchy_dialog.cpp|9 +--
 ui/qt/rtp_player_dialog.cpp|3 -
 ui/qt/sparkline_delegate.h |2 +-
 ui/qt/stats_tree_dialog.cpp|   12 ++--
 .../packet-chdlc.h => ui/qt/variant_pointer.h  |   37 +++--
 ui/qt/voip_calls_dialog.cpp|2 -
 ui/qt/wireless_frame.cpp   |1 -
 29 files changed, 198 insertions(+), 202 deletions(-)
 copy epan/dissectors/packet-chdlc.h => ui/qt/variant_pointer.h (65%)
___
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 d6d5168: Diameter: decode Emergency-Indication AVP (1538)

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

Commits:

d6d5168 by Jan Spevak (jan.spe...@nokia.com):

Diameter: decode Emergency-Indication AVP (1538)

Change-Id: Ie40d61944fd47eb532b759cb122367c18840feff
Reviewed-on: https://code.wireshark.org/review/19615
Petri-Dish: Pascal Quantin 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Pascal Quantin 


Actions performed:

from  f8dc234   Qt: fix memleak of PointList in interface statistics
adds  d6d5168   Diameter: decode Emergency-Indication AVP (1538)


Summary of changes:
 diameter/dictionary.xml|4 
 epan/dissectors/packet-diameter_3gpp.c |   38 
 2 files changed, 42 insertions(+)
___
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 f8dc234: Qt: fix memleak of PointList in interface statistics

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8dc2346dfa5df67749583a428f9a76b2f61acb1
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

f8dc234 by Peter Wu (pe...@lekensteyn.nl):

Qt: fix memleak of PointList in interface statistics

The list of points (for interface traffic statistics) is part of the
interface tree model/view. Remove the pointer indirection to simplify
cleanup and avoid leaking a PointList.

Note that the SparkLineDelegate is used in two different places
(CaptureInterfacesDialog and InterfaceTreeModel).

Change-Id: I5fef7dadd44fdf58c07844fee269f509c712a36f
Reviewed-on: https://code.wireshark.org/review/19606
Petri-Dish: Peter Wu 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Roland Knall 


Actions performed:

from  4b3b3f5   Extcap: Restore previously created preference from hash 
table, not preference pointer
adds  f8dc234   Qt: fix memleak of PointList in interface statistics


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |   18 +-
 ui/qt/interface_tree_model.cpp  |   13 ++---
 ui/qt/interface_tree_model.h|2 +-
 ui/qt/sparkline_delegate.cpp|   12 ++--
 4 files changed, 18 insertions(+), 27 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 4b3b3f5: Extcap: Restore previously created preference from hash table, not preference pointer

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b3b3f587726bf055c252b4497d10375c08b5993
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

4b3b3f5 by Michael Mann (mman...@netscape.net):

Extcap: Restore previously created preference from hash table, not 
preference pointer

Change-Id: Ie68a5c6c193f362e78d4f4b1f20edf7747e2313f
Reviewed-on: https://code.wireshark.org/review/19614
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Roland Knall 


Actions performed:

from  805ddd1   uat: add a reset callback.
adds  4b3b3f5   Extcap: Restore previously created preference from hash 
table, not preference pointer


Summary of changes:
 extcap.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 805ddd1: uat: add a reset callback.

2017-01-12 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=805ddd1addbea96308fe3b790043ec511c73bbfa
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

805ddd1 by Dario Lombardo (lom...@gmail.com):

uat: add a reset callback.

This function will free the resources allocated by the caller.

Change-Id: Ib486c14e4fd3c321662fb71f7fd06733ce9a64a4
Reviewed-on: https://code.wireshark.org/review/19375
Reviewed-by: Peter Wu 
Petri-Dish: Peter Wu 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  01c8028   X2AP: upgrade dissector to v13.6.0
adds  805ddd1   uat: add a reset callback.


Summary of changes:
 epan/dfilter/dfilter-macro.c   |1 +
 epan/dissectors/asn1/c1222/packet-c1222-template.c |1 +
 epan/dissectors/asn1/ess/packet-ess-template.c |1 +
 epan/dissectors/asn1/ldap/packet-ldap-template.c   |1 +
 epan/dissectors/asn1/pres/packet-pres-template.c   |1 +
 epan/dissectors/asn1/snmp/packet-snmp-template.c   |2 +
 epan/dissectors/packet-ber.c   |1 +
 epan/dissectors/packet-bootp.c |1 +
 epan/dissectors/packet-btrfcomm.c  |1 +
 epan/dissectors/packet-c1222.c |1 +
 epan/dissectors/packet-devicenet.c |1 +
 epan/dissectors/packet-dmp.c   |1 +
 epan/dissectors/packet-dof.c   |3 ++
 epan/dissectors/packet-dtls.c  |8 
 epan/dissectors/packet-ess.c   |3 +-
 epan/dissectors/packet-http.c  |1 +
 epan/dissectors/packet-ieee80211.c |1 +
 epan/dissectors/packet-ieee802154.c|1 +
 epan/dissectors/packet-imf.c   |1 +
 epan/dissectors/packet-ipsec.c |1 +
 epan/dissectors/packet-isakmp.c|2 +
 epan/dissectors/packet-k12.c   |1 +
 epan/dissectors/packet-lbmpdmtcp.c |1 +
 epan/dissectors/packet-lbmr.c  |1 +
 epan/dissectors/packet-lbtrm.c |1 +
 epan/dissectors/packet-lbtru.c |1 +
 epan/dissectors/packet-lbttcp.c|1 +
 epan/dissectors/packet-ldap.c  |3 +-
 epan/dissectors/packet-mac-lte.c   |1 +
 epan/dissectors/packet-pdcp-lte.c  |1 +
 epan/dissectors/packet-pres.c  |1 +
 epan/dissectors/packet-reload.c|1 +
 epan/dissectors/packet-sccp.c  |2 +-
 epan/dissectors/packet-sctp.c  |1 +
 epan/dissectors/packet-sip.c   |1 +
 epan/dissectors/packet-snmp.c  |2 +
 epan/dissectors/packet-ssl.c   |8 
 epan/dissectors/packet-umts_fp.c   |1 +
 epan/dissectors/packet-user_encap.c|1 +
 epan/dissectors/packet-vcdu.c  |1 +
 epan/dissectors/packet-zbee-nwk-gp.c   |2 +-
 epan/dissectors/packet-zbee-security.c |1 +
 epan/expert.c  |1 +
 epan/geoip_db.c|   20 --
 epan/oids.c|2 +
 epan/prefs.c   |3 ++
 epan/uat-int.h |   13 ++-
 epan/uat.c |   41 
 epan/uat.h |   14 +++
 plugins/stats_tree/pinfo_stats_tree.c  |1 +
 ui/qt/io_graph_dialog.cpp  |1 +
 51 files changed, 130 insertions(+), 33 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