Wireshark-commits: [Wireshark-commits] master 845654d: TCP: Use MIDDLE DOT for the flag placeholder

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Feb 2016 03:43:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=845654d8b7d17831976eb9fc6f2f7140a8e2d84e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

845654d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    TCP: Use MIDDLE DOT for the flag placeholder.
    
    If you apply tcp.flags.str as a column you end up with a Wall Of
    Asterisks. Use Unicode MIDDLE DOT as a placeholder instead.
    
    Change-Id: I3e2bebd2a951cc516399e965ace6bf87501adc9e
    Reviewed-on: https://code.wireshark.org/review/13855
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  4d22c44   Have the interface list unsorted by default.
    adds  845654d   TCP: Use MIDDLE DOT for the flag placeholder.


Summary of changes:
 epan/dissectors/packet-tcp.c |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)