URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce282a7345c702eef8763430fd20943af29824e0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ce282a7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
OpenFlow 1.3 OXM field OXM_OF_IPV6_ND_SLL incorrectly dissected (128 bits read instead of 48)
Dissection of OXM_OF_IPV6_ND_SLL triggers "malformed packet" comment in packet list since it makes dissecting of further OXM fields impossible.
It is possible that similar issue will be with OXM_OF_IPV6_ND_TLL since its dissecting is basically the same.
Issue found by Viktor
Closed-bug:10011
Change-Id: I13893710ad4028669e454c6f8485f719b62bcaab
Reviewed-on: https://code.wireshark.org/review/1504
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0523c2d Fix build with older compilers
adds ce282a7 OpenFlow 1.3 OXM field OXM_OF_IPV6_ND_SLL incorrectly dissected (128 bits read instead of 48)
Summary of changes:
epan/dissectors/packet-openflow_v4.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)