From e73e3580f6050e98cf5affa8f23d941845e77ecc Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 23 Feb 2018 09:43:29 -0800 Subject: Rename airpdcap to dot11decrypt. Our 802.11 decryption code isn't tied to any specific product. Change the file and API names to dot11decrypt. Change-Id: I14fd951be3ae9b656a4e1959067fc0bdcc681ee2 Reviewed-on: https://code.wireshark.org/review/26058 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/Makefile.am') diff --git a/epan/Makefile.am b/epan/Makefile.am index a6629c0246..d22d68e18b 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -310,7 +310,7 @@ endif # Add the object files for missing routines, if any. # libwireshark_la_LIBADD = \ - crypt/libairpdcap.la \ + crypt/libdot11decrypt.la \ ftypes/libftypes.la \ dfilter/libdfilter.la \ dissectors/libdissectors.la \ @@ -333,7 +333,7 @@ libwireshark_la_LIBADD = \ @GLIB_LIBS@ libwireshark_la_DEPENDENCIES = \ - crypt/libairpdcap.la \ + crypt/libdot11decrypt.la \ ftypes/libftypes.la \ dfilter/libdfilter.la \ dissectors/libdissectors.la \ -- cgit v1.2.3