Wireshark-commits: [Wireshark-commits] master ee2da42: batadv: Fix offset to ICMP v15 message type
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee2da427626eb65c76141f084300531725aba50d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ee2da42 by Sven Eckelmann (sven@xxxxxxxxxxxxx):
batadv: Fix offset to ICMP v15 message type
To correctly show the message type of an batman-adv ICMP v15 packet, the
offset 3 inside the header has to be checked against the list of known
packet types.
Change-Id: I280aac59abd4133eac7d8381fac79f323c79b3de
Fixes: 4cc431579363 ("batadv: Add dissector support for batadv v15")
Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/33545
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 945565d batadv: Add support for OGM2 packets
add ee2da42 batadv: Fix offset to ICMP v15 message type
Summary of changes:
epan/dissectors/packet-batadv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)