search for: decapsul

Displaying 20 results from an estimated 29 matches for "decapsul".

Did you mean: encapsul
2009 Jun 04
3
libogg++ release 1.1.0
...streams, and to be thread-safe in a threading model in which each codec or transport runs in its own thread. Main features added since initial release Selection logic which allows a co-ordinating stream's header pages which may contain info about the other streams to be decapsulated before the first header pages for these other streams have been claimed. A PageReader to read raw (un-decapsulated) pages either simultaneously with reading the decapsulated packets, or by themselves. The application can then route these pages to a...
2008 Nov 03
0
No subject
...in a threading model in which each codec or transport > runs in its own thread. > > Main features added since initial release > Selection logic which allows a co-ordinating stream's header > pages which may contain info about the other streams to be > decapsulated before the first header pages for these other > streams have been claimed. > > A PageReader to read raw (un-decapsulated) pages either > simultaneously with reading the decapsulated packets, or by > themselves. The application can then rou...
2009 Jun 04
0
libogg++ release 1.1.0
...safe in a threading model in which each codec or transport > runs in its own thread. > > Main features added since initial release > ? ? ? ?Selection logic which allows a co-ordinating stream's header > ? ? ? ?pages which may contain info about the other streams to be > ? ? ? ?decapsulated before the first header pages for these other > ? ? ? ?streams have been claimed. > > ? ? ? ?A PageReader to read raw (un-decapsulated) pages either > ? ? ? ?simultaneously with reading the decapsulated packets, or by > ? ? ? ?themselves. The application can then route these page...
2007 Apr 18
0
[Bridge] priority number lower??
...What you need to do is register your function > on the existing NF_BR_PRE_ROUTING hook, with a priority number lower than > that of the ebtables nat PREROUTING chain (prio=NF_BR_PRI_NAT_SRC). ebt INPUT | | ebt (PREROUTING)------Bridging-----ebt (FORWARD) I think my code is decapsulating (changing eth hdr) before INPUT chain is traversed. So, I am confused as to what the priority number should be. Since encap/ decap functions are called by main code. If the prio is Lower than NF_BR_PRI_NAT_SRC, encapsulation is taking place even before ebt-PREROUTING chain is traversed. So is...
2007 Apr 18
2
[Bridge] bridge netfilter question
Hi, I found this block of code in br_dev_queue_xmit() @ br_forward.c, after applying 'netfilter' patch for 2.4.21 kernel Can someone explain what this block of code is doin? #ifdef CONFIG_NETFILTER if (skb->nf_bridge) memcpy(skb->data - 16, skb->nf_bridge->hh, 16); #endif 1. What is 16 bytes here...? Ethernet hdr is just 14 bytes 2. Why the ethernet
2008 Nov 14
3
FreeBSD 6.3 gre and traceroute
Stephen Clark wrote: > Robert Noland wrote: >> On Thu, 2008-11-13 at 07:48 -0500, Stephen Clark wrote: >>> Julian Elischer wrote: >>>> Stephen Clark wrote: >>>>> Julian Elischer wrote: >>>>>> you will need to define the setup and question better. >>>> thanks.. cleaning it up a bit more... >>>> >>>>
2002 Dec 02
1
ipip and nexthdr
...t 32 CORRECT. this correctly matches the source ip inside the tunnel I browsed a lot inside the source of tc (from iproute) but how nexthdr works is still unclear to me. However, I''d like to be able to make the filter selections with ip src, ip dst sport, dport inside the tunnel, before decapsulation. -- ing. Andrei Boros mailto:andrei@srr.ro / +40-21-303-1870 Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.or...
2003 Jun 24
8
Patch for Socks5 support for dynamic portforwaring?
Hi, has anybody seen a patch that provides socks version 5 support for the dynamic portforwarding feature? I?ve seen thats implemented in ssh.com?s ssh version, but found nothing about openssh. Only thing i found was a patch to provide socks4a. cu sleepi
2009 Jun 05
2
libogg++ release 1.1.0
...hich each codec or transport > > runs in its own thread. > > > > Main features added since initial release > > Selection logic which allows a co-ordinating stream's header > > pages which may contain info about the other streams to be > > decapsulated before the first header pages for these other > > streams have been claimed. > > > > A PageReader to read raw (un-decapsulated) pages either > > simultaneously with reading the decapsulated packets, or by > > themselves. The application...
2004 Sep 24
2
strange behavior of ipsec tunnel mode
hello i am trying to set up ipsec in my network, for now just between two hosts, using to use AH & ESP in tunnel mode to get all of packet encrypted. keys are negotiated with racoon. mayby using tunnel mode in this case can seems strange, but i know what i am doing. after setting up everything i have done few tests with ping & tcpdump. but the results are very suprising. bellow is what i
2003 Oct 13
4
iptables nat redirect
I''m trying to do a nat redirect (traffic redirected from a router, not originally for the machine). I can see the network traffic, but the iptable rules do not appear to do anything. Is this possible on a virtual domain, and if not what needs to be done? -Jeff ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program.
2017 Jan 17
1
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...sed kernel). Requests from a client node to the manager node are either handled by the manager node or one of the two worker nodes. If requests are handled by a worker node, the request (including the SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to the worker and responses are decapsulate by the manager and forwarded back to the client. If a request is handled by either the manager or the 4.4 based worker, everything works as expected. For requests handled by the 4.9 based worker we see the response packet being sent to the client node by the manager node (tcpdump on eth0), but i...
2017 Jan 17
1
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...sed kernel). Requests from a client node to the manager node are either handled by the manager node or one of the two worker nodes. If requests are handled by a worker node, the request (including the SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to the worker and responses are decapsulate by the manager and forwarded back to the client. If a request is handled by either the manager or the 4.4 based worker, everything works as expected. For requests handled by the 4.9 based worker we see the response packet being sent to the client node by the manager node (tcpdump on eth0), but i...
2007 Apr 18
0
[Bridge] ebtables
...ur prompt response. What I wanted to tell was: the following cmd DOES NOT WORK..(here 0x828 is my protocol no. that encapsulates the IP data, like VLAN) ebtables -A INPUT -p 0x828 -j DROP BUT the following does work... ebtables -A INPUT -p 0x800 -j DROP So, ebtables is not seeing the frame before decapsulation. For that as Bart schuymer said I need to register my function on NF_BR_PRE_ROUTING with lower priority. I don't want any new filter table or extension modules. I only want the ability to do regular stuff like: ebtables -A INPUT -p 0x828 -j DROP So, do you think I still need to create a m...
2007 May 26
14
[Bug 570] PREROUTING is unaware of VLAN interfaces
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=570 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net 2007-05-26
2003 Jun 13
3
Extensions for long fat networks?
Before I get too far in my attempts... Has anyone already implemented support in scp for larger buffers/windows that would take advantage of wscaled TCP windows? Paul Hyder NOAA Forecast Systems Lab Boulder, CO FYI: Linux 2.4.20, 30-80ms RTT, data rates 100-1000Mbps, and a need to fill TCP windows of 2-8MBytes. (Existing limits appear to be about 256KB.)
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...the BSDs support it. > >> as well as SO_TIMESTAMPNS, and use a higher resolution internal clock. >> Got passing through the dscp values to work also, but: >> >> A) encapsulation of ecn capable marked packets, and availability in >> the outer header, without correct decapsulationm doesn't work well. >> >> The outer packet gets marked, but by default the marking doesn't make >> it back into the inner packet when decoded. > > Is the kernel stripping the ECN bits provided by userspace? In the code > in your git branch you strip the ECN b...
2017 Jan 17
0
virtio: Subtle changes to virtio_net flags breaks VXLAN on Google Cloud
...s from a client node to the manager node are > either handled by the manager node or one of the two worker nodes. If > requests are handled by a worker node, the request (including the > SYN/SYN,ACK handshake) are encapsulated in VXLAN before being sent to > the worker and responses are decapsulate by the manager and forwarded > back to the client. > If a request is handled by either the manager or the 4.4 based worker, > everything works as expected. For requests handled by the 4.9 based > worker we see the response packet being sent to the client node by the > manager node...
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,