aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-12-09 13:21:13 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-10 23:23:54 +0000
commit4097c1075b91fdb189d8b6f566bacb969fde4b97 (patch)
tree8a4151a6fdba0481015ce5c7e2ef0ef7b8c7b94a /epan/dissectors/Makefile.am
parent2dfa603333416aec69719fb074388886f0fc96b2 (diff)
gsmtap: Introduce a new packet-gsmtap.h header file
Move the GSMTAP protocol related #defines to packet-gsmtap.h, as there are other dissectors (like packet-gsm_sim.c and future dissectors) need access to some of those #defines. Change-Id: Ibb3517bd773be63b7e3cd30104a5351427e22ebf Reviewed-on: https://code.wireshark.org/review/19185 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 2ccdd8c05b..4257b133ff 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1572,6 +1572,7 @@ DISSECTOR_INCLUDES = \
packet-gsm_osmux.h \
packet-gsm_rlcmac.h \
packet-gsm_sms.h \
+ packet-gsmtap.h \
packet-gssapi.h \
packet-gtp.h \
packet-gtpv2.h \