URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0523c2d0d7d264f0e1774f2a919367aab39cc9e9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0523c2d by Evan Huus (eapache@xxxxxxxxx):
Fix build with older compilers
The struct literal syntax {0} does not appear to be universally supported - use
memset instead.
Change-Id: If70d475cf3d7a582c43dcc879cefebc9aef0a99e
Reviewed-on: https://code.wireshark.org/review/1508
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from a1ddde9 SSH dissector: fix MAC length calculation for recent OpenSSH features
adds 0523c2d Fix build with older compilers
Summary of changes:
epan/dissectors/packet-mausb.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)