aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.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/sip_stat.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/sip_stat.c')
-rw-r--r--gtk/sip_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index e6ba9a8628..e838fb6a17 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -34,7 +34,7 @@
#include <epan/packet_info.h>
#include <epan/epan.h>
-#include <epan/stat.h>
+#include <epan/stat_cmd_args.h>
#include "stat_menu.h"
#include "simple_dialog.h"
#include "gui_utils.h"