aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-12-16 09:35:01 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-16 17:28:50 +0000
commit1a57d810423a70563c7d1fae5c956317c242d55c (patch)
tree401e669b9ae43f2eb808ec7c791e04bed8147bfe /ui
parent70c4a0347ca02f5b8f7ed82d33e340e86d0bd533 (diff)
Rename packet-range.[ch] to packet_range.[ch]
The check*.pl scripts presume that files with the prefix "packet-" are dissector files and therefore have different rules than other files. Rather than trying to clarify that more with additional directory information, just make any non-dissector file with "packet-" filename prefix conform if it fails a "dissector specific" check from the scripts. Change-Id: I7cb52e1fad4ea62320492bb690904260f958aeb4 Reviewed-on: https://code.wireshark.org/review/19304 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/capture_file_dialog.cpp2
-rw-r--r--ui/qt/export_dissection_dialog.cpp2
-rw-r--r--ui/qt/packet_range_group_box.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/capture_file_dialog.cpp b/ui/qt/capture_file_dialog.cpp
index 699840e3d9..d41587287e 100644
--- a/ui/qt/capture_file_dialog.cpp
+++ b/ui/qt/capture_file_dialog.cpp
@@ -26,7 +26,7 @@
#ifdef Q_OS_WIN
#include <windows.h>
-#include "epan/packet-range.h"
+#include "epan/packet_range.h"
#include "ui/win32/file_dlg_win32.h"
#else // Q_OS_WIN
diff --git a/ui/qt/export_dissection_dialog.cpp b/ui/qt/export_dissection_dialog.cpp
index 306da411fd..24db5d4923 100644
--- a/ui/qt/export_dissection_dialog.cpp
+++ b/ui/qt/export_dissection_dialog.cpp
@@ -23,7 +23,7 @@
#ifdef Q_OS_WIN
#include <windows.h>
-#include "epan/packet-range.h"
+#include "epan/packet_range.h"
#include "ui/win32/file_dlg_win32.h"
#else // Q_OS_WIN
diff --git a/ui/qt/packet_range_group_box.h b/ui/qt/packet_range_group_box.h
index f131416a1f..769f75fc38 100644
--- a/ui/qt/packet_range_group_box.h
+++ b/ui/qt/packet_range_group_box.h
@@ -26,7 +26,7 @@
#include <glib.h>
-#include "epan/packet-range.h"
+#include "epan/packet_range.h"
#include "syntax_line_edit.h"
#include <QGroupBox>