Re: [Wireshark-dev] sample dissector

2007-02-15 Thread Jeff Morriss
ali alkhalidi wrote: > greetings All, > > I know that this sounds boring (a new wireshark dissector is in the > block), but no matter how I tackel this problem it beats be off. > > I'm following on the README.developer instructions in that after I > craft my dissector, I only need to place the

[Wireshark-dev] Unsupported ERF format

2007-02-15 Thread Horyong Choi
Currently wireshark is support to some ERF header format. ERF header format have a totally 11 types according to document at http://www.endace.com/support/EndaceRecordFormat.pdf But wireshark 0.55.9 is only support for type 1 to 4. I need more type of supported format. Who can help me..?

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Guy Harris
On Feb 15, 2007, at 5:35 PM, Michael Lum wrote: > It would also be nice to have filters associated to the saved > settings. "Associated" in the sense that a profile would include a set of filters as well as a set of properties? > I believe the capture file is loaded a second time after the

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Michael Lum
Luis's description is what I was thinking of when I made a suggestion a long time ago. I frequently switch between protocol settings, for example: ANSI MAP ANSI TCAP ANSI SCCP ANSI MTP3 versus ANSI MAP ANSI TCAP ITU SCCP ITU MTP3 versus GSM MAP GSM TCAP ITU SCCP ITU MTP3 versus GSM MAP GSM

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Andy Howell
Guy Harris wrote: > On Feb 15, 2007, at 1:22 PM, Andy Howell wrote: > >> Saving setting based on just the file name would not work for me, as I >> often have files with the same name but different settings. The files >> end up in different directories. > > You probably don't have two files with t

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Luis Ontanon
On 2/15/07, Ulf Lamping <[EMAIL PROTECTED]> wrote: > Luis Ontanon wrote: > > Overall it looks like a feasable project not something *very* complex > > to implement. > > > You might miss the most work intensive point here: how to compare / > merge two different sets in a GUI way? I do not see why t

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Guy Harris
On Feb 15, 2007, at 1:22 PM, Andy Howell wrote: > Saving setting based on just the file name would not work for me, as I > often have files with the same name but different settings. The files > end up in different directories. You probably don't have two files with the same name *in the same

[Wireshark-dev] g_assert -> DISSECTOR_ASSERT in stream.c

2007-02-15 Thread Richard van der Hoff
Hi, This patch replaces g_assert() calls in epan/stream.c with DISSECTOR_ASSERT(). Cheers Richard Index: epan/stream.c === --- epan/stream.c (revision 11875) +++ epan/stream.c (working copy) @@ -380,7 +380,7 @@ /* we don't

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Andy Howell
Guy Harris wrote: > One feature that might be useful would be support for a "Wireshark > settings file" that could be associated with a capture, so that if a > file named foo.{pcap,cap,...} were opened, Wireshark could look for > foo.wssettings, or something such as that, and, if it finds, load

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Ulf Lamping
Luis Ontanon wrote: > Well I thought of something similar to this solution as well for some > time. And yes it is somewhat complex but not *so much*. > > Having variuos directories like today's user_dir (from now on a > prefset) in a meta-user_dir (from now on the prefsets_dir) and being > able to

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Luis Ontanon
Well I thought of something similar to this solution as well for some time. And yes it is somewhat complex but not *so much*. Having variuos directories like today's user_dir (from now on a prefset) in a meta-user_dir (from now on the prefsets_dir) and being able to switch between them, by loadin

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Ulf Lamping
Joerg Mayer wrote: > On Thu, Feb 15, 2007 at 09:56:56AM -0800, Guy Harris wrote: > >> Douglas Pratley wrote: >> >> >>> Following on from recent comments about being able to save "user >>> decodes", has anyone been working on being able to save Wireshark >>> settings under different "profi

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Joerg Mayer
On Thu, Feb 15, 2007 at 09:56:56AM -0800, Guy Harris wrote: > Douglas Pratley wrote: > > > Following on from recent comments about being able to save "user > > decodes", has anyone been working on being able to save Wireshark > > settings under different "profiles"? There's some discussion of th

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Guy Harris
Douglas Pratley wrote: > Following on from recent comments about being able to save "user > decodes", has anyone been working on being able to save Wireshark > settings under different "profiles"? There's some discussion of this on > the Wiki, and it would obviously be a very useful feature if

Re: [Wireshark-dev] [PATCH] User can select dissector based on packet matching display filter

2007-02-15 Thread Douglas Pratley
Hi guys Has anyone had a chance to look at this - I know it's a biggish chunk of new code. I ask because I'm sorry to say that I have found some (non-fatal) bugs that I'd like to correct. (a) The code causes a GLib assert on start-up (but then goes on working fine, as this causes NULL to be r

[Wireshark-dev] Saving settings as "Profiles"

2007-02-15 Thread Douglas Pratley
Hi guys Following on from recent comments about being able to save "user decodes", has anyone been working on being able to save Wireshark settings under different "profiles"? There's some discussion of this on the Wiki, and it would obviously be a very useful feature if user decodes are persisted

Re: [Wireshark-dev] help_dlg.c(49) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory

2007-02-15 Thread Kukosa, Tomas
Or you can comment out HHC_DIR in config.nmake. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf Lamping Sent: Thursday, February 15, 2007 9:27 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] help_dlg.c(49) : fatal error C108

Re: [Wireshark-dev] help_dlg.c(49) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory

2007-02-15 Thread Ulf Lamping
Luis Ontanon wrote: > I got stuck at this point while compiling on windows (MSVC6), what am I > missing? > > Well, obviously htmlhelp.h ;-))) You'll need to install the HTML Help Workshop, see the devel guide. Regards, ULFL ___ Wireshark-dev mailing

[Wireshark-dev] help_dlg.c(49) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory

2007-02-15 Thread Luis Ontanon
I got stuck at this point while compiling on windows (MSVC6), what am I missing? Thanks, Luis -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org