Wireshark-commits: [Wireshark-commits] master 97f0fb0: Fixed Fencing for Multiple MAUSB Packets in
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97f0fb0e5386ae4bfd759311d03727598556955c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
97f0fb0 by Sean O. Stalley (sean.stalley@xxxxxxxxx):
Fixed Fencing for Multiple MAUSB Packets in 1 TCP Packet.
Packet info for all MAUSB packets in a single TCP packet is now displayed
in the info column. Before, only info on the last packet was displayed.
See conversation for change Ib20e5e30474d93270dd24e203ab96f64f5cc77ad.
Patch 3 had fencing, I messed up and left it out of patches 4-6. This
patch adds it back in.
Change-Id: I37f0e028a8f9b5a8500700f03ac36f8bf1c4f63c
Reviewed-on: https://code.wireshark.org/review/1958
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from bd84767 Added tap queue helper function to USB dissector
adds 97f0fb0 Fixed Fencing for Multiple MAUSB Packets in 1 TCP Packet.
Summary of changes:
epan/dissectors/packet-mausb.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)