aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-19 15:30:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-19 15:30:06 +0000
commit005049bebbd86341066dcdc99541dbcc9b8eedac (patch)
treeb96244019a8c917319025a4451aec294c2066ef1 /gtk
parenta1c8cdcc7c1d443fee1a072107889432856f59c8 (diff)
Changed hf_ip_proto to use ipproto_val[].
Removed some unneeded includes. svn path=/trunk/; revision=31017
Diffstat (limited to 'gtk')
-rw-r--r--gtk/decode_as_ber.c1
-rw-r--r--gtk/decode_as_dcerpc.c1
-rw-r--r--gtk/decode_as_dlg.c1
-rw-r--r--gtk/firewall_dlg.c1
-rw-r--r--gtk/follow_ssl.c1
-rw-r--r--gtk/tcp_graph.c3
6 files changed, 1 insertions, 7 deletions
diff --git a/gtk/decode_as_ber.c b/gtk/decode_as_ber.c
index 789e36a7d0..87b3121c9d 100644
--- a/gtk/decode_as_ber.c
+++ b/gtk/decode_as_ber.c
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <epan/packet.h>
-#include <epan/ipproto.h>
#include <epan/epan_dissect.h>
#include <epan/dissectors/packet-ber.h>
diff --git a/gtk/decode_as_dcerpc.c b/gtk/decode_as_dcerpc.c
index 7592fa1e48..21037b3b0b 100644
--- a/gtk/decode_as_dcerpc.c
+++ b/gtk/decode_as_dcerpc.c
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <epan/packet.h>
-#include <epan/ipproto.h>
#include <epan/epan_dissect.h>
#include <epan/dissectors/packet-dcerpc.h>
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 7842222b7a..eddd4bc803 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -31,7 +31,6 @@
#include <gdk/gdkkeysyms.h>
#include <epan/packet.h>
-#include <epan/ipproto.h>
#include <epan/epan_dissect.h>
#include "../globals.h"
diff --git a/gtk/firewall_dlg.c b/gtk/firewall_dlg.c
index 64bb82e92e..0f3fc9964c 100644
--- a/gtk/firewall_dlg.c
+++ b/gtk/firewall_dlg.c
@@ -59,7 +59,6 @@
#include <epan/charsets.h>
#include <epan/epan_dissect.h>
#include <epan/filesystem.h>
-#include <epan/ipproto.h>
#include <epan/dissectors/packet-ipv6.h>
#include <../globals.h>
diff --git a/gtk/follow_ssl.c b/gtk/follow_ssl.c
index 16d147d39e..9e9f5f8bb7 100644
--- a/gtk/follow_ssl.c
+++ b/gtk/follow_ssl.c
@@ -44,7 +44,6 @@
#include <epan/addr_resolv.h>
#include <epan/epan_dissect.h>
#include <epan/filesystem.h>
-#include <epan/ipproto.h>
#include <epan/tap.h>
#include <../color.h>
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index 78a82944c8..f666027591 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -35,9 +35,8 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
-#include <epan/ipproto.h>
-
#include <epan/packet.h>
+#include <epan/ipproto.h>
#include <epan/etypes.h>
#include <epan/ppptypes.h>
#include <epan/epan_dissect.h>