http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / kernel / linux / include / linux / netfilter_ipv4 / ip_conntrack.h
index 543bab2..77aa45e 100755 (executable)
@@ -75,6 +75,9 @@ union ip_conntrack_expect_proto {
 #include <linux/netfilter_ipv4/ip_conntrack_amanda.h>
 #include <linux/netfilter_ipv4/ip_conntrack_ftp.h>
 #include <linux/netfilter_ipv4/ip_conntrack_irc.h>
+/*==== add by Andrew (2005/06/21) ====*/
+#include <linux/netfilter_ipv4/ip_conntrack_sip.h>
+/*==== end ====*/
 #if defined(CONFIG_IP_NF_RTSP) || defined(CONFIG_IP_NF_RTSP_MODULE)
 #include <linux/netfilter_ipv4/ip_conntrack_rtsp.h>
 #endif
@@ -92,6 +95,9 @@ union ip_conntrack_expect_help {
        struct ip_ct_amanda_expect exp_amanda_info;
        struct ip_ct_ftp_expect exp_ftp_info;
        struct ip_ct_irc_expect exp_irc_info;
+       /*==== add by Andrew (2005/06/21) ====*/
+       struct ip_ct_sip_expect exp_sip_info;
+       /*==== end ====*/
 #if defined(CONFIG_IP_NF_RTSP) || defined(CONFIG_IP_NF_RTSP_MODULE)
         struct ip_ct_rtsp_expect exp_rtsp_info;
 #endif
@@ -110,6 +116,9 @@ union ip_conntrack_help {
        struct ip_ct_h225_master ct_h225_info;
        struct ip_ct_ftp_master ct_ftp_info;
        struct ip_ct_irc_master ct_irc_info;
+/*==== add by Andrew (2005/06/21) ====*/
+       struct ip_ct_sip_master ct_sip_info;
+       /*==== end ====*/       
 #if defined(CONFIG_IP_NF_RTSP) || defined(CONFIG_IP_NF_RTSP_MODULE)
                 struct ip_ct_rtsp_master ct_rtsp_info;
 #endif