summaryrefslogtreecommitdiff
path: root/epan/Makefile.am
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 /epan/Makefile.am
parent70c4a0347ca02f5b8f7ed82d33e340e86d0bd533 (diff)
downloadwireshark-1a57d810423a70563c7d1fae5c956317c242d55c.tar.gz
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 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index a59d9e1b86..74beea88b7 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -95,7 +95,7 @@ LIBWIRESHARK_SRC = \
oids.c \
osi-utils.c \
oui.c \
- packet-range.c \
+ packet_range.c \
packet.c \
prefs.c \
print.c \
@@ -247,7 +247,7 @@ LIBWIRESHARK_INCLUDES = \
oids.h \
osi-utils.h \
oui.h \
- packet-range.h \
+ packet_range.h \
packet.h \
packet_info.h \
params.h \