Wireshark-commits: [Wireshark-commits] master a5fe54d: Preparation Host Flows: Syntax Line Edit (al

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2015 05:01:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5fe54d180b2723e621fa61104002353e897a828
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a5fe54d by Pascal Artho (pascalartho@xxxxxxxxx):

    Preparation Host Flows: Syntax Line Edit (allow longer filter text)
    
    The "Syntax Line Edit" is based on "QLineEdit". By default, the maximum
    permitted length of a QLineEdit text is 32767 (16 bits).
    
    As the "Host Flows" extension uses the Wireshark filter syntax to filter
    the data, the filter can be become large. To avoid errors, I increased
    the maximum permitted length value to the maximum of quint32.
    
    Change-Id: I756efa76e1fc84449caef8fea368e6e38e776235
    Reviewed-on: https://code.wireshark.org/review/10099
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0310e5a   gsm map summary (GTK): fix no previous prototype for ‘gsm_map_stat_gtk_sum_cb’ [-Wmissing-prototypes]
    adds  a5fe54d   Preparation Host Flows: Syntax Line Edit (allow longer filter text)


Summary of changes:
 ui/qt/syntax_line_edit.cpp |    2 ++
 1 file changed, 2 insertions(+)