summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-06-02 10:18:50 -0400
committerMichael Mann <mmann78@netscape.net>2017-06-02 15:29:56 +0000
commita9a3bfa331164fd05f392c84c0f7e9a3a909ebfd (patch)
treeb7567e598cedabcb0a2e197ed12ec0776ba4a04a /epan
parentc4b87be7a727242b4de9dd338cedd265c8f3f2fa (diff)
downloadwireshark-a9a3bfa331164fd05f392c84c0f7e9a3a909ebfd.tar.gz
Rename packet-netgear.c -> packet-netgear-ensemble.c
This may not be the only Netgear protocol, so make a distinction. Change-Id: I68f460f44ac9345863468cfb407cec205a392d54 Reviewed-on: https://code.wireshark.org/review/21900 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Charlie Lenahan <clenahan@sonicbison.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/CMakeLists.txt2
-rw-r--r--epan/dissectors/Makefile.am2
-rw-r--r--epan/dissectors/packet-netgear-ensemble.c (renamed from epan/dissectors/packet-netgear.c)2
3 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index 203ee4bb7c..8af4778943 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -962,7 +962,7 @@ set(DISSECTOR_SRC
packet-netanalyzer.c
packet-netbios.c
packet-netdump.c
- packet-netgear.c
+ packet-netgear-ensemble.c
packet-netflow.c
packet-netlink-generic.c
packet-netlink-netfilter.c
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 9a5a250dd5..5cabfca5a5 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -984,7 +984,7 @@ DISSECTOR_SRC = \
packet-netanalyzer.c \
packet-netbios.c \
packet-netdump.c \
- packet-netgear.c \
+ packet-netgear-ensemble.c \
packet-netflow.c \
packet-netlink-generic.c \
packet-netlink-netfilter.c \
diff --git a/epan/dissectors/packet-netgear.c b/epan/dissectors/packet-netgear-ensemble.c
index deb48c5513..cfeafc324a 100644
--- a/epan/dissectors/packet-netgear.c
+++ b/epan/dissectors/packet-netgear-ensemble.c
@@ -1,4 +1,4 @@
-/* packet-netgear.c
+/* packet-netgear-ensemble.c
*
* Routines for Netgear AP Ensemble Protocol
* Charlie Lenahan <clenahan@sonicbison.com>