Wireshark-commits: [Wireshark-commits] master 785621d: Add interface name when outputting packets d

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 29 Dec 2018 08:16:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=785621dcca96d3e735c4a6dc2da31c44238e1eb9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

785621d by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add interface name when outputting packets dropped.
    
    Add interface name (colon delimited) to SP_DROPS ('D') message so when dropped
    packets are outputted, they include the interface name for clarity.
    
    Bug: 13498
    Change-Id: I68cdde4f20a574580f089dc5096d815cde5d3357
    Reviewed-on: https://code.wireshark.org/review/31218
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d68a8a3   Small cleanups.
     add  785621d   Add interface name when outputting packets dropped.


Summary of changes:
 capchild/capture_sync.c | 27 ++++++++++++++++++---------
 capchild/capture_sync.h |  2 +-
 dumpcap.c               |  7 +++----
 tshark.c                |  8 ++++++--
 ui/capture.c            |  8 ++++++--
 5 files changed, 34 insertions(+), 18 deletions(-)