aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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 /rawshark.c
parent0dae81b6d5a888a066f1c6c66c248617d045ea0c (diff)
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 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 9f54e472e5..8d29f34574 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -96,7 +96,7 @@
#include "conditions.h"
#include "capture_stop_conditions.h"
#include <epan/epan_dissect.h>
-#include <epan/stat_cmd_args.h>
+#include <epan/stat_tap_ui.h>
#include <epan/timestamp.h>
#include <wsutil/unicode-utils.h>
#include "epan/column-utils.h"