aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ansi_a_stat.c4
-rw-r--r--gtk/ansi_map_stat.c2
-rw-r--r--gtk/dcerpc_stat.c2
-rw-r--r--gtk/endpoint_talkers_eth.c2
-rw-r--r--gtk/endpoint_talkers_fc.c2
-rw-r--r--gtk/endpoint_talkers_fddi.c2
-rw-r--r--gtk/endpoint_talkers_ip.c2
-rw-r--r--gtk/endpoint_talkers_ipx.c2
-rw-r--r--gtk/endpoint_talkers_tcpip.c2
-rw-r--r--gtk/endpoint_talkers_tr.c2
-rw-r--r--gtk/endpoint_talkers_udpip.c2
-rw-r--r--gtk/fc_stat.c2
-rw-r--r--gtk/follow_dlg.c2
-rw-r--r--gtk/gsm_a_stat.c4
-rw-r--r--gtk/gsm_map_stat.c2
-rw-r--r--gtk/gsm_map_summary.c2
-rw-r--r--gtk/h225_counter.c2
-rw-r--r--gtk/h225_ras_srt.c2
-rw-r--r--gtk/hostlist_eth.c2
-rw-r--r--gtk/hostlist_fc.c2
-rw-r--r--gtk/hostlist_fddi.c2
-rw-r--r--gtk/hostlist_ip.c2
-rw-r--r--gtk/hostlist_ipx.c2
-rw-r--r--gtk/hostlist_tcpip.c2
-rw-r--r--gtk/hostlist_tr.c2
-rw-r--r--gtk/hostlist_udpip.c2
-rw-r--r--gtk/http_stat.c2
-rw-r--r--gtk/isup_stat.c2
-rw-r--r--gtk/ldap_stat.c2
-rw-r--r--gtk/mtp3_stat.c2
-rw-r--r--gtk/mtp3_summary.c2
-rw-r--r--gtk/rpc_progs.c2
-rw-r--r--gtk/rpc_stat.c2
-rw-r--r--gtk/rtp_analysis.c2
-rw-r--r--gtk/rtp_stream.c2
-rw-r--r--gtk/sip_stat.c2
-rw-r--r--gtk/wsp_stat.c2
37 files changed, 39 insertions, 39 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 68d9e90e16..439a7b871a 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -47,8 +47,8 @@
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
-#include "packet-bssap.h"
-#include "packet-ansi_a.h"
+#include <epan/dissectors/packet-bssap.h>
+#include <epan/dissectors/packet-ansi_a.h>
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 6b334ccdfc..f93dac2232 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -50,7 +50,7 @@
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
-#include "packet-ansi_map.h"
+#include <epan/dissectors/packet-ansi_map.h>
#include "ui_util.h"
diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c
index c9d86e2d04..a8a90d4399 100644
--- a/gtk/dcerpc_stat.c
+++ b/gtk/dcerpc_stat.c
@@ -46,7 +46,7 @@
#include "ui_util.h"
#include "tap.h"
#include "../register.h"
-#include "packet-dcerpc.h"
+#include <epan/dissectors/packet-dcerpc.h>
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
diff --git a/gtk/endpoint_talkers_eth.c b/gtk/endpoint_talkers_eth.c
index 1318fd6e66..e60a9e300f 100644
--- a/gtk/endpoint_talkers_eth.c
+++ b/gtk/endpoint_talkers_eth.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-eth.h"
+#include <epan/dissectors/packet-eth.h>
static int
diff --git a/gtk/endpoint_talkers_fc.c b/gtk/endpoint_talkers_fc.c
index 7d3ea9413c..dbe9ec3054 100644
--- a/gtk/endpoint_talkers_fc.c
+++ b/gtk/endpoint_talkers_fc.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-fc.h"
+#include <epan/dissectors/packet-fc.h>
static int
diff --git a/gtk/endpoint_talkers_fddi.c b/gtk/endpoint_talkers_fddi.c
index 40c31794cc..0f1c9d5870 100644
--- a/gtk/endpoint_talkers_fddi.c
+++ b/gtk/endpoint_talkers_fddi.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-fddi.h"
+#include <epan/dissectors/packet-fddi.h>
static int
diff --git a/gtk/endpoint_talkers_ip.c b/gtk/endpoint_talkers_ip.c
index 3d97e37300..0b165d912d 100644
--- a/gtk/endpoint_talkers_ip.c
+++ b/gtk/endpoint_talkers_ip.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-ip.h"
+#include <epan/dissectors/packet-ip.h>
static int
diff --git a/gtk/endpoint_talkers_ipx.c b/gtk/endpoint_talkers_ipx.c
index 4e2dfa0392..4fc501c5f3 100644
--- a/gtk/endpoint_talkers_ipx.c
+++ b/gtk/endpoint_talkers_ipx.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-ipx.h"
+#include <epan/dissectors/packet-ipx.h>
static int
diff --git a/gtk/endpoint_talkers_tcpip.c b/gtk/endpoint_talkers_tcpip.c
index 004ef62a4c..04151317f2 100644
--- a/gtk/endpoint_talkers_tcpip.c
+++ b/gtk/endpoint_talkers_tcpip.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-tcp.h"
+#include <epan/dissectors/packet-tcp.h>
static int
diff --git a/gtk/endpoint_talkers_tr.c b/gtk/endpoint_talkers_tr.c
index cf5708a3a0..a859c4e4df 100644
--- a/gtk/endpoint_talkers_tr.c
+++ b/gtk/endpoint_talkers_tr.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-tr.h"
+#include <epan/dissectors/packet-tr.h>
static int
diff --git a/gtk/endpoint_talkers_udpip.c b/gtk/endpoint_talkers_udpip.c
index 706990358f..838c6856e8 100644
--- a/gtk/endpoint_talkers_udpip.c
+++ b/gtk/endpoint_talkers_udpip.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "endpoint_talkers_table.h"
-#include "packet-udp.h"
+#include <epan/dissectors/packet-udp.h>
static int
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index a5187e526e..c310d302cf 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -40,7 +40,7 @@
#include "tap_menu.h"
#include "../tap.h"
-#include "../packet-fc.h"
+#include <epan/dissectors/packet-fc.h>
#include "../register.h"
#include "../timestats.h"
#include "compat_macros.h"
diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c
index dd4518bde2..1ef0a8df93 100644
--- a/gtk/follow_dlg.c
+++ b/gtk/follow_dlg.c
@@ -53,7 +53,7 @@
#include "main.h"
#include "alert_box.h"
#include "simple_dialog.h"
-#include "packet-ipv6.h"
+#include <epan/dissectors/packet-ipv6.h>
#include "prefs.h"
#include <epan/resolv.h>
#include "util.h"
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index e79910e886..fb06e4acf3 100644
--- a/gtk/gsm_a_stat.c
+++ b/gtk/gsm_a_stat.c
@@ -47,8 +47,8 @@
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
-#include "packet-bssap.h"
-#include "packet-gsm_a.h"
+#include <epan/dissectors/packet-bssap.h>
+#include <epan/dissectors/packet-gsm_a.h>
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
diff --git a/gtk/gsm_map_stat.c b/gtk/gsm_map_stat.c
index aac5582da1..4d69da729a 100644
--- a/gtk/gsm_map_stat.c
+++ b/gtk/gsm_map_stat.c
@@ -52,7 +52,7 @@
#include "filter_prefs.h"
#include "compat_macros.h"
-#include "packet-gsm_map.h"
+#include <epan/dissectors/packet-gsm_map.h>
#include "gsm_map_stat.h"
typedef struct column_arrows {
diff --git a/gtk/gsm_map_summary.c b/gtk/gsm_map_summary.c
index 53c207283b..e8c913b85d 100644
--- a/gtk/gsm_map_summary.c
+++ b/gtk/gsm_map_summary.c
@@ -45,7 +45,7 @@
#include "compat_macros.h"
#include "tap.h"
-#include "packet-gsm_map.h"
+#include <epan/dissectors/packet-gsm_map.h>
#include "gsm_map_stat.h"
#define SUM_STR_MAX 1024
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index be0f4bd200..690bef1fca 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -42,7 +42,7 @@
#include "tap_menu.h"
#include "../tap.h"
#include "../register.h"
-#include "../packet-h225.h"
+#include <epan/dissectors/packet-h225.h>
#include "gtk_stat_util.h"
#include "compat_macros.h"
#include "../simple_dialog.h"
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 2a9d78cdf8..19750a7fa3 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -42,7 +42,7 @@
#include "tap_menu.h"
#include "../tap.h"
#include "../register.h"
-#include "../packet-h225.h"
+#include <epan/dissectors/packet-h225.h>
#include "../timestats.h"
#include "gtk_stat_util.h"
#include "compat_macros.h"
diff --git a/gtk/hostlist_eth.c b/gtk/hostlist_eth.c
index 88c61e346c..330a7ca2f4 100644
--- a/gtk/hostlist_eth.c
+++ b/gtk/hostlist_eth.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-eth.h"
+#include <epan/dissectors/packet-eth.h>
static int
diff --git a/gtk/hostlist_fc.c b/gtk/hostlist_fc.c
index 5ac88f55c8..30cef350e1 100644
--- a/gtk/hostlist_fc.c
+++ b/gtk/hostlist_fc.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-fc.h"
+#include <epan/dissectors/packet-fc.h>
static int
diff --git a/gtk/hostlist_fddi.c b/gtk/hostlist_fddi.c
index 62098070dc..63c23b6598 100644
--- a/gtk/hostlist_fddi.c
+++ b/gtk/hostlist_fddi.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-fddi.h"
+#include <epan/dissectors/packet-fddi.h>
static int
diff --git a/gtk/hostlist_ip.c b/gtk/hostlist_ip.c
index a738f897a8..32544c4f2b 100644
--- a/gtk/hostlist_ip.c
+++ b/gtk/hostlist_ip.c
@@ -39,7 +39,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-ip.h"
+#include <epan/dissectors/packet-ip.h>
static int
diff --git a/gtk/hostlist_ipx.c b/gtk/hostlist_ipx.c
index 7d9903456b..12be5b2aa3 100644
--- a/gtk/hostlist_ipx.c
+++ b/gtk/hostlist_ipx.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-ipx.h"
+#include <epan/dissectors/packet-ipx.h>
static int
diff --git a/gtk/hostlist_tcpip.c b/gtk/hostlist_tcpip.c
index e47c337ef0..1b75b93fd6 100644
--- a/gtk/hostlist_tcpip.c
+++ b/gtk/hostlist_tcpip.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-tcp.h"
+#include <epan/dissectors/packet-tcp.h>
static int
diff --git a/gtk/hostlist_tr.c b/gtk/hostlist_tr.c
index f68d56ea70..e0cd79d62a 100644
--- a/gtk/hostlist_tr.c
+++ b/gtk/hostlist_tr.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-tr.h"
+#include <epan/dissectors/packet-tr.h>
static int
diff --git a/gtk/hostlist_udpip.c b/gtk/hostlist_udpip.c
index 9640c245eb..5574ad20c3 100644
--- a/gtk/hostlist_udpip.c
+++ b/gtk/hostlist_udpip.c
@@ -37,7 +37,7 @@
#include "../tap.h"
#include "../register.h"
#include "hostlist_table.h"
-#include "packet-udp.h"
+#include <epan/dissectors/packet-udp.h>
static int
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 4a7f9c7031..982c928095 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -39,7 +39,7 @@
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
-#include "../packet-http.h"
+#include <epan/dissectors/packet-http.h>
#include "../globals.h"
#include "compat_macros.h"
#include "../tap_dfilter_dlg.h"
diff --git a/gtk/isup_stat.c b/gtk/isup_stat.c
index d186cb4fac..61222d4ab4 100644
--- a/gtk/isup_stat.c
+++ b/gtk/isup_stat.c
@@ -50,7 +50,7 @@
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
-#include "packet-isup.h"
+#include <epan/dissectors/packet-isup.h>
#include "ui_util.h"
diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c
index a48d509bcd..189ab46f7a 100644
--- a/gtk/ldap_stat.c
+++ b/gtk/ldap_stat.c
@@ -40,7 +40,7 @@
#include "tap_menu.h"
#include "../tap.h"
-#include "../packet-ldap.h"
+#include <epan/dissectors/packet-ldap.h>
#include "../register.h"
#include "../timestats.h"
#include "compat_macros.h"
diff --git a/gtk/mtp3_stat.c b/gtk/mtp3_stat.c
index 02d46ebd21..84cfb063d1 100644
--- a/gtk/mtp3_stat.c
+++ b/gtk/mtp3_stat.c
@@ -52,7 +52,7 @@
#include "compat_macros.h"
#include "ui_util.h"
-#include "packet-mtp3.h"
+#include <epan/dissectors/packet-mtp3.h>
#include "mtp3_stat.h"
typedef struct column_arrows {
diff --git a/gtk/mtp3_summary.c b/gtk/mtp3_summary.c
index 585bd020c3..1716ef1029 100644
--- a/gtk/mtp3_summary.c
+++ b/gtk/mtp3_summary.c
@@ -48,7 +48,7 @@
#include "compat_macros.h"
#include "tap.h"
-#include "packet-mtp3.h"
+#include <epan/dissectors/packet-mtp3.h>
#include "mtp3_stat.h"
#define SUM_STR_MAX 1024
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index af5ecf0c9b..d24996c405 100644
--- a/gtk/rpc_progs.c
+++ b/gtk/rpc_progs.c
@@ -40,7 +40,7 @@
#include "tap_menu.h"
#include "tap.h"
#include "../register.h"
-#include "packet-rpc.h"
+#include <epan/dissectors/packet-rpc.h>
#include "../globals.h"
#include "ui_util.h"
#include "dlg_utils.h"
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index aea44c6919..6ff5750fe2 100644
--- a/gtk/rpc_stat.c
+++ b/gtk/rpc_stat.c
@@ -43,7 +43,7 @@
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
-#include "packet-rpc.h"
+#include <epan/dissectors/packet-rpc.h>
#include "../globals.h"
#include "filter_prefs.h"
#include "compat_macros.h"
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index 615058cf2b..cddea86e6f 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -50,7 +50,7 @@
#include "util.h"
#include "tap.h"
#include "register.h"
-#include "packet-rtp.h"
+#include <epan/dissectors/packet-rtp.h>
#include "g711.h"
#include "rtp_pt.h"
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index 44d38355e4..eb7365deeb 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -36,7 +36,7 @@
#include "tap.h"
#include "register.h"
-#include "packet-rtp.h"
+#include <epan/dissectors/packet-rtp.h>
#include "alert_box.h"
#include "simple_dialog.h"
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 6e37ffca44..a50e57a566 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -40,7 +40,7 @@
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
-#include "../packet-sip.h"
+#include <epan/dissectors/packet-sip.h>
#include "../globals.h"
#include "compat_macros.h"
#include "../tap_dfilter_dlg.h"
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 3809208584..4a30dbc65f 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -42,7 +42,7 @@
#include "../register.h"
#include "../globals.h"
#include "compat_macros.h"
-#include "../packet-wsp.h"
+#include <epan/dissectors/packet-wsp.h>
#include "../tap_dfilter_dlg.h"
#include "tap_dfilter_dlg.h"