Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master b720f08: Don't use __func__, use G_STRFUNC.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Jul 2014 00:23:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b720f08f3693c00482cbef94456f4888e3c6c701
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b720f08 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use __func__, use G_STRFUNC.
    
    Not all compilers we use support __func__.
    
    Change-Id: I61194e1073c87e67f821e14698ea21b73d63983c
    Reviewed-on: https://code.wireshark.org/review/3071
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  28971b2   Squelch a warning.
    adds  b720f08   Don't use __func__, use G_STRFUNC.


Summary of changes:
 epan/dfilter/dfilter-macro.c       |    2 +-
 epan/dissectors/packet-ssl-utils.c |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)