Wireshark-commits: [Wireshark-commits] master 5d0b3c2: UDP: Make port column info similar to TCP, a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Oct 2015 02:32:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d0b3c2f2427d7545d3a49bcfe44431aba533b2a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d0b3c2 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    UDP: Make port column info similar to TCP, add length information
    
    Change-Id: I3f7a35db53a1ecc9d543b80f143eb6082616e458
    Reviewed-on: https://code.wireshark.org/review/10702
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  82b2258   wslua: fix crash when a LUA error is raised in TRY block
    adds  5d0b3c2   UDP: Make port column info similar to TCP, add length information


Summary of changes:
 epan/column-utils.c          |    9 +++++++++
 epan/column-utils.h          |   10 ++++++++++
 epan/dissectors/packet-tcp.c |    9 ++-------
 epan/dissectors/packet-udp.c |    9 +++++----
 4 files changed, 26 insertions(+), 11 deletions(-)