From bb47a68e0983fa4da5b607dd775e227528da1955 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 18 Nov 2017 22:31:45 -0500 Subject: Move dissect_leb128 to file-elf.c This allows for the removal of epan/dwarf.[ch] Functionality could probably be handled by an encoding (like dissect_uleb128), but for now keep it in file-elf.c as that's the only functionality currently using it. Change-Id: I84cf6af02abb3d53ea7d9b774e3313d77a1ff497 Reviewed-on: https://code.wireshark.org/review/24486 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/Makefile.am') diff --git a/epan/Makefile.am b/epan/Makefile.am index 2632cb9a8c..85f7f393ae 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -61,7 +61,6 @@ LIBWIRESHARK_SRC = \ disabled_protos.c \ dissector_filters.c \ dvb_chartbl.c \ - dwarf.c \ epan.c \ ex-opt.c \ except.c \ @@ -196,7 +195,6 @@ LIBWIRESHARK_INCLUDES_PUBLIC = \ dtd.h \ dtd_parse.h \ dvb_chartbl.h \ - dwarf.h \ eap.h \ eapol_keydes_types.h \ epan.h \ -- cgit v1.2.3