aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-05-05 22:35:19 +0000
committerGuy Harris <guy@alum.mit.edu>2009-05-05 22:35:19 +0000
commitefafedd3e0460daf252a496f918fe1385db24c6f (patch)
tree624286e669463f313ad8ee0d1462a6595c5465e5 /epan/Makefile.common
parent88714b76591a68a5b5b274ca4c453139ff82b2e8 (diff)
Add support for the IANA's OUI, and recognize NHRP-over-SNAP.
An NHRP extension offset of 0 is not an error - it means there are no extensions. Start using the address family number to determine the type of link-layer addresses in NHRP. Don't fetch IPv4 addresses and add them to the tree - just use proto_tree_add_item(). svn path=/trunk/; revision=28286
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 371c2dcca7..60b8c5d868 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -179,6 +179,7 @@ LIBWIRESHARK_INCLUDES = \
greproto.h \
guid-utils.h \
h225-persistentdata.h \
+ iana_snap_pid.h \
iax2_codec_type.h \
in_cksum.h \
ip_opts.h \