Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 31a2060: Fix reassembly of larger TACACS+ accounting

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Nov 2018 04:37:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=31a20607d619c9db7f6997640891416dfd9439cc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

31a2060 by Jason Cohen (kryojenik2@xxxxxxxxx):

    Fix reassembly of larger TACACS+ accounting messages
    
    Since TACACS+ is TCP only, switched to tcp_dissect_pdus
    
    Bug: 15293
    Change-Id: I8cee8a1f474ae866c59f94ec8ecbd412e5189e89
    Reviewed-on: https://code.wireshark.org/review/30748
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7943dbf   test: extend sharkd tests to cover all requests
     add  31a2060   Fix reassembly of larger TACACS+ accounting messages


Summary of changes:
 epan/dissectors/packet-tacacs.c | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)