and I modified the name of other menuitem both place,it appears to be the same
as before.
-- Original --
From: "Anders Broman";;
Date: Tue, Mar 18, 2014 11:37 PM
To: "Developer support list for Wireshark";
Subject: Re: [Wireshark-dev] I want to add a menui
I use the wireshark-1.6.5 edtion,and i am sure that they match.
-- Original --
From: "Anders Broman";;
Date: Tue, Mar 18, 2014 11:37 PM
To: "Developer support list for Wireshark";
Subject: Re: [Wireshark-dev] I want to add a menuitem in statistics menu,wha
Hi,
By the file names it sounds like you are working against an older release that
stuff is now in
Ui/gtk/ main_menubar.c
I don't remember when we got rid of the deprecated ...factory.. stuff but
assuming it's
static const GtkActionEntry main_menu_bar_entries[] = {
make sure the action name
I just want to add a menuitem in statistics menu,what should i do?I modified
the ui_desc_menubar string in gtk/menus.c and a item in main_menu_bar_entries
in gtk/menus.c,but it din't function well,what should i do ?___
Sent
Hi,
Does the file packet-foo.h exist in epan/dissectors?
From: wireshark-dev-boun...@wireshark.org
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Nilesh Nayak
Sent: den 18 mars 2014 12:03
To: Hadriel Kaplan; wireshark-dev@wireshark.org; Peter Wu
Subject: Re: [Wireshark-dev] Regarding P
2014-03-18 0:24 GMT+01:00 Jan Larres :
> Hi,
>
> I am using tshark to do a live capture in a terminal. Unfortunately
> tshark occasionally prints out the current packet count on stderr,
> messing up the alignment of the summary lines and thus making them
> harder to read.
>
> I have found this com
I have the following error while compiling each time my dissector using
'make' command.
make[5]: Entering directory
`/home/nileshnayak/Desktop/wireshark-1.10.5/epan/dissectors'
make[5]: *** No rule to make target `packet-foo.h', needed by `all-am'.
Stop.
make[5]: Leaving directory
`/home/nileshnay
I have the following error while compiling each time my dissector using
'make' command.
Couldn't really figure out what the problem is actually..
Any help is greatly appreciated.
Thanks and Regards,
Nilesh Nayak
On Wed, Mar 12, 2014 at 11:34 AM, Hadriel Kaplan
wrote:
>
> So why do a plugin?