Re: [Wireshark-dev] Regarding Downloading through wget

2007-03-30 Thread Mark Lewis
You probably need to setup wget to see through your proxy. You can find your proxy details in your browsers connections settings. You set the proxy for wget under cygwin by adding a file into your cygwin ~ directory, which maps to c:\Documents and Settings\username The file is called .wgetrc and

Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-23 Thread Mark Lewis
To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix On Thu, Feb 08, 2007 at 12:41:06PM -, Mark Lewis wrote: The current RTP/MPEG2 Transport Stream dissector has a bug. When both Adaptation Field and Payload are present in a packet (AFC

[Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Mark Lewis
I have just updated to the latest SVN and RTP dissection appears to be broken. This was working when I last updated a couple of weeks ago. The nature of the problem is that whatever dissector takes the RTP payload is starting its dissection at the beginning of the RTP header, rather than

Re: [Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Mark Lewis
-dev] Bug with RTP dissection - latest SVN Mark Lewis wrote: I have just updated to the latest SVN and RTP dissection appears to be broken. This was working when I last updated a couple of weeks ago. I will look into this further, but if anyone knows what might have changed please let me

[Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-08 Thread Mark Lewis
The current RTP/MPEG2 Transport Stream dissector has a bug. When both Adaptation Field and Payload are present in a packet (AFC==3) the payload is ignored and Wireshark marks the packet as malformed. This patch to epan/dissectors/packet-mp2t.c fixes the problem. It has been tested on Windows

[Wireshark-dev] RFC2733 implications for the RTP header extension (X) bit

2007-01-30 Thread Mark Lewis
RFC2733 An RTP Payload Format for Generic Forward Error Correction requires the RTP header extension (X) bit to be used in an otherwise non-standard way. The header extension is never present, independent of the value of the X bit. The X bit contains the result of the FEC protection operation as

[Wireshark-dev] PCAP Player or similar

2006-11-02 Thread Mark Lewis
Hi List, Does anyone know if some software exists for replaying captured traffic across a network for testing purposes? Some kind of inverse capture tool? I'd rather not write something if it already exists. Thanks for any help you can give. Mark

Re: [Wireshark-dev] PCAP Player or similar

2006-11-02 Thread Mark Lewis
I need to generate RTP traffic. It looks like tcpreplay may be suitable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques, Olivier (OpenCall Test Infra) Sent: 02 November 2006 13:29 To: Developer support list for Wireshark Subject: Re: