aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-05 19:37:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-05 19:37:51 +0000
commita268bb6b941c05b4fe6b06e64207dc6748d743cf (patch)
treee0a0922613cdbe7cb3cc89cf54b678df2d907d0c /epan/Makefile.common
parent44f48d046433107534dc0b622ceebdd607dd8785 (diff)
Add the abillity to export PDU:s to file using a USER_DLT adding meta data before the actual protocol PDU. Some meta tags makes it possible for the dissector of the user DLT to call the correct PDU dissector.
This is prof-of-concept needs a bit of cleanup. svn path=/trunk/; revision=49177
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 16b0adb129..db1e52a8ff 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -177,6 +177,7 @@ LIBWIRESHARK_INCLUDES = \
except.h \
exceptions.h \
expert.h \
+ exported_pdu.h \
filter_expressions.h \
filesystem.h \
follow.h \