aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225counter.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-20 20:06:05 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-20 20:06:05 +0000
commit50d77b113c86f2770275c9c45bbef8613033ebeb (patch)
tree83be6092784e1087c15b7416dc82ddcefef6e66c /tap-h225counter.c
parentb387fe837d2defb660bac7a2f3a025cb8ce92463 (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. svn path=/trunk/; revision=15483
Diffstat (limited to 'tap-h225counter.c')
-rw-r--r--tap-h225counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-h225counter.c b/tap-h225counter.c
index 4ccc0c821f..694cffae8a 100644
--- a/tap-h225counter.c
+++ b/tap-h225counter.c
@@ -36,7 +36,7 @@
#include <string.h>
#include "epan/packet_info.h"
#include <epan/tap.h>
-#include <epan/stat.h>
+#include <epan/stat_cmd_args.h>
#include "epan/value_string.h"
#include "register.h"
#include <epan/dissectors/packet-h225.h>