Paolo Abeni <[EMAIL PROTECTED]> has asked for review_for_checkin:
Bug 1751: Direction info missing for Bluetooth H4 captures in pcap-format
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1751
--- Additional Comments from Paolo Abeni <[EMAIL PROTECTED]>
the patch add support to wiretap for
Thnx jaap :)
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:wireshark-dev-
> [EMAIL PROTECTED] On Behalf Of Jaap Keuter
> Sent: Tuesday, September 25, 2007 10:42 AM
> To: Developer support list for Wireshark
> Subject: Re: [Wireshark-dev] Steps to port wireshark to windows xp,
vi
Hi,
You REALLY need to read the developer guide here:
http://www.wireshark.org/docs/
Read it carefully and follow ALL instructions.
Thanx,
Jaap
[EMAIL PROTECTED] wrote:
> Hi ,
>
> We have used Linux 64 bit machine to compile and test our dissectors.
> Now we want the same to be done in Windo
Hi ,
We have used Linux 64 bit machine to compile and test our dissectors. Now we
want the same to be done in Windows XP, Vista and Solaris environment.
Can somebody please explain the steps or tell me where can I find the
information regarding the same.
BR,
Tarani
The information cont
Ricky Wen <[EMAIL PROTECTED]> has asked for review_for_checkin:
Bug 1864: Fix errors that cause make rpm-package failure
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1864
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wiresha
Sorry for the duplicate post. Commenting it out fixed compilation.
Chad Singer
Support Engineer
Cypress Communications
404-442-0216
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev
It looks like @HAVE_NET_SNMP@ in config.h is breaking windows compile on HEAD..
Chad Singer
Support Engineer
Cypress Communications
404-442-0216
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshar
On Sep 23, 2007, at 9:44 PM, Varuna De Silva wrote:
> But doing this, Would it display my new device, on WireShark, in
>
> Capture -> Interfaces ->
As long as you've modified libpcap/WinPcap so that pcap_findalldevs()
adds your device to the list of available devices, it should be
displayed
Stig Bjørlykke <[EMAIL PROTECTED]> has granted Don Newton
<[EMAIL PROTECTED]>'s request for review_for_checkin:
Bug 1863: added null term in uftp and cleaned comments in packet-unistim
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1863
___
Wireshark-
Don Newton <[EMAIL PROTECTED]> has asked for review_for_checkin:
Bug 1863: added null term in uftp and cleaned comments in packet-unistim
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1863
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
h
On Mon, Sep 24, 2007 at 03:53:47PM +0400, ??? wrote:
> what do I suppose to do to know how add submenu into wireshark menu
> from plugin
It is possible to add things to the statistics menu from a plug-in, but
there is no simple method for adding a new menu from a plug-in. What
are you t
[EMAIL PROTECTED] wrote:
> Hi ,
>
> I'm trying to build wireshark using the source 0.99.5 on my solaris system.
> But when I give ./configure --prefix=[exe directory path] , I'm getting
> an error as :
>
> configure: error: Header file pcap.h not found; if you installed libpcap
> from sourc
On Mon, Sep 24, 2007 at 04:03:47PM +0200, Joerg Mayer wrote:
> to (hopefully) accomodate Thomas' comments.
That should be Tomas' of course.
Sorry
Joerg
--
Joerg Mayer <[EMAIL PROTECTED]>
We are stuck with technology when what we really want is just s
OK, I've committed the changes to asn2wrs and have updated the Makefiles
to (hopefully) accomodate Thomas' comments.
I'd like some feedback whether this has been tested on Windows, as I
can only test on Linux.
ciao
Joerg
--
Joerg Mayer <[EMAIL PROT
On Mon, Sep 24, 2007 at 01:21:29PM +0200, Kukosa, Tomas wrote:
> I think those files have nothing to do with A2W_FLAGS. Or what was your
> idea?
OK, and now I've finally understood what you meant :-)
I'll think about it and if all fails, I'll just move the EXTRA_DIST
stuff manually into Makefile.c
On Mon, Sep 24, 2007 at 01:21:29PM +0200, Kukosa, Tomas wrote:
> I think those files have nothing to do with A2W_FLAGS. Or what was your
> idea?
>
> The $(PROTOCOL_NAME).asn should be part of the ASN_FILE_LIST.
No problem.
> There is not any difference between the $(PROTOCOL_NAME).asn and other
Peter Johansson <[EMAIL PROTECTED]> has cancelled Peter Johansson
<[EMAIL PROTECTED]>'s request for review_for_checkin:
Bug 1430: EtherCAT dissector
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430
--- Additional Comments from Peter Johansson <[EMAIL PROTECTED]>
In reply to http://bugs.
Peter Johansson <[EMAIL PROTECTED]> has cancelled Peter Johansson
<[EMAIL PROTECTED]>'s request for review_for_checkin:
Bug 1430: EtherCAT dissector
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430
--- Additional Comments from Peter Johansson <[EMAIL PROTECTED]>
In reply to http://bugs.
i look at this file but i have not one idea how it work :(
perhaps plugins/asn1/packet- asn1.c gives you some ideas :-)
>
> On 9/24/07, Илья Куделин <[EMAIL PROTECTED]> wrote:
> >
> > hi.
> > what do I suppose to do to know how add submenu into wireshark menu from
>
> > plugin
> >
> > ___
FYI: The Windows build is broken with SVN 22936. It seems to be due to line 79
in config.h, which is "@HAVE_NET_SNMP@".
Here is the output showing the 1st errors encountered during compilation:
cl -WX -DHAVE_CONFIG_H /Zi /W3 /MD /IC:\wireshark-win32-libs\glib\includ
e\glib-2.0 /IC:\wir
i look at this file but i have not one idea how it work :(
perhaps plugins/asn1/packet-asn1.c gives you some ideas :-)
>
> On 9/24/07, Илья Куделин <[EMAIL PROTECTED]> wrote:
> >
> > hi.
> > what do I suppose to do to know how add submenu into wireshark menu from
> > plugin
> >
> > __
perhaps plugins/asn1/packet-asn1.c gives you some ideas :-)
On 9/24/07, Илья Куделин <[EMAIL PROTECTED]> wrote:
>
> hi.
> what do I suppose to do to know how add submenu into wireshark menu from
> plugin
>
> ___
> Wireshark-dev mailing list
> Wireshark-d
hi.
what do I suppose to do to know how add submenu into wireshark menu from
plugin
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev
I think those files have nothing to do with A2W_FLAGS. Or what was your
idea?
The $(PROTOCOL_NAME).asn should be part of the ASN_FILE_LIST.
There is not any difference between the $(PROTOCOL_NAME).asn and other
asn1 sources.
Concerning packet-$(PROTOCOL_NAME)-template.h I have no idea how to
han
On Mon, Sep 24, 2007 at 09:30:51AM +0200, Kukosa, Tomas wrote:
> Note that packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
> files are optional and are not used in many protocols.
OK, so that part should be moved to the A2W_FLAGS part then?
Ciao
Joerg
--
Joerg Mayer
Hi ,
I'm trying to build wireshark using the source 0.99.5 on my solaris system.
But when I give ./configure --prefix=[exe directory path] , I'm getting an
error as :
configure: error: Header file pcap.h not found; if you installed libpcap from
source, did you also do "make
install-incl",
Hello,
your changes in asn2wrs.py look good.
Note that packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
files are optional and are not used in many protocols.
Regards,
Tomas
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Joerg Mayer
Hello,
below you'll find an initial patch that is intended to improve the
build (and packaging) situation in the asn1 dir. I only intended
to write a small patch but looking at the build situation in the
asn1/ directory showed several things in need of improvement:
- Generated files in the asn1 d
28 matches
Mail list logo