Wireshark-commits: [Wireshark-commits] master 0d414e5: Add ability to follow UDP stream by index

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Dec 2014 22:17:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d414e5d7fc6d466974bbc935c3543cb8f840f6c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0d414e5 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Add ability to follow UDP stream by index
    
    -z "follow,udp" tshark cli command now supports a stream index
    It is now possible to select the UDP stream displayed in Qt GUI (like for TCP)
    
    Change-Id: Ia367f36ea4f60db0fddb997a7e0903c09e172f2d
    Reviewed-on: https://code.wireshark.org/review/6083
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  0905202   TN5250: Missing break in switch (CID 280477)
    adds  0d414e5   Add ability to follow UDP stream by index


Summary of changes:
 debian/libwireshark0.symbols   |    8 ++-
 doc/tshark.pod                 |   25 +++----
 epan/dissectors/packet-tcp.h   |    3 -
 epan/dissectors/packet-udp.c   |    2 +-
 epan/dissectors/packet-udp.h   |   15 +++++
 epan/follow.c                  |  141 +++++++++++++++++++++++++---------------
 epan/follow.h                  |   29 ++++++---
 ui/cli/tap-follow.c            |   38 ++++++++---
 ui/qt/follow_stream_dialog.cpp |   27 ++++++--
 ui/qt/follow_stream_dialog.h   |    2 +-
 10 files changed, 194 insertions(+), 96 deletions(-)