URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6277bdedde6e3b695cdfbb4dfb5b269273dc687
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e6277bd by Florian Fainelli (florian@xxxxxxxxxxx):
packet-homeplug-av: fix missing reserved byte for station dump
dissect_homeplug_av_nw_info_sta() was processing stations
information correctly, except that after the first station dump, all
dumps would be off-by-one byte because we were not reserving a missing
byte at the end of the station dump. Fixes #9798.
Change-Id: Iff3afd5ff536ae718fa446de3c59cd5e9851ff20
Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/427
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 54cccef Fix build with recent lua changes.
adds e6277bd packet-homeplug-av: fix missing reserved byte for station dump
Summary of changes:
epan/dissectors/packet-homeplug-av.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)