aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.h
diff options
context:
space:
mode:
authorLorand Jakab <ljakab@ac.upc.edu>2014-05-21 12:52:15 +0300
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-21 12:04:54 +0000
commitfa3eecf29a98e4ab0d18c0cd142ae44df12e24f2 (patch)
tree11a765b48bd8c04882eff10d0fe117a875c2d517 /epan/afn.h
parenta1e6b10239e47626a60177891521fecf87e54766 (diff)
Add MAC address family numbers (RFC 7042)
See http://tools.ietf.org/html/rfc7042#section-5.2 for details Change-Id: I6002bef860b67e21058a66489eb16df88ba0ddf0 Signed-off-by: Lorand Jakab <ljakab@ac.upc.edu> Reviewed-on: https://code.wireshark.org/review/1712 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/afn.h')
-rw-r--r--epan/afn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/afn.h b/epan/afn.h
index f22453831c..3b9fd56734 100644
--- a/epan/afn.h
+++ b/epan/afn.h
@@ -65,6 +65,8 @@ extern "C" {
#define AFNUM_EIGRP_IPV6 16386 /* EIGRP IPv6 Service Family */
#define AFNUM_LCAF 16387 /* LISP Canonical Address Format */
#define AFNUM_LINK_STATE 16388 /* draft-ietf-idr-ls-distribution */
+#define AFNUM_EUI48 16389 /* 48-bit MAC Address */
+#define AFNUM_EUI64 16390 /* 64-bit MAC Address */
extern const value_string afn_vals[];