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>
This commit is contained in:
Michael Mann 2017-06-02 10:18:50 -04:00
parent c4b87be7a7
commit a9a3bfa331
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 \

View File

@ -1,4 +1,4 @@
/* packet-netgear.c
/* packet-netgear-ensemble.c
*
* Routines for Netgear AP Ensemble Protocol
* Charlie Lenahan <clenahan@sonicbison.com>