URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=318b8f81aed1939715a9dcc3e96ef1cba3d583d6
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
318b8f8 by Joerg Mayer (jmayer@xxxxxxxxx):
Beginnings of dissection of the dji drones control protocol.
Change-Id: Ifda0b97df7e25b535a5010f25c8e8e1af83cb532
Reviewed-on: https://code.wireshark.org/review/6328
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from 15a238a Override optimization and other flags for make based generators. Before this patch it was not possible to override e.g. the optimization or debug flags in case the build type was set.
adds 318b8f8 Beginnings of dissection of the dji drones control protocol.
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/packet-dji-uav.c | 389 ++++++++++++++++++++++++++++++++++++++
2 files changed, 390 insertions(+)
create mode 100644 epan/dissectors/packet-dji-uav.c