From 8ff944d4ab892521c6a32fe40f6a410640a34d34 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 8 Feb 2015 20:36:03 -0500 Subject: Add fixed length function for address types. This allows for even more cleanup with respect to how address types are handled, including removing address_to_str.c. Most of the functionality was folded into address_types.c, but the remainder was just dispersed because it didn't make sense to keep the file. Change-Id: Id4e9391f0c3c26eff8c27b362e4f7a1970d718b4 Reviewed-on: https://code.wireshark.org/review/7038 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/address.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index 841b9c6345..07d14360f1 100644 --- a/epan/address.h +++ b/epan/address.h @@ -37,9 +37,6 @@ extern "C" { * For dissector address types, just use the address_type_dissector_register function * from address_types.h */ -/* If a new address type is added here, a string representation procedure should also be */ -/* included in address_to_str_buf defined in address_to_str.c, for presentation purposes */ - typedef enum { AT_NONE, /* no link-layer address */ AT_ETHER, /* MAC (Ethernet, 802.x, FDDI) address */ -- cgit v1.2.3