aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-06-16 13:23:28 -0400
committerMichael Mann <mmann78@netscape.net>2014-06-16 20:38:54 +0000
commita279fa7705b9baf3f6c779face3067b722c802b2 (patch)
treede7d4060c752c62a926acc7bc6f1a2e08c0179bc /epan/dissectors/Makefile.common
parentcf99e6b198eb7d0c79b93065ec45322e38ac840f (diff)
Have ipmi "dissectors" register through the build process instead of "manually"
Change-Id: I6d6d32e8a1bc21dee9bf52b502e1a02e9511ecb2 Reviewed-on: https://code.wireshark.org/review/2253 Reviewed-by: Dmitry Bazhenov <dima_b@pigeonpoint.com> Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common26
1 files changed, 11 insertions, 15 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 8359ce3e26..96444eb246 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -728,9 +728,19 @@ DISSECTOR_SRC = \
packet-ipars.c \
packet-ipdc.c \
packet-ipfc.c \
- packet-ipmi-session.c \
packet-ipmi.c \
+ packet-ipmi-app.c \
+ packet-ipmi-bridge.c \
+ packet-ipmi-chassis.c \
+ packet-ipmi-picmg.c \
+ packet-ipmi-se.c \
+ packet-ipmi-session.c \
+ packet-ipmi-storage.c \
packet-ipmi-trace.c \
+ packet-ipmi-transport.c \
+ packet-ipmi-pps.c \
+ packet-ipmi-update.c \
+ packet-ipmi-vita.c \
packet-ipnet.c \
packet-ipoib.c \
packet-ipp.c \
@@ -1705,24 +1715,10 @@ DISSECTOR_INCLUDES = \
$(GENERATED_HEADER_FILES) \
$(CUSTOM_HEADER_FILES)
-# IPMI sub-parsers for each network function code
-IPMI_SUBPARSERS = \
- packet-ipmi-app.c \
- packet-ipmi-bridge.c \
- packet-ipmi-chassis.c \
- packet-ipmi-picmg.c \
- packet-ipmi-se.c \
- packet-ipmi-storage.c \
- packet-ipmi-transport.c \
- packet-ipmi-pps.c \
- packet-ipmi-update.c \
- packet-ipmi-vita.c
-
# Dissector helpers. They're included in the source files in this
# directory, but they're not dissectors themselves, i.e. they're not
# used to generate "register.c").
DISSECTOR_SUPPORT_SRC = \
- $(IPMI_SUBPARSERS) \
packet-dcerpc-nt.c \
usb.c \
register.c