Wireshark-commits: [Wireshark-commits] master 284229c: Convert EUI64 address APIs to use wmem.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Jan 2015 07:44:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=284229c0f8a73666e4b330f0fd83ab255215ba99
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

284229c by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert EUI64 address APIs to use wmem.
    
    Change-Id: I57d2e435ac72ea07ec9a567e0b1ce4410966e3d2
    Reviewed-on: https://code.wireshark.org/review/6419
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  17f1a44   Bluetooth: AVDTP: Fix other-side Reconfigure
    adds  284229c   Convert EUI64 address APIs to use wmem.


Summary of changes:
 epan/addr_resolv.c                           |   33 +++++---------------------
 epan/addr_resolv.h                           |    8 ++-----
 epan/address_to_str.c                        |    6 ++---
 epan/dissectors/packet-ieee802154.c          |    8 +++----
 epan/dissectors/packet-zbee-nwk.c            |    2 +-
 epan/dissectors/packet-zbee-zdp-binding.c    |   20 ++++++++--------
 epan/dissectors/packet-zbee-zdp-discovery.c  |   24 +++++++++----------
 epan/dissectors/packet-zbee-zdp-management.c |    4 ++--
 epan/proto.c                                 |   16 ++++++++-----
 epan/to_str.h                                |    2 +-
 10 files changed, 51 insertions(+), 72 deletions(-)