URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a24d21dc0ee44bdf62d2f2b31bf4f9f1c8365ba
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
2a24d21 by Michael Mann (mmann78@xxxxxxxxxxxx):
Use TCP FIN bit to help determine desegmentation in HTTP dissector.
Have the TCP dissector pass FIN bit to subdissectors (HTTP only one currently using it) so subdissector can use information to determine that no more segments are coming.
Conflicts:
epan/dissectors/packet-http.c
Bug: 9848
Change-Id: I4aebb5141f41d99598e4776bf25e74101016f5d1
Reviewed-on: https://code.wireshark.org/review/12984
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/13070
Actions performed:
from d438aab 6LoWPAN: correct IPHC traffic class decompression
adds 2a24d21 Use TCP FIN bit to help determine desegmentation in HTTP dissector.
Summary of changes:
epan/dissectors/packet-http.c | 15 ++++++++-------
epan/dissectors/packet-tcp.c | 4 +++-
epan/dissectors/packet-tcp.h | 1 +
3 files changed, 12 insertions(+), 8 deletions(-)