ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e2ef6c4: Add on to the dummy.cpp hack that forces wir

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Nov 2014 22:39:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2ef6c4cfc3c07b2fb1fce80e1b3d614aa7ad670
Submitter: Stephen Fisher (sfisher@xxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2ef6c4 by Stephen Fisher (sfisher@xxxxxxx):

    Add on to the dummy.cpp hack that forces wireshark to be linked with a
    c++ compiler to automatically create a dummy.cpp file and remove it when
    make clean is issued.  This allows make tags to work again since the
    file isn't missing.
    
    Change-Id: I17191ad2acc281734fa12da4d347fd3116018f67
    Reviewed-on: https://code.wireshark.org/review/5494
    Petri-Dish: Stephen Fisher <sfisher@xxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stephen Fisher <sfisher@xxxxxxx>
    

Actions performed:

    from  e2132f9   openflow: Minor changes
    adds  e2ef6c4   Add on to the dummy.cpp hack that forces wireshark to be linked with a c++ compiler to automatically create a dummy.cpp file and remove it when make clean is issued.  This allows make tags to work again since the file isn't missing.


Summary of changes:
 .gitignore  |    1 +
 Makefile.am |    6 ++++++
 2 files changed, 7 insertions(+)