Re: [Wireshark-dev] Regarding Plugin attachment

2014-03-12 Thread Guy Harris
On Mar 11, 2014, at 10:48 PM, Nilesh Nayak wrote: > But if I set the capture filter as "foo", then I should be able to capture > "foo" packets. No. If you modify the grammar.y, scanner.l, and gencode.c files in the libpcap/WinPcap source so that it supports a capture filter of "foo", and m

Re: [Wireshark-dev] tshark linking in ui/libui.a with undefined symbols in 1.10.5

2014-03-12 Thread Guy Harris
On Mar 11, 2014, at 1:36 PM, Albert Chin wrote: > tshark links without the GUI code but the non-GUI code is not fully > self-contained. ui/libui.a is linked into tshark but it contains > functions defined outside of the libraries linked into tshark. Some of > these functions are defined in the

Re: [Wireshark-dev] Duplicate symbol warnings on Solaris

2014-03-12 Thread Albert Chin
On Wed, Mar 12, 2014 at 03:22:07AM -0500, Albert Chin wrote: > On Wed, Mar 12, 2014 at 12:24:35AM -0700, Guy Harris wrote: > > > > On Mar 11, 2014, at 1:55 PM, Albert Chin > > wrote: > > > > > The issue is with array variables declared as: > > > epan/dissectors/packet-dcom.h: > > >WS_DLL_P

Re: [Wireshark-dev] Duplicate symbol warnings on Solaris

2014-03-12 Thread Guy Harris
On Mar 12, 2014, at 1:22 AM, Albert Chin wrote: > On Wed, Mar 12, 2014 at 12:24:35AM -0700, Guy Harris wrote: >> >> On Mar 11, 2014, at 1:55 PM, Albert Chin >> wrote: >> >> If it's not expanding to something that includes "extern" in 1.10.5, >> try the current top of the 1.10 branch; it sho

Re: [Wireshark-dev] Use of floorl() in ui/time_shift.c for 1.10.5

2014-03-12 Thread Albert Chin
On Wed, Mar 12, 2014 at 04:11:27PM +0100, Alexis La Goutte wrote: > On Tue, Mar 11, 2014 at 9:33 PM, Albert Chin > wrote: > > This is a problem for older systems like Solaris 8 and 9 and all > > HP-UX/PA systems. I think this function was introduced with C99 so > > it's not available on non-confor

Re: [Wireshark-dev] Use of floorl() in ui/time_shift.c for 1.10.5

2014-03-12 Thread Alexis La Goutte
Hi Albert, On Tue, Mar 11, 2014 at 9:33 PM, Albert Chin wrote: > This is a problem for older systems like Solaris 8 and 9 and all > HP-UX/PA systems. I think this function was introduced with C99 so > it's not available on non-conforming systems. Our current workaround > is to bring in the floor

Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-12 Thread Evan Huus
I haven't used it, but git cola seems to be a GUI that supports custom commands: http://git-cola.github.io So you should just be able to add buttons for running "git review" et al. > On Mar 11, 2014, at 11:00 PM, mman...@netscape.net wrote: > > My biggest frustration is noted by the statement:

Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-12 Thread Graham Bloice
On 12 March 2014 03:00, wrote: > My biggest frustration is noted by the statement: > > "However, as most use on other platforms tends to be command-line git, > most books and guides tend to concentrate on that so windows users may > actually find it easier to start with the command line and then

Re: [Wireshark-dev] Fwd: Regarding Plugin attachment

2014-03-12 Thread Sreejith M M
Hi, I was able to complete a dissector just by going through http://www.wireshark.org/docs/wsdg_html_chunked/ particularly from Section II topics 6 to 9 You should go through initial part of the documentation ,above, to set up wireshark environment. You may find difficulties in here , then you

Re: [Wireshark-dev] Duplicate symbol warnings on Solaris

2014-03-12 Thread Albert Chin
On Wed, Mar 12, 2014 at 12:24:35AM -0700, Guy Harris wrote: > > On Mar 11, 2014, at 1:55 PM, Albert Chin > wrote: > > > The issue is with array variables declared as: > > epan/dissectors/packet-dcom.h: > >WS_DLL_PUBLIC const value_string dcom_hresult_vals[]; > >WS_DLL_PUBLIC const valu

Re: [Wireshark-dev] Duplicate symbol warnings on Solaris

2014-03-12 Thread Guy Harris
On Mar 11, 2014, at 1:55 PM, Albert Chin wrote: > The issue is with array variables declared as: > epan/dissectors/packet-dcom.h: >WS_DLL_PUBLIC const value_string dcom_hresult_vals[]; >WS_DLL_PUBLIC const value_string dcom_variant_type_vals[]; > epan/etypes.h: >WS_DLL_PUBLIC cons