Wireshark-commits: [Wireshark-commits] master 4f39c60: More ADDRESS macro to address function conve
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f39c603c2f0a2e429afedd18cd5c796bbbf8916
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4f39c60 by Gerald Combs (gerald@xxxxxxxxxxxxx):
More ADDRESS macro to address function conversions.
Replace remaining calls to SET_ADDRESS, CMP_ADDRESS, ADDRESSES_EQUAL,
COPY_ADDRESS, and COPY_ADDRESS_SHALLOW with their lower-case
equivalents.
Replace all ADD_ADDRESS_TO_HASH calls with add_address_to_hash.
Change-Id: I4cff857d7a84085abe0bccd52d2605d2a468bf6f
Reviewed-on: https://code.wireshark.org/review/11229
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ae130f1 802.1ah: call subdissectors even when we have no tree.
adds 4f39c60 More ADDRESS macro to address function conversions.
Summary of changes:
asn1/atn-ulcs/packet-atn-ulcs-template.c | 8 ++++----
epan/conversation.c | 24 ++++++++++++------------
epan/conversation_table.c | 6 +++---
epan/dissectors/packet-atn-ulcs.c | 8 ++++----
epan/dissectors/packet-dcerpc-netlogon.c | 4 ++--
epan/dissectors/packet-iax2.c | 2 +-
epan/dissectors/packet-netflow.c | 4 ++--
plugins/docsis/packet-macmgmt.c | 4 ++--
plugins/profinet/packet-dcerpc-pn-io.c | 12 ++++++------
plugins/profinet/packet-dcom-cba-acco.c | 4 ++--
plugins/profinet/packet-pn-dcp.c | 6 +++---
plugins/unistim/packet-unistim.c | 14 +++++++-------
plugins/wimax/packet-wmx.c | 2 +-
plugins/wimax/wimax_fch_decoder.c | 2 +-
ui/gtk/conversation_hastables_dlg.c | 26 +++++++++++++-------------
ui/voip_calls.c | 4 ++--
16 files changed, 65 insertions(+), 65 deletions(-)