aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2018-09-24 21:19:35 +0200
committerAnders Broman <a.broman58@gmail.com>2018-09-25 04:26:44 +0000
commit1b0167427ad453ddec6c1271cd178cf207d3ea3b (patch)
tree43edd9075d2f0f84521406d217d11c7aacebbc90 /epan/dissectors/packet-dvbci.c
parent66352b5e3cf2cde8537f578ed9d189fa7c1e2750 (diff)
PMT, DVB-CI: remove packet-mpeg-pmt.h
packet-mpeg-pmt.h is included only by DVB-CI. All it contains is the definition of a value string for stream types in the ca_pmt. Move the definition into packet-dvbci.c and remove the include file. Change-Id: I7d63e49804c936284f6a9c5218e0fd9b4fa469a6 Reviewed-on: https://code.wireshark.org/review/29813 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index d8ab335262..0ef6361eb0 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -32,7 +32,6 @@
#include "packet-dvbci.h"
#include "packet-mpeg-descriptor.h"
#include "packet-mpeg-sect.h"
-#include "packet-mpeg-pmt.h"
#include "packet-x509af.h"
#include "packet-x509ce.h"
#include "packet-ber.h"
@@ -1640,6 +1639,7 @@ static const value_string dvbci_sas_sess_state[] = {
{ 0, NULL }
};
+extern value_string_ext mpeg_pmt_stream_type_vals_ext;
static guint16 buf_size_cam; /* buffer size proposal by the CAM */
/* buffer size proposal by the host == negotiated buffer size */