URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40ebc9be6a49506cefc48e069b7434b387129665
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
40ebc9b by Sven Eckelmann (sven@xxxxxxxxxxxxx):
batadv: Add support for throughput meter icmp packet variant
The througput meter variant of the icmp packet only shared the first 17
bytes of the original packet structure. The rest of the packet is parsed
based on the message type (15). The new fields
* subtype (MSG, ACK)
* session
* seqno
* timestamp
are required to understand the data exchange between two mesh nodes.
Change-Id: Ic885097871c20d8b580a7f922ee5dac0510aa84e
Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/33542
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from be3f30b Diameter 3GPP: Avoid dereference reported by VS2019.
add 40ebc9b batadv: Add support for throughput meter icmp packet variant
Summary of changes:
epan/dissectors/packet-batadv.c | 171 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 169 insertions(+), 2 deletions(-)