wireshark/asn1/Makefile.am
Jörg Mayer 6197143d6c Ed Beroset <beroset@mindspring.com> via bug 5531
The ANSI C12.22 protocol is a smart grid protocol for utility meters, including
gas, water and electric.  The dissector implemented in the patch file includes
full support for all EPSEM (Extended Protocol Specification for Electricity
Metering) services and includes a full implementation of the C12.22 security
modes.

[...]

To decrypt the attached sample file, you need to set up the key table in the
preferences to include key 0 with a value of 6624C7E23034E4036FE5CB3A8B5DAB44.

Me: Fixes for:

[ 64%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o            
../../asn1/c1222/packet-c1222-template.c: In function ‘dissect_epsem’:                   
../../asn1/c1222/packet-c1222-template.c:860:15: error: variable ‘ft’ set but not used [-Werror=unused-but-set-variable]

[  5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o
../../asn1/c1222/packet-c1222-template.c:103:19: error: ‘c1222_flags’ defined but not used [-Werror=unused-variable]



svn path=/trunk/; revision=40500
2012-01-14 15:22:10 +00:00

134 lines
2 KiB
Makefile

# Makefile.am
# Automake file for Wireshark
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2006 Gerald Combs
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
include Custom.make
SUBDIRS = \
$(CUSTOM_SUBDIRS) \
acp133 \
acse \
ansi_map \
ansi_tcap \
c1222 \
camel \
cdt \
charging_ase \
cmip \
cmp \
credssp \
crmf \
cms \
dap \
dop \
disp \
dsp \
ess \
ftam \
gnm \
goose \
gsm_map \
gprscdr \
h225 \
h235 \
h245 \
h248 \
h282 \
h283 \
h323 \
h450 \
h450-ros \
h460 \
h501 \
HI2Operations \
hnbap \
idmp \
inap \
kerberos \
lcsap \
ldap \
logotypecertextn \
lpp \
lppa \
lte-rrc \
mms \
mpeg-audio \
mpeg-pes \
nbap \
ns_cert_exts \
ocsp \
p1 \
p22 \
p7 \
p772 \
pcap \
pkcs1 \
pkcs12 \
pkinit \
pkixac \
pkix1explicit \
pkix1implicit \
pkixproxy \
pkixqualified \
pkixtsp \
pres \
q932 \
q932-ros \
qsig \
ranap \
rnsap \
ros \
rrc \
rrlp \
rtse \
rua \
s1ap \
sabp \
sbc-ap \
smrse \
snmp \
spnego \
sv \
t124 \
t125 \
t38 \
tcap \
tetra \
ulp \
wlancertextn \
x2ap \
x509af \
x509ce \
x509if \
x509sat \
x721
EXTRA_DIST = \
Makefile.nmake \
Makefile.inc.nmake \
Makefile.preinc.nmake \
Custom.make
MAINTAINERCLEANFILES = \
Makefile.in