Wireshark-commits: [Wireshark-commits] master 5f739fb: Handle Clang/C2.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Mar 2018 07:32:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f739fb83746d7a1cf68325db765b73f568526a1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5f739fb by Guy Harris (guy@xxxxxxxxxxxx):

    Handle Clang/C2.
    
    Microsoft have a C/C++ compiler with a Clang front end and their code
    generator:
    
    	https://blogs.msdn.microsoft.com/vcblog/tag/clang/
    
    Try to detect it.  (It's not too late.)
    
    Change-Id: I574e3f985f376727df77081b429cad7f3d1f5d70
    Reviewed-on: https://code.wireshark.org/review/26563
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6401440   Don't register the link-layer 802.11 dissector in the gre.proto table.
    adds  5f739fb   Handle Clang/C2.


Summary of changes:
 version_info.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)