URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4c95ebe0309f25c9ced56e8032e5d8c0ba0523c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a4c95eb by Makoto Shimamura (makoto.shimamura@xxxxxxxxxxxxx):
OCFS2: dissector incorrectly treats keepalive messages as unknown type
Keepalive req/resp messages are shown as "Unknown type (0x00)" in info column.
This patch fixes them to "Keepalive Request" and "Keepalive Response".
Ping-Bug: 12122
Change-Id: If09192067736b78c7785ba1ff05ae62a05d3dc23
Reviewed-on: https://code.wireshark.org/review/17497
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0495fc3 Add some notes about XLC, HP C, and Sun/Oracle C.
adds a4c95eb OCFS2: dissector incorrectly treats keepalive messages as unknown type
Summary of changes:
epan/dissectors/packet-ocfs2.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)