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 759e618: GTK packet list string chunk fixups.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Sep 2015 18:51:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=759e6187476da599e7afb5e2789b083d93786eed
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

759e618 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    GTK packet list string chunk fixups.
    
    Call g_string_chunk_clear when we clear the packet list. Allocate 1 MiB
    chunks instead of 32 byte chunks. This doesn't do much in practice locally
    but appears more correct according to the GStringChunk documentation
    and source code.
    
    Change-Id: I143b6e1b48d376ba826cb342ade71085a2d82d96
    Reviewed-on: https://code.wireshark.org/review/10344
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  0818347   Remove the GTK+ IAX2 analysis circuit check.
    adds  759e618   GTK packet list string chunk fixups.


Summary of changes:
 ui/gtk/packet_list_store.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)