URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8131a4cfa9371c1981484233fdb6c84fd1e4e7e0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8131a4c by Michael Mann (mmann78@xxxxxxxxxxxx):
TCP: Provide display filters for "raw" SEQ/ACK.
Add hf_ fields for "raw" Sequence and Acknowledgment numbers. They will only be
visible when "Relative sequence numbers" preference is TRUE.
Bug: 15913
Change-Id: Icfbdc435e82723d663dce36c3a5cc513c837bdaf
Reviewed-on: https://code.wireshark.org/review/34421
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bd049b9 IEEE802.11: Minor cleanup
add 8131a4c TCP: Provide display filters for "raw" SEQ/ACK.
Summary of changes:
epan/dissectors/packet-tcp.c | 21 +++++++++++++++++++--
epan/dissectors/packet-tcp.h | 3 ++-
2 files changed, 21 insertions(+), 3 deletions(-)