[Wireshark-dev] AJP13 Fixes

2006-07-19 Thread Ian Abel
Hi, The attached file should fix the following two bugs in the AJP dissector. 1) The dissector doesn't know about CPING/CPONG 2) The dissector misinterprets multiple requests in one connection if a prior request has a Body request part. Yours, Ian -- Ian Abel <[EMAIL PROTECTED]> Systems Ana

Re: [Wireshark-dev] [PATCH] Lua plugin build fixes

2006-07-19 Thread Anders Broman
Checked in. Brg Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Bálint Réczey (IJ/ETH) Skickat: den 18 juli 2006 10:54 Till: wireshark-dev@wireshark.org Ämne: Re: [Wireshark-dev] [PATCH] Lua plugin build fixes Hi, Is there any problem with the patch

Re: [Wireshark-dev] wireshark_0.99.2-1_i386.changes REJECTED

2006-07-19 Thread Gerald Combs
The Debian package approval process turned up several source files in the Wireshark distribution that don't have explicit licenses. With the exception of in_cksum.h, is there any reason these shouldn't be GPLed? > epan/in_cksum.h: > no license info (but most probably BSD, like in_cksum.c) > >

Re: [Wireshark-dev] New DTD (xcap-caps)

2006-07-19 Thread Anders Broman
Checked in. Brg Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Martin Mathieson Skickat: den 19 juli 2006 18:12 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] New DTD (xcap-caps) Hi, Here is a DTD for xcap-caps and changes needed

Re: [Wireshark-dev] [Patch] to MSRP dissector

2006-07-19 Thread Anders Broman
Checked in. Brg Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Martin Mathieson Skickat: den 19 juli 2006 15:50 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] [Patch] to MSRP dissector Joerg Mayer wrote: >On Wed, Jul 19, 2006

[Wireshark-dev] [Patch] Process all XML dtds directories

2006-07-19 Thread Mike Duigou
The enclosed patch extends the way in which the xml dissector loads DTD definitions. Rather than loading only a single dtd directory this patch will cause the contents of *both* the ~/.wireshark/dtds (user) and the /usr/local/share/wireshark/dtds (built-ins) to be loaded. The current dtd parsi

[Wireshark-dev] New DTD (xcap-caps)

2006-07-19 Thread Martin Mathieson
Hi, Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). Regards, Martin Index: Makefile.am === --- Makefile.am (revision 18765) +++ Makefile.am (working copy) @@ -110,6 +110,7 @@

Re: [Wireshark-dev] [Patch] to MSRP dissector

2006-07-19 Thread Martin Mathieson
Joerg Mayer wrote: On Wed, Jul 19, 2006 at 11:52:43AM +0100, Martin Mathieson wrote: This patch: - adds headers found in later versions of the msrp drafts - fixes a problem where wrong length values were used while parsing the request/status line and it was going beyond linelen - "Transakt

Re: [Wireshark-dev] [Patch] to MSRP dissector

2006-07-19 Thread Joerg Mayer
On Wed, Jul 19, 2006 at 11:52:43AM +0100, Martin Mathieson wrote: > This patch: > - adds headers found in later versions of the msrp drafts > - fixes a problem where wrong length values were used while parsing the > request/status line and it was going beyond linelen > - "Transaktion" -> "Transact

[Wireshark-dev] [Patch] to MSRP dissector

2006-07-19 Thread Martin Mathieson
This patch: - adds headers found in later versions of the msrp drafts - fixes a problem where wrong length values were used while parsing the request/status line and it was going beyond linelen - "Transaktion" -> "Transaction" - status code now appears as a numerical field - removes unused param