Re: [Wireshark-dev] Preference to display hidden protocol items

2008-04-28 Thread Stephen Fisher
On Fri, Apr 25, 2008 at 12:45:29PM -0700, Guy Harris wrote: > [EMAIL PROTECTED] wrote: > > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25108 > > > > User: stig > > Date: 2008/04/17 11:14 PM > > > > Log: > > Added an option to display hidden protocol items. > > Should this b

[Wireshark-dev] Requiring GTK+ 2.4 or later

2008-04-28 Thread Guy Harris
Jeff Morriss wrote: > packaging/svr4/checkinstall.in also uses the GTK version for > install-time dependency checking but I can't seem to figure out how to > get a variable in configure.in to populate that file when it builds the > real file. > > (OTOH it would be convenient for me to keep GTK

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-04-28 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/Windows-XP-x86/builds/4286 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason: Build

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-04-28 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/Windows-XP-x86/builds/4288 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason: The web

[Wireshark-dev] dissection of packets with unknown format (LDP/MPLS/PWE)

2008-04-28 Thread Alexandre Abreu
Hi. Has anyone ever found a case where the successful dissection of one protocol depends on what was negotiated in another protocol? I've been looking into dissecting pseudowires running over MPLS but the packet format can't be obtained by looking just into the MPLS traffic. Per each MPLS

Re: [Wireshark-dev] [PATCH] add field support to MySQL dissector

2008-04-28 Thread Anders Broman
Hi, I get the following: register.c packet-mysql.c packet-mysql.c(2096) : error C2220: warning treated as error - no object file ge nerated packet-mysql.c(2096) : warning C4244: '+=' : conversion from 'unsigned __int64 ' to 'int ', possible loss of data Regards Anders -Ursprungligt meddeland

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-04-28 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/Windows-XP-x86/builds/4290 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason: Build

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

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

Re: [Wireshark-dev] PDML pos, size attributes

2008-04-28 Thread Fulvio Risso
Peter Fuller wrote: > Dear developers, > > In the PDML produced by wireshark, are the pos and size > attributes base XML type nonNegativeInteger ? I would have thought > so, but > they are derived from field_info->start and field_info->length, > respectively. Both are type gint. Is

[Wireshark-dev] SMTP : Copying Data into a file

2008-04-28 Thread Auvray Julien
Hello everybody !! First Thanks to Jaap and Sake who help me to set up my environment on Windows. Now, I would like to have some advices to complete my work. I have to copy all the data transferred into a mail (SMTP) into a file. I don't think I have to implement a new dissector because S

Re: [Wireshark-dev] [PATCH] add field support to MySQL dissector

2008-04-28 Thread Jaap Keuter
Hi, Could you put it in bugzilla? See the "Source code" section in http://wiki.wireshark.org/SendingFilesToWireshark why that is. Thanx, Jaap Jess Balint wrote: > Hi, I've attached a patch to add support for field info in the MySQL > dissector. I've also cleaned up a few things and fixed a smal

Re: [Wireshark-dev] [PATCH] add field support to MySQL dissector

2008-04-28 Thread Joerg Mayer
On Sat, Apr 26, 2008 at 07:07:27PM -0500, Jess Balint wrote: > Hi, I've attached a patch to add support for field info in the MySQL > dissector. I've also cleaned up a few things and fixed a small problem > in the state tracking I added in a previous patch. Looks nice, a few questions/remarks thou

[Wireshark-dev] how to modify tvbuff_t* tvb

2008-04-28 Thread prakash chowbey
hi, as we extract a particular octet from a tvb (of type tvbuff_t*) using tvb_get_guint8(tvb , offset); how can we assign(alter) a particular octet of a tvb, plz give me the function to be used as well as syntax. regards, prakash - Share files, ta

Re: [Wireshark-dev] Preference to display hidden protocol items

2008-04-28 Thread Stig Bjørlykke
On 27. april. 2008, at 08.00, Stephen Fisher wrote: > I have a feeling it should be in the view menu. Also, shouldn't we > signify somehow that a hidden field is being displayed? I would > like to > turn the feature on, but I don't want to confuse hidden fields with > normal fields. Maybe put

Re: [Wireshark-dev] dissection of packets with unknown format (LDP/MPLS/PWE)

2008-04-28 Thread Richard van der Hoff
Alexandre Abreu wrote: > Hi. > > Has anyone ever found a case where the successful dissection of one > protocol depends on what was negotiated in another protocol? Yes, this is done for RTP traffic, which is set up via H.245 or SIP/SDP. > I guess my question comes down to: how can we store the

Re: [Wireshark-dev] how to modify tvbuff_t* tvb

2008-04-28 Thread Luis EG Ontanon
Do not. If you need to modify the buffer get a (ep) copy of the buffer and work on it. On Mon, Apr 28, 2008 at 11:29 AM, prakash chowbey <[EMAIL PROTECTED]> wrote: > hi, > as we extract a particular octet from a tvb (of type tvbuff_t*) using > tvb_get_guint8(tvb , offset); > how can we assign(

Re: [Wireshark-dev] Requiring GTK+ 2.4 or later

2008-04-28 Thread Gerald Combs
Guy Harris wrote: > which would probably be OK for the packet list if we were to switch to > using a GtkTreeView, which would let us change the columns without > destroying the packet list and reconstructing it, and would also let us > avoid allocating strings for the content of all rows and col

[Wireshark-dev] SMTP : Copying Data into a file

2008-04-28 Thread Auvray Julien
Hello everybody !! First Thanks to Jaap and Sake who help me to set up my environment on Windows. Now, I would like to have some advices to complete my work. I have to copy all the data transferred into a mail (SMTP) into a file. I don't think I have to implement a new dissector because S

Re: [Wireshark-dev] [Wireshark-commits] rev 25171:/trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-umts_fp.c

2008-04-28 Thread Jeff Morriss
Oy, apparently it was a rough week for me last week. (Good thing I wasn't coding.) After a good weekend of suffocating on (latex) paint fumes (spring _was_ here but then it left), my brain is working much more good now. Thanks for your patience. :-) Maynard, Chris wrote: > Does this help

[Wireshark-dev] Communication between Dissectors

2008-04-28 Thread Barry Constantine
Hello All, I am not a developer per se, but wrote simple dissector following the excellent how to guide by Ken Thompson. My protocol does not have a length field and rides on top of IP. It is a simplistic throughput protocol for test measurement purposes and we calculate payload length bas

Re: [Wireshark-dev] dissection of packets with unknown format (LDP/MPLS/PWE)

2008-04-28 Thread Alexandre Abreu
Hi I'll have a look at those and hopefully that will give me the clues I need. Tks AA On Apr 28, 2008, at 4:14 PM, Richard van der Hoff wrote: > Alexandre Abreu wrote: >> Hi. >> >> Has anyone ever found a case where the successful dissection of one >> protocol depends on what was negotiated i

[Wireshark-dev] Do we require lua version 5.1 for the lua plugin?

2008-04-28 Thread Joerg Mayer
Hello, Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2510 seems to indicate that we require lua version 5.1 to build but the configure check seems to just check which version of lua is available. What is the intended behaviour: Requiring 5.1 or changing the code to work with lua 5.0 as we