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

Wireshark-dev: Re: [Wireshark-dev] constify some functions in proto.c / tvbuff.c

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 25 Jan 2010 21:41:54 +0100
Hi,

Note that this patch pushes more than just consts, but also changes in the VNC dissector and packet-redc as a PIDL dissector.

Thanks,
Jaap


Kaul wrote:
Re-attaching diff - now without conflicts.

On Mon, Jan 25, 2010 at 5:50 PM, Kaul <mykaul@xxxxxxxxx <mailto:mykaul@xxxxxxxxx>> wrote:

    Not sure how much it really matters with today's compilers, but it
    certainly a good habit of consifying params when possible.
    Attached patch, please review.
    (I'll open a bugzilla if this approach seems reasonable).