URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5a7c27d408730806a23c1800587d72297251151
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a5a7c27 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
IPv6: Add "ipv6_ws" tap providing a ws_ip structure
Also remove code dependency on ip6_hdr pointer. It is used solely for the
"ipv6" tap now.
Change-Id: I07150bfae8bf94bf3c585f20c27b60db78688a7b
Reviewed-on: https://code.wireshark.org/review/16655
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 916b26e Cleanup some checkAPI warnings that were missed in previous patches.
adds a5a7c27 IPv6: Add "ipv6_ws" tap providing a ws_ip structure
Summary of changes:
epan/dissectors/packet-ipv6.c | 151 +++++++++++++++++++++--------------------
epan/dissectors/packet-ipv6.h | 2 +
2 files changed, 80 insertions(+), 73 deletions(-)