URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfaf756669401559dbed84f04b1d0341e7a17470
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cfaf756 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Move Shim6 dissector to packet-shim6.c
Change-Id: Ia0bfbf48e8a4eb23d62c8c5cdccad350caedef9e
Reviewed-on: https://code.wireshark.org/review/16425
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from b8ff743 wtap_opttypes.c: Fix build error.
adds cfaf756 Move Shim6 dissector to packet-shim6.c
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-ipv6.c | 877 +------------------------------------
epan/dissectors/packet-ipv6.h | 8 -
epan/dissectors/packet-shim6.c | 941 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 952 insertions(+), 876 deletions(-)
create mode 100644 epan/dissectors/packet-shim6.c