aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ip.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 20:06:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 20:06:05 +0000
commit006cfcf6924e22748d1801bab67b5e2a8ec18392 (patch)
tree83be6092784e1087c15b7416dc82ddcefef6e66c /gtk/conversations_ip.c
parentd92ed0f1dd783c06af7d65b5b1cc6f590b33b0a4 (diff)
Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
implementing the "-z" command-line arguments, it doesn't deal with *all* issues for stats. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15483 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/conversations_ip.c')
-rw-r--r--gtk/conversations_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_ip.c b/gtk/conversations_ip.c
index 0e6cb9e4e9..5c4f58179d 100644
--- a/gtk/conversations_ip.c
+++ b/gtk/conversations_ip.c
@@ -33,7 +33,7 @@
#include <gtk/gtk.h>
#include <string.h>
#include "epan/packet.h"
-#include <epan/stat.h>
+#include <epan/stat_cmd_args.h>
#include "stat_menu.h"
#include <epan/tap.h>
#include "../register.h"