aboutsummaryrefslogtreecommitdiffstats
path: root/tap-bootpstat.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 /tap-bootpstat.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 'tap-bootpstat.c')
-rw-r--r--tap-bootpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-bootpstat.c b/tap-bootpstat.c
index a36ad7aeb7..10a3d11aac 100644
--- a/tap-bootpstat.c
+++ b/tap-bootpstat.c
@@ -31,7 +31,7 @@
#include "epan/packet_info.h"
#include <epan/tap.h>
-#include <epan/stat.h>
+#include <epan/stat_cmd_args.h>
#include "register.h"