From 8cb31ee512b3d884f64665f420b5b90978d68420 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 23 Oct 2012 23:27:29 +0000 Subject: Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64). svn path=/trunk/; revision=45744 --- epan/address.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index 8bdfebac45..0764777591 100644 --- a/epan/address.h +++ b/epan/address.h @@ -59,6 +59,7 @@ typedef enum { * (0xffffffff represents the host) */ AT_AX25, /* AX.25 */ AT_IEEE_802_15_4_SHORT /* IEEE 802.15.4 16-bit short address */ + /* (the long addresses are EUI-64's */ } address_type; typedef enum { -- cgit v1.2.1