From 04b82a7dc971597be958ba902bcf51dc32189305 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 12 Jun 2016 12:28:02 -0400 Subject: Convert AT_SS7PC to a "dissector address type" The formatting of the address type is determined by a preference in packet-mtp3.c, so just make MTP3 register the address type. Use address_type_get_by_name in other dissectors (and export_pdu) to use the address type. Change-Id: Ifb32d7de27aeaa23cee8e803e25ffb3c905547b5 Reviewed-on: https://code.wireshark.org/review/15856 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/address.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index ebc8017d93..f0954aee7b 100644 --- a/epan/address.h +++ b/epan/address.h @@ -49,7 +49,6 @@ typedef enum { AT_VINES, /* Banyan Vines */ AT_FC, /* Fibre Channel */ AT_FCWWN, /* Fibre Channel WWN */ - AT_SS7PC, /* SS7 Point Code */ AT_STRINGZ, /* null-terminated string */ AT_EUI64, /* IEEE EUI-64 */ AT_IB, /* Infiniband GID/LID */ -- cgit v1.2.1