Wireshark-commits: [Wireshark-commits] master cefea72: Separate out the members of tcp_flow_t struc
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cefea720340320aca86d31d7703eaf6b38c1f45a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cefea72 by Michael Mann (mmann78@xxxxxxxxxxxx):
Separate out the members of tcp_flow_t structure that are only used for sequence analysis.
That way they only need to be allocated if analysis is being done.
Inspired by https://www.wireshark.org/lists/wireshark-dev/201604/msg00218.html
Ping-Bug: 12367
Change-Id: I797e5b305133d85a2a89688109cc3a218d0a9e88
Reviewed-on: https://code.wireshark.org/review/15138
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ba4888e Update BPKM Auth Reply key length for DOCSIS 3.1
adds cefea72 Separate out the members of tcp_flow_t structure that are only used for sequence analysis.
Summary of changes:
epan/dissectors/packet-tcp.c | 111 ++++++++++++++++++++++--------------------
epan/dissectors/packet-tcp.h | 20 +++++---
2 files changed, 73 insertions(+), 58 deletions(-)