summaryrefslogtreecommitdiff
path: root/tfshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-14 10:51:40 -0800
committerGuy Harris <guy@alum.mit.edu>2014-11-14 18:52:06 +0000
commit4d3c4c4f12726404549e5c8a99439b5a371da282 (patch)
treee31b8a12aa7d47758a4c125da3b74f5f394527a8 /tfshark.c
parent0dae81b6d5a888a066f1c6c66c248617d045ea0c (diff)
downloadwireshark-4d3c4c4f12726404549e5c8a99439b5a371da282.tar.gz
Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].
The intent is to handle more than just command-line arguments; reflect that. Change-Id: Ia10efda85a9d11c6579d1bec6f789cee30d9e825 Reviewed-on: https://code.wireshark.org/review/5304 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tfshark.c b/tfshark.c
index 2c595dc8af..38b94199c9 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -91,7 +91,7 @@
#include "register.h"
#include <epan/epan_dissect.h>
#include <epan/tap.h>
-#include <epan/stat_cmd_args.h>
+#include <epan/stat_tap_ui.h>
#include <epan/timestamp.h>
#include <epan/ex-opt.h>
#include <wiretap/wtap-int.h>