Wireshark-commits: [Wireshark-commits] master f2b8504: Don't limit capture packet counts to a fixed

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 22 Dec 2015 05:23:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2b8504740f3fd145a5504682c3788947e151606
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f2b8504 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Don't limit capture packet counts to a fixed set of protocols.
    
    Kept backwards compatibility with GTK+ capture info dialog by keeping the protocols tracked hardcoded, but Qt should have more freedom.
    
    Change-Id: I497be71ec761d53f312e14858daa7152d01b8c72
    Reviewed-on: https://code.wireshark.org/review/12724
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ebb7e00   RTITCP: Added new dissector
    adds  f2b8504   Don't limit capture packet counts to a fixed set of protocols.


Summary of changes:
 capture_info.c                   |   32 +++----
 capture_info.h                   |   12 ++-
 epan/capture_dissectors.c        |   27 ++++++
 epan/capture_dissectors.h        |    4 +
 epan/dissectors/packet-arcnet.c  |    7 +-
 epan/dissectors/packet-arp.c     |    2 +-
 epan/dissectors/packet-gre.c     |    2 +-
 epan/dissectors/packet-i2c.c     |   11 ++-
 epan/dissectors/packet-icmp.c    |    2 +-
 epan/dissectors/packet-icmpv6.c  |    2 +-
 epan/dissectors/packet-ip.c      |    1 +
 epan/dissectors/packet-ipv6.c    |    2 +
 epan/dissectors/packet-ipx.c     |    2 +-
 epan/dissectors/packet-netbios.c |    3 +-
 epan/dissectors/packet-ospf.c    |    2 +-
 epan/dissectors/packet-sctp.c    |    2 +-
 epan/dissectors/packet-tcp.c     |    2 +-
 epan/dissectors/packet-udp.c     |    2 +-
 epan/dissectors/packet-vines.c   |    5 +-
 epan/packet.h                    |   27 +-----
 ui/gtk/capture_info_dlg.c        |  196 ++++++++++++++++++++++----------------
 21 files changed, 201 insertions(+), 144 deletions(-)