Wireshark-commits: [Wireshark-commits] master ecda3d0: tap-sctp: remove guint32 unneeded allocation
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Mar 2018 21:23:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ecda3d090151c4970b8cd44a43a7cbd50a1396ac
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ecda3d0 by Dario Lombardo (lomato@xxxxxxxxx):

    tap-sctp: remove guint32 unneeded allocations.
    
    They've been replaced by direct cast.
    
    Change-Id: I99fbc0463af724dc2592fbfe24a63c645902c703
    Reviewed-on: https://code.wireshark.org/review/26522
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b4498c9   CQL: ensure that there is at least one column to display rows
    adds  ecda3d0   tap-sctp: remove guint32 unneeded allocations.


Summary of changes:
 ui/tap-sctp-analysis.c | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)