From: Max Kellermann <max@duempel.org>
To: netfilter-devel@lists.netfilter.org
Cc: laforge@gnumonks.org
Subject: [PATCH pom-ng 1/6] H.323: remove struct ip_ct_h225_master
Date: Wed, 11 May 2005 00:51:10 +0200 [thread overview]
Message-ID: <20050510225110.GA5720@roonstrasse.net> (raw)
In-Reply-To: <20050510225019.GA5102@roonstrasse.net>
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
h323-01-remove_ip_ct_h225_master.patch
- remove struct ip_ct_h225_master
[-- Attachment #2: h323-01-remove_ip_ct_h225_master.patch --]
[-- Type: text/plain, Size: 1928 bytes --]
Tue Apr 19 21:28:07 CEST 2005 max@duempel.org
* removed dummy struct ip_ct_h225_master
diff -rN -u old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd
--- old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd 2005-05-10 23:48:01.000000000 +0200
+++ new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
- /* insert conntrack helper private data (master) here */
- struct ip_ct_h225_master ct_h225_info;
diff -rN -u old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd_2 new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd_2
--- old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd_2 2005-05-10 23:48:01.000000000 +0200
+++ new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack.h.ladd_2 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-/* Add protocol helper include file here */
-#include <linux/netfilter_ipv4/ip_conntrack_h323.h>
diff -rN -u old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_h323.h new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_h323.h
--- old-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_h323.h 2005-05-10 23:48:01.000000000 +0200
+++ new-h323-4/h323-conntrack-nat/linux-2.6.11/include/linux/netfilter_ipv4/ip_conntrack_h323.h 2005-05-10 23:48:01.000000000 +0200
@@ -7,11 +7,6 @@
/* Default H.225 port */
#define H225_PORT 1720
-/* This structure exists only once per master */
-struct ip_ct_h225_master {
- int dummy;
-};
-
struct ip_conntrack_expect;
struct ip_conntrack;
next prev parent reply other threads:[~2005-05-10 22:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 22:50 [PATCH pom-ng 0/6] H.323: implement a "real" H.245 parser Max Kellermann
2005-05-10 22:51 ` Max Kellermann [this message]
2005-05-10 22:51 ` [PATCH pom-ng 2/6] add ip_nat_h245() Max Kellermann
2005-05-10 22:52 ` [PATCH pom-ng 3/6] H.323: minor code style fixes Max Kellermann
2005-05-10 22:52 ` [PATCH pom-ng 4/6] H.323: splitted ip_conntrack_h323.c into 3 sources Max Kellermann
2005-05-11 23:40 ` Patrick McHardy
2005-05-12 5:26 ` Max Kellermann
2005-05-17 15:39 ` Patrick McHardy
2005-05-10 22:53 ` [PATCH pom-ng 5/6] H.323: ASN.1/PER parser Max Kellermann
2005-05-10 22:54 ` [PATCH pom-ng 6/6] H.323: H.245/ASN.1 parser Max Kellermann
2005-05-11 8:01 ` [PATCH pom-ng 0/6] H.323: implement a "real" H.245 parser Harald Welte
2005-05-11 18:16 ` [PATCH pom-ng 7/6] H.323: reimplement the H.225 parser using the ASN.1/PER library Max Kellermann
2005-05-17 15:18 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050510225110.GA5720@roonstrasse.net \
--to=max@duempel.org \
--cc=laforge@gnumonks.org \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.