aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_3gpp.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-06-10 00:00:39 -0400
committerMichael Mann <mmann78@netscape.net>2016-06-12 11:21:52 +0000
commit2d095de05328a7209fefa31d5b3c26713f4b5ad2 (patch)
treeb49fb8041db8777aadf2df1bdf0f45929cb178d4 /epan/dissectors/packet-h248_3gpp.c
parent68ef5dbf2fff83f8ed1c718ec83a1c1145ac5239 (diff)
Move Gateway Control Protocol (Context Tracking) into packet-h248.h
The Gateway Control Protocol (Context Tracking) is used by both H248 and MEGACO, so the functionality was refactored to epan, but should really be kept in the dissector directory to minimize (and eventually completely remove) the epan directory's dependence on it. Change-Id: I387b46aecde97234086bfdb7d8c546854fa301cd Reviewed-on: https://code.wireshark.org/review/15798 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/packet-h248_3gpp.c')
-rw-r--r--epan/dissectors/packet-h248_3gpp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h248_3gpp.c b/epan/dissectors/packet-h248_3gpp.c
index e919496e18..50a8efb1f1 100644
--- a/epan/dissectors/packet-h248_3gpp.c
+++ b/epan/dissectors/packet-h248_3gpp.c
@@ -25,6 +25,11 @@
#include "config.h"
+#include <epan/packet.h>
+#include <epan/asn1.h>
+
+#include "packet-ber.h"
+#include "packet-isup.h"
#include "packet-h248.h"
void proto_register_h248_3gpp(void);