[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-7.10-x86-64

2008-07-28 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-7.10-x86-64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/112 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-7.10-x86 Buil

Re: [Wireshark-dev] wireshark to sql

2008-07-28 Thread Saeed Akhtar
Hi Basically I'm doing my degree project to decode sctp protocol. so i'm not really concerned with the size of data right now. On Sat, Jul 26, 2008 at 7:35 AM, Nathan Jennings <[EMAIL PROTECTED]> wrote: > On 7/25/2008 4:02 AM, Saeed Akhtar wrote: > > Is there any tool for offline scripting ...

Re: [Wireshark-dev] Windows build for VS 2008

2008-07-28 Thread Graham Bloice
Nathan Jennings wrote: On 7/25/2008 11:50 AM, Graham Bloice wrote: Gerald Combs wrote: According to http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/ it's possible to use newer versions of Visual C++ to link against the "classic" msvcrt.dll

[Wireshark-dev] Peek at HTTP Headers as Subdissector

2008-07-28 Thread DeRosa, Anthony
I'm writing an HTTP subdissector. Given that the tvbuff_t passed to an HTTP subdissector is a subset of the tvbuff_t that contains the HTTP headers, is there any way to peek at the HTTP headers? In other words, is there a way to peek at the parent tvbuff_t, when all you have is a subset? Thanks,

[Wireshark-dev] Getting a crash in UAT code (K12)

2008-07-28 Thread Martin Mathieson
Hi, I'm getting a crash that seems to be related to the K12 UAT file. I get the following crash only when I try to load in a K12 capture file. (lt-wireshark:25562): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() 14:54:17 Err Per-packet memory corrupted. Progr

Re: [Wireshark-dev] [Wireshark-commits] rev 25641: /trunk/ /trunk/epan/: libwireshark.def /trunk/wsutil/: libwsutil.def

2008-07-28 Thread Michael A. McCartney
All, Upgraded to latest SVN and now get this when trying to run wireshark: wireshark: error while loading shared libraries: libwsutil.so.0: cannot open shared object file: No such file or directory Any ideas to resolve this? Thanks-Mike [EMAIL PROTECTED] wrote: > http://anonsvn.wireshark.org

Re: [Wireshark-dev] Peek at HTTP Headers as Subdissector

2008-07-28 Thread Guy Harris
On Jul 28, 2008, at 5:59 AM, DeRosa, Anthony wrote: > I'm writing an HTTP subdissector. Given that the tvbuff_t passed to > an > HTTP subdissector is a subset of the tvbuff_t that contains the HTTP > headers, is there any way to peek at the HTTP headers? In other > words, > is there a way t

Re: [Wireshark-dev] rev 25641: /trunk/ /trunk/epan/: libwireshark.def /trunk/wsutil/: libwsutil.def

2008-07-28 Thread Michael A. McCartney
Resolved with sudo ldconfig -v /usr/local/lib seems to be ubuntu thing... Michael A. McCartney wrote: > All, > > Upgraded to latest SVN and now get this when trying > to run wireshark: > > wireshark: error while loading shared libraries: libwsutil.so.0: cannot > open shared object file: No such

Re: [Wireshark-dev] Windows build for VS 2008

2008-07-28 Thread Nathan Jennings
Thanks for the feedback... One thing I forgot to mention/ask is if the SVN Makefile.nmake set the "_DEBUG" (or "DEBUG", whatever is correct) macro for Wireshark builds so the default build is a debug version? If so, on VS 2008 Pro, my VS version, the compile flag for "Runtime Library" (specifi

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2008-07-28 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/471 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason: Buil

Re: [Wireshark-dev] Peek at HTTP Headers as Subdissector

2008-07-28 Thread Chih Wang
I have a similar need. What I need to see is the original HTTP request URL. In our system, the payload of the HTTP response will contain different message types based on the requested type. Is there a way to get that info from the subdissector? Regards, Chih Wang -Original Message- From:

[Wireshark-dev] Windows "build docs" step failing on xmllint of wslua_pinfo.xml

2008-07-28 Thread Bill Meier
The Windows buildbot "build docs" step is failing. I suspect the failure is related to SVN #25845.. - perl make-wsluarm.pl ../epan/wslua/wslua_dumper.c ../epan/wslua/wslua_field.c ../epan/wslua/wslua_gui.c ../epan/wslua/wslua_listener

Re: [Wireshark-dev] Windows "build docs" step failing on xmllint of wslua_pinfo.xml

2008-07-28 Thread Luis EG Ontanon
I don' get it: Why it fails on line 154 and doesn't do it 6 lines before on line 148 for an identical structure I guess removing the undocumented Grabage collectors from the docs should fix the prior. I'll check the results. tvb:__to