URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53f3d7caaddb64d6a317a6b4c410340265912f42
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
53f3d7c by Roland Knall (rknall@xxxxxxxxx):
openSAFETY: Fix false-positive
- The starting offset for a consecutive frame search was off by 1
Change-Id: Ife77f9823e7e6d9a6601dba9c4cca74984e4ed40
Reviewed-on: https://code.wireshark.org/review/8741
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 360a7ec G_STRUCT_OFFSET gives warnings turned errors with MSVC2015, use offsetof if defined or define it ourselfs as done in other places in our code base.
adds 53f3d7c openSAFETY: Fix false-positive
Summary of changes:
epan/dissectors/packet-opensafety.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)