diff options
| -rw-r--r-- | net/netfilter/nf_conntrack_h323_main.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/netfilter/nf_conntrack_h323_main.c b/net/netfilter/nf_conntrack_h323_main.c index 8bb99b3675b7..6d668af4f999 100644 --- a/net/netfilter/nf_conntrack_h323_main.c +++ b/net/netfilter/nf_conntrack_h323_main.c | |||
| @@ -977,30 +977,6 @@ static int process_alerting(struct sk_buff **pskb, struct nf_conn *ct, | |||
| 977 | } | 977 | } |
| 978 | 978 | ||
| 979 | /****************************************************************************/ | 979 | /****************************************************************************/ |
| 980 | static int process_information(struct sk_buff **pskb, | ||
| 981 | struct nf_conn *ct, | ||
| 982 | enum ip_conntrack_info ctinfo, | ||
| 983 | unsigned char **data, int dataoff, | ||
| 984 | Information_UUIE *info) | ||
| 985 | { | ||
| 986 | int ret; | ||
| 987 | int i; | ||
| 988 | |||
| 989 | DEBUGP("nf_ct_q931: Information\n"); | ||
| 990 | |||
| 991 | if (info->options & eInformation_UUIE_fastStart) { | ||
| 992 | for (i = 0; i < info->fastStart.count; i++) { | ||
| 993 | ret = process_olc(pskb, ct, ctinfo, data, dataoff, | ||
| 994 | &info->fastStart.item[i]); | ||
| 995 | if (ret < 0) | ||
| 996 | return -1; | ||
| 997 | } | ||
| 998 | } | ||
| 999 | |||
| 1000 | return 0; | ||
| 1001 | } | ||
| 1002 | |||
| 1003 | /****************************************************************************/ | ||
| 1004 | static int process_facility(struct sk_buff **pskb, struct nf_conn *ct, | 980 | static int process_facility(struct sk_buff **pskb, struct nf_conn *ct, |
| 1005 | enum ip_conntrack_info ctinfo, | 981 | enum ip_conntrack_info ctinfo, |
| 1006 | unsigned char **data, int dataoff, | 982 | unsigned char **data, int dataoff, |
| @@ -1096,11 +1072,6 @@ static int process_q931(struct sk_buff **pskb, struct nf_conn *ct, | |||
| 1096 | ret = process_alerting(pskb, ct, ctinfo, data, dataoff, | 1072 | ret = process_alerting(pskb, ct, ctinfo, data, dataoff, |
| 1097 | &pdu->h323_message_body.alerting); | 1073 | &pdu->h323_message_body.alerting); |
| 1098 | break; | 1074 | break; |
| 1099 | case eH323_UU_PDU_h323_message_body_information: | ||
| 1100 | ret = process_information(pskb, ct, ctinfo, data, dataoff, | ||
| 1101 | &pdu->h323_message_body. | ||
| 1102 | information); | ||
| 1103 | break; | ||
| 1104 | case eH323_UU_PDU_h323_message_body_facility: | 1075 | case eH323_UU_PDU_h323_message_body_facility: |
| 1105 | ret = process_facility(pskb, ct, ctinfo, data, dataoff, | 1076 | ret = process_facility(pskb, ct, ctinfo, data, dataoff, |
| 1106 | &pdu->h323_message_body.facility); | 1077 | &pdu->h323_message_body.facility); |
