aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-10-21 00:00:46 -0400
committerAnders Broman <a.broman58@gmail.com>2017-10-21 08:22:30 +0000
commitb289699ace2075c934f7009dea307156f9296071 (patch)
tree9dd26c3201917226ec2bb26220c943fa12b60f63 /epan/Makefile.am
parent0f868cfeb0260fc30f8fe0710312102dac6972fd (diff)
Remove oui_vals value_string and epan/oui.c
oui.c is a very small subset of what comes from http://standards.ieee.org/regauth/oui/oui.txt, so use the "full" OUI list (and more) out of the manuf file and convert hf_ fields to just use BASE_OUI. Change-Id: Ic0c2ff618d8a6212f498e3b7475e0a7856c22b5b Reviewed-on: https://code.wireshark.org/review/24007 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index ab8570270f..bee2753f6c 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -86,7 +86,6 @@ LIBWIRESHARK_SRC = \
next_tvb.c \
oids.c \
osi-utils.c \
- oui.c \
packet.c \
prefs.c \
print.c \