URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bae919a5d627d9644657bfd4389d5e857974ea3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8bae919 by Gerald Combs (gerald@xxxxxxxxxxxxx):
One check mark for ACKs, two check marks for dup ACKs.
Add FT_FRAMENUM_ACK and FT_FRAMENUM_DUP_ACK and set them for
tcp.analysis.acks_frame and tcp.analysis.duplicate_ack_frame. Draw a
single or double check mark in the packet list accordingly.
These are probably specific to TCP, but as it happens there are a lot of
TCP packets.
Change-Id: I35416506419159a79ad8cc2e35f8a14485edfb7e
Reviewed-on: https://code.wireshark.org/review/7568
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from dd8a799 openSAFETY: Separate definitions into header
adds 8bae919 One check mark for ACKs, two check marks for dup ACKs.
Summary of changes:
epan/dissectors/packet-tcp.c | 4 +--
epan/ftypes/ftypes.h | 4 ++-
ui/qt/related_packet_delegate.cpp | 55 +++++++++++++++++++++++++++++++------
ui/qt/related_packet_delegate.h | 3 +-
4 files changed, 53 insertions(+), 13 deletions(-)