[netfilter-cvslog] r6393 - in trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat: . linux-2.6.13/net/ipv4/netfilter

kaber at netfilter.org kaber at netfilter.org
Thu Jan 12 07:33:52 CET 2006


Author: kaber at netfilter.org
Date: 2006-01-12 07:33:43 +0100 (Thu, 12 Jan 2006)
New Revision: 6393

Modified:
   trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/help
   trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/linux-2.6.13/net/ipv4/netfilter/Kconfig.ladd
Log:
[PATCH]: Update h323 Kconfig description (Max Kellerman)


Modified: trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/help
===================================================================
--- trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/help	2006-01-12 06:32:29 UTC (rev 6392)
+++ trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/help	2006-01-12 06:33:43 UTC (rev 6393)
@@ -1,6 +1,7 @@
 
-This adds CONFIG_IP_NF_H323: H.323/netmeeting support module for netfilter
-connection tracking and NAT. H.323 uses/relies on the following data streams:
+This adds CONFIG_IP_NF_H323: H.323 (voice over IP) support module for
+netfilter connection tracking and NAT. H.323 uses/relies on the
+following data streams:
 
 	Port		Description
 	389 		Internet Locator Server (TCP)
@@ -16,9 +17,11 @@
 search/replace hack from the ip_masq_h323.c module for the 2.2 kernel
 series.
 
-At the very minimum, H.323/netmeeting (video/audio) is functional by letting 
+At the very minimum, H.323 (video/audio) is functional by letting
 trough the 1720 port and loading these H.323 module(s).
 
+This has been tested with Microsoft NetMeeting, gnomemeeting, ohphone.
+
 The H.323 conntrack/NAT modules do not support
 
 - H.245 tunnelling

Modified: trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/linux-2.6.13/net/ipv4/netfilter/Kconfig.ladd
===================================================================
--- trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/linux-2.6.13/net/ipv4/netfilter/Kconfig.ladd	2006-01-12 06:32:29 UTC (rev 6392)
+++ trunk/patch-o-matic-ng/patchlets/h323-conntrack-nat/linux-2.6.13/net/ipv4/netfilter/Kconfig.ladd	2006-01-12 06:33:43 UTC (rev 6393)
@@ -5,11 +5,11 @@
 	default m if IP_NF_H323=m
 
 config IP_NF_H323
-	tristate  'H.323 (netmeeting) support'
+	tristate  'H.323 (voice over IP) support'
 	depends on IP_NF_CONNTRACK
 	help
 	  H.323 is a standard signalling protocol used by teleconferencing
-	  softwares like netmeeting. With the ip_conntrack_h323 and
+	  software like netmeeting or gnomemeeting. With the ip_conntrack_h323 and
 	  the ip_nat_h323 modules you can support the protocol on a connection
 	  tracking/NATing firewall.
 	




More information about the netfilter-cvslog mailing list