summaryrefslogtreecommitdiff
path: root/epan/address.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-23 23:27:29 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-23 23:27:29 +0000
commit8cb31ee512b3d884f64665f420b5b90978d68420 (patch)
treecd2192a5e98deb2ca7f6bc49f3fa3dc273bcb737 /epan/address.h
parent7c76ad78d3d2f891a4765cf619257437710f676f (diff)
downloadwireshark-8cb31ee512b3d884f64665f420b5b90978d68420.tar.gz
Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).
svn path=/trunk/; revision=45744
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h1
1 files changed, 1 insertions, 0 deletions
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 {