URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=285cb7507ad728cc725ab21ea3221865d18c933b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
285cb75 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
ICMP: fix parameter problem parsing
ICMP parameter problem has a pointer field where others have an unused
field. This change excludes the pointer field from the unused field.
Also clear up some comments related to code for RFC 4884.
Change-Id: I91569e096901cf8d59b8319adb1fed1248f93b5e
Reviewed-on: https://code.wireshark.org/review/35102
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7af4184 Add cirrus-ci config file.
add 285cb75 ICMP: fix parameter problem parsing
Summary of changes:
epan/dissectors/packet-icmp.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)