From e7b78eb0a60a52e844a64452817649126213f771 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 21 Jun 2016 20:06:01 -0400 Subject: Move AT_USB to inside USB dissector. This required some hacking in the conversation table handling, but still seemed worth it as USB address is not widely used. Maybe a "is_stringlike" property for address types... Change-Id: I628a15c17cb1f595bb292130867adbc5bea0f41a Reviewed-on: https://code.wireshark.org/review/16068 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/address.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index f0954aee7b..a0d098a423 100644 --- a/epan/address.h +++ b/epan/address.h @@ -52,8 +52,6 @@ typedef enum { AT_STRINGZ, /* null-terminated string */ AT_EUI64, /* IEEE EUI-64 */ AT_IB, /* Infiniband GID/LID */ - AT_USB, /* USB Device address - * (0xffffffff represents the host) */ AT_AX25, /* AX.25 */ AT_END_OF_LIST /* Must be last in list */ -- cgit v1.2.3