[Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-17 Thread Aamer Akhter
Hello, I'm trying to build wireshark on ubuntu, and am running into the following problem with the svn trunk checkout: wireshark/wiretap$ gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include "-D_U_=__attribute__((unused))" -Wall -W -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/g

Re: [Wireshark-dev] Wiki says: "Internal Server Error" :-(

2006-10-17 Thread Ulf Lamping
Gerald Combs wrote: > Fixed. Now I get to figure out why it happened... > Thanks! Well, shit happens sometimes ;-) Regards, ULFL ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Wiki says: "Internal Server Error" :-(

2006-10-17 Thread Gerald Combs
Ulf Lamping wrote: > The Website and buildbot is just doing fine ... Fixed. Now I get to figure out why it happened... ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Wiki says: "Internal Server Error" :-(

2006-10-17 Thread Ulf Lamping
The Website and buildbot is just doing fine ... Regards, ULFL ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] The empty "Tools" menu toplevel item must be removed before the next release

2006-10-17 Thread Ulf Lamping
LEGO wrote: Got it... gtk_item_factory_get_item() is exactly what I needed! Right, that's the one to go (sorry, late response, wasn't online). I've implemented a new function set_menu_visibility() that's working just like the set_menu_sensibility() with the difference that it will hide/sho

Re: [Wireshark-dev] [Patch] bug fix in follow_dlg.c

2006-10-17 Thread Jaap Keuter
Hi, Checked in. Thanx, Jaap On Tue, 17 Oct 2006, Stephen Fisher wrote: > While researching another bug in follow_dlg.c, I spotted a different one > that causes the from and to hostnames/ip addresses to be the same in the > follow tcp stream dialog only with IPv6. Please apply attached patch >

[Wireshark-dev] [Patch] bug fix in follow_dlg.c

2006-10-17 Thread Stephen Fisher
While researching another bug in follow_dlg.c, I spotted a different one that causes the from and to hostnames/ip addresses to be the same in the follow tcp stream dialog only with IPv6. Please apply attached patch that corrects the code as shown below: if (stats.is_ipv6) { s

Re: [Wireshark-dev] The empty "Tools" menu toplevel item must be removed before the next release

2006-10-17 Thread LEGO
Got it... gtk_item_factory_get_item() is exactly what I needed! On 10/17/06, LEGO <[EMAIL PROTECTED]> wrote: > On 10/16/06, Ulf Lamping <[EMAIL PROTECTED]> wrote: > >[snip] > > You maybe keep it in it's place and just hide it (using the > > gtk_widget_hide/show calls for the menu item widget). Tha

Re: [Wireshark-dev] port tracking ?

2006-10-17 Thread Jaap Keuter
Hi, And how does that work with random access to the packets? Thanx, Jaap On Tue, 17 Oct 2006, Joerg Anders wrote: > On Tue, 10 Oct 2006, Kukosa, Tomas wrote: > > > See README.developer chapters 2.2-2.4 concerning conversations. > > Especially 2.4 Dynamic server port dissector registration > >

Re: [Wireshark-dev] [PATCH] plugins/rdm: Update to ANSI E1.20-2006

2006-10-17 Thread Shaun Jackman
On 10/14/06, Shaun Jackman <[EMAIL PROTECTED]> wrote: ... > > > 3. Now that it became an ANSI standard it's time to move this plugin to > > > the regular dissectors. > > > > Okay. Will do. > > Cool. I'll send a new patch up some time next week. As promised. Please apply. Cheers, Shaun 2006-1

Re: [Wireshark-dev] The empty "Tools" menu toplevel item must be removed before the next release

2006-10-17 Thread LEGO
On 10/16/06, Ulf Lamping <[EMAIL PROTECTED]> wrote: >[snip] > You maybe keep it in it's place and just hide it (using the > gtk_widget_hide/show calls for the menu item widget). That's usually > *much* simpler than finding and inserting at the right place in the > hierarchy later again. That I tho

Re: [Wireshark-dev] port tracking ?

2006-10-17 Thread Joerg Anders
On Tue, 10 Oct 2006, Kukosa, Tomas wrote: > See README.developer chapters 2.2-2.4 concerning conversations. > Especially 2.4 Dynamic server port dissector registration > Thank you for this. But I'm in doubt whether this works in plugins, too. It always crahsed. But I think there is a comparative

Re: [Wireshark-dev] Improvements to wlccp dissector

2006-10-17 Thread Joerg Mayer
On Mon, Oct 16, 2006 at 03:49:28PM -0700, Stephen Fisher wrote: > > Please apply the attached patch to improve the WLCCP dissector. I have > also finished merging in packet-cisco-wireless.c, so it can be deleted. Committed revision 19572. Thanks! Joerg -- Joerg Mayer

Re: [Wireshark-dev] autogen.sh and automake 1.10

2006-10-17 Thread Joerg Mayer
On Mon, Oct 16, 2006 at 05:11:34PM -0400, Aamer Akhter wrote: > It looks like this passage needs to be updated to support automake 1.10: > > Autogen.sh: > AMVER=`$AUTOMAKE --version | grep '^automake' | sed 's/.*) *//'` > case "$AMVER" in > '' | 0.* | 1.[0-5]* ) Fixed. Thanks! Everyone with olde