URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2875cd382fdc0efd5d949f674a0328ecf918b7e9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2875cd3 by Michael Mann (mmann78@xxxxxxxxxxxx):
Eliminate the hf member out of the address structure.
Using the new address type registration, dissectors can create their own address types with their own (column) filters attached to them, eliminating the need for an address to keep track of a hf_ field.
Change-Id: I2bbec256a056f403a7ac9880d5d76a0b2a21b221
Ping-Bug: 7728
Reviewed-on: https://code.wireshark.org/review/7037
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2042385 Add "column filter string" support to address types.
adds 2875cd3 Eliminate the hf member out of the address structure.
Summary of changes:
epan/address.h | 53 +++++------------------------------
epan/address_to_str.c | 6 ----
epan/address_types.c | 10 +++----
epan/address_types.h | 8 ++++++
epan/column-utils.c | 12 --------
epan/dissectors/packet-dvbci.c | 4 +--
epan/dissectors/packet-ieee80211.c | 34 ++++++++++++++++++----
epan/dissectors/packet-lbtrm.c | 2 +-
epan/dissectors/packet-lbtru.c | 2 +-
epan/dissectors/packet-lbttcp.c | 2 +-
epan/dissectors/packet-maccontrol.c | 2 +-
epan/dissectors/packet-mgcp.c | 2 +-
epan/dissectors/packet-mp2t.c | 8 ++++--
epan/dissectors/packet-radius.c | 2 +-
epan/dissectors/packet-rpc.c | 6 ++--
plugins/wimax/packet-wmx.c | 2 +-
16 files changed, 66 insertions(+), 89 deletions(-)