URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4cc4315793630e5ddb42892012c130ed52e8f2c2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4cc4315 by Sven Eckelmann (sven@xxxxxxxxxxxxx):
batadv: Add dissector support for batadv v15
The packet format for batman-adv v15 supports:
* Complete reordered packet type ids
* reordered flags
* type-version-length-value data containers
* new types for coding packets and unicast transfer of TVLVs
* dropped packet types for vis, translation table query and roaming
* reordered packet formats
* transparent fragmentation of batadv packets
Change-Id: I9e6733f9dd6b54eeecda19cf570599161d28b46e
Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
Signed-off-by: Simon Wunderlich <simon@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/5175
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 9cc9028 epl: Duplicated Frames
adds 4cc4315 batadv: Add dissector support for batadv v15
Summary of changes:
epan/dissectors/packet-batadv.c | 1635 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 1622 insertions(+), 13 deletions(-)