[NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helper
authorJan Engelhardt <jengelh@computergmbh.de>
Thu, 31 Jan 2008 12:50:05 +0000 (04:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:07 +0000 (19:28 -0800)
commit905e3e8ec5899ae618846c9ac6f38dd6c22e604e
treea15c260950c0b5e4c12d9fe6529ae6ea564902a8
parent3cb609d57c20027a8b39fc60b79b930a89da82d4
[NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helper

Constify data tables (predominantly in nf_conntrack_h323_types.c, but
also a few in nf_conntrack_h323_asn1.c) and use const qualifiers on
variables where possible in the h323 sources.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_nat_h323.c
net/netfilter/nf_conntrack_h323_asn1.c
net/netfilter/nf_conntrack_h323_main.c
net/netfilter/nf_conntrack_h323_types.c