diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-08-20 20:06:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-08-20 20:06:05 +0000 |
commit | 50d77b113c86f2770275c9c45bbef8613033ebeb (patch) | |
tree | 83be6092784e1087c15b7416dc82ddcefef6e66c /gtk/hostlist_fc.c | |
parent | b387fe837d2defb660bac7a2f3a025cb8ce92463 (diff) | |
download | wireshark-50d77b113c86f2770275c9c45bbef8613033ebeb.tar.gz wireshark-50d77b113c86f2770275c9c45bbef8613033ebeb.tar.bz2 wireshark-50d77b113c86f2770275c9c45bbef8613033ebeb.zip |
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.
svn path=/trunk/; revision=15483
Diffstat (limited to 'gtk/hostlist_fc.c')
-rw-r--r-- | gtk/hostlist_fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_fc.c b/gtk/hostlist_fc.c index 41dc057b95..8e5cbb3288 100644 --- a/gtk/hostlist_fc.c +++ b/gtk/hostlist_fc.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" |