URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a57d810423a70563c7d1fae5c956317c242d55c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1a57d81 by Michael Mann (mmann78@xxxxxxxxxxxx):
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@xxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 70c4a03 Add GSMTAP logging sub-dissector
adds 1a57d81 Rename packet-range.[ch] to packet_range.[ch]
Summary of changes:
epan/CMakeLists.txt | 2 +-
epan/Makefile.am | 4 ++--
epan/{packet-range.c => packet_range.c} | 4 ++--
epan/{packet-range.h => packet_range.h} | 2 +-
epan/print.c | 2 +-
epan/print.h | 2 +-
file.h | 2 +-
ui/qt/capture_file_dialog.cpp | 2 +-
ui/qt/export_dissection_dialog.cpp | 2 +-
ui/qt/packet_range_group_box.h | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)
rename epan/{packet-range.c => packet_range.c} (99%)
rename epan/{packet-range.h => packet_range.h} (99%)