URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3362beb4aa3f23c119d8a8e103048e276d1291f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
a3362be by Anish Bhatt (anish@xxxxxxxxxxx):
Revert "[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bits"
This reverts commit 0452f763fb0dd2cf7e38f0a127c306199a814c3e. Changes should
have been made in ChannelProperties instead of Submodule state. Current
implementation merely *appears* to be correct as we are reading it as a two bit
value but instead should be addressing it as individual bits, little endian
Bug: 10753
Change-Id: Ia3bd088aeb376b8511d64352f62c4304e4129ba6
Reviewed-on: https://code.wireshark.org/review/6334
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit eb98b04ac12efe01d1abddf866b18f31101533ee)
Reviewed-on: https://code.wireshark.org/review/6340
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 7fc3a06 Make sure we don't underrun a buffer when decrypting SSL.
adds a3362be Revert "[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bits"
Summary of changes:
plugins/profinet/packet-dcerpc-pn-io.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)