aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-06-06 19:45:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-06-06 19:45:51 +0000
commit2bc6ecf4c17905df44ddfd7f2da768731b144ba2 (patch)
tree230e23ebb469e1c4e4240280b33013b35ec175ad /epan/Makefile.am
parentc56d401c3572d40f9b5772970cfae96cc009f17a (diff)
From Michael Mann:
I made 2 changes when merging the source into a single file: 1. Changed filtername to "siii" to match display filter fields (was quicker than changing all display filter fields to "sercosiii" 2. Converted the "ett_siii arrays" to a single value. Each subtree doesn't need its own ett_ value. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5990 svn path=/trunk/; revision=37574
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 3ae8cb160d..859d4a36e6 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -235,14 +235,7 @@ plugin_src = \
../plugins/m2m/wimax_tlv.c \
../plugins/mgcp/packet-mgcp.c \
../plugins/rdm/packet-rdm.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_at.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_at_devstat.c \
- ../plugins/sercosiii/packet-sercosiii_1v1.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_hp.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_mdt.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_mdt_devctrl.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_mst.c \
- ../plugins/sercosiii/packet-sercosiii_1v1_svc.c \
+ ../plugins/sercosiii/packet-sercosiii.c \
../plugins/wimax/crc.c \
../plugins/wimax/crc_data.c \
../plugins/wimax/mac_hd_generic_decoder.c \