ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 777b17c: Remove const from fields in a dynamically-al

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Apr 2018 20:37:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=777b17c374389b88e2f5d658c0827e8e8708d140
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

777b17c by Guy Harris (guy@xxxxxxxxxxxx):

    Remove const from fields in a dynamically-allocated structure.
    
    There's no need for them to be const, and that causes compiler warnings
    when you try to give them a value.
    
    Change-Id: Ib9bb034f3876abb7e86b6c9f41ebdd35192b5af3
    Reviewed-on: https://code.wireshark.org/review/26831
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d347091   Qt: Fix MacOSX menu entries
    adds  777b17c   Remove const from fields in a dynamically-allocated structure.


Summary of changes:
 plugins/epan/profinet/packet-dcerpc-pn-io.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)