Wireshark-commits: [Wireshark-commits] master a643d14: Change proto_tree_add_ipv6() to take a struc
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a643d14187c5a201d21bdb0786acc5e27b73a3a1
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a643d14 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Change proto_tree_add_ipv6() to take a struct e_in6_addr pointer
tvb_get_ipv6() takes a struct e_in6_addr *, use that here too.
Change-Id: Id8b368daa05c151a61d4bc01dc88c00da13e9c88
Reviewed-on: https://code.wireshark.org/review/10953
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 9a702e4 If we have QtMultimedia with Qt4, add its libraries to the Qt libraries.
adds a643d14 Change proto_tree_add_ipv6() to take a struct e_in6_addr pointer
Summary of changes:
epan/dissectors/packet-6lowpan.c | 12 ++++++------
epan/dissectors/packet-bgp.c | 8 +++-----
epan/dissectors/packet-dcerpc.c | 2 +-
epan/dissectors/packet-diameter.c | 2 +-
epan/dissectors/packet-dns.c | 6 +++---
epan/dissectors/packet-eigrp.c | 2 +-
epan/dissectors/packet-ftp.c | 4 ++--
epan/dissectors/packet-icmpv6.c | 10 +++++-----
epan/dissectors/packet-ipv6.c | 8 ++++----
epan/dissectors/packet-isis-clv.c | 6 +++---
epan/dissectors/packet-isis-lsp.c | 2 +-
epan/dissectors/packet-nfs.c | 2 +-
epan/dissectors/packet-nsip.c | 2 +-
epan/dissectors/packet-ospf.c | 2 +-
epan/dissectors/packet-packetbb.c | 2 +-
epan/dissectors/packet-pim.c | 12 ++++++------
epan/dissectors/packet-ppcap.c | 4 ++--
epan/dissectors/packet-ppp.c | 4 ++--
epan/dissectors/packet-rtpproxy.c | 8 ++++----
epan/dissectors/packet-sasp.c | 2 +-
epan/dissectors/packet-socks.c | 2 +-
epan/dissectors/packet-stun.c | 2 +-
epan/dissectors/packet-wccp.c | 4 ++--
epan/dissectors/packet-wsp.c | 2 +-
epan/dissectors/packet-zebra.c | 2 +-
epan/proto.c | 9 +++++----
epan/proto.h | 6 +++---
plugins/wimaxasncp/packet-wimaxasncp.c | 2 +-
28 files changed, 64 insertions(+), 65 deletions(-)