Re: [Wireshark-dev] Add U3 package to the release process?

2007-01-11 Thread Graeme Lunt
On 1/10/07, Gerald Combs [EMAIL PROTECTED] wrote: I just modified the U3 package build to add the version number to the package file name. (Hopefully this doesn't break anything Graeme is doing). Shouldn't break anything. Is there any reason the Windows U3 package shouldn't be added as one

Re: [Wireshark-dev] Microsoft Visual C Version 6support isa bitoutdated ...

2007-01-11 Thread Alfred Alinazar
Ulf Lamping wrote: Should be fixed now, I simply messed up the line copying the file if exist copy zlib1.dll.manifest ... :-( I've done some more, all MSVC variants shouldn't give a NSIS warnings now :-) Regards, ULFL Ulf, I managed to build my wireshark yesterday. But it failed again

[Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread sharon lin
Hi, I want to write a new dissectors for our company protocol which is wrapped with tcp protocol. On which already written dissector can I look as a start point. thanks Sharon. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread Guy Harris
Jaap Keuter wrote: Many many protocols using TCP as a transport protocol. You'll have to be a little more specific about the company protocol. For example, is it a binary protocol with each packet preceded by a packet length value, or is it an HTTP-like protocol, or is it something different

Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread sharon lin
Where can I found this file? I don't have it in my source code (0.99.4). On 1/11/07, Jaap Keuter [EMAIL PROTECTED] wrote: Hi, That looks like the OMAPI protocol I've created a dissector for some time ago. Have a look at packet-omapi.c for that. It's based on the assumption that it is a

Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread Jaap Keuter
Hi, See here: http://anonsvn.wireshark.org/wireshark/trunk/epan/dissectors/packet-omapi.c Thanx, Jaap On Thu, 11 Jan 2007, sharon lin wrote: Where can I found this file? I don't have it in my source code (0.99.4). On 1/11/07, Jaap Keuter [EMAIL PROTECTED] wrote: Hi, That looks

[Wireshark-dev] [PATCH] New menu items to copy packet data

2007-01-11 Thread Douglas Pratley
wp1_copy.patch Hi This is a patch adding items to the context menus for the packet list and packet details panes for copying packet data to the clipboard. New menu item on packet list pane: Copy (sub menu) - Summary (Text) Copies fields displayed in the packet list, tab

[Wireshark-dev] win32 setup/build problem

2007-01-11 Thread Neil Piercy
I've had a build failure under Windows since the move to glib 2.12.6, which I traced to a setup problem: the unzip of the packages in tools/win32-setup.sh uses unzip -nq - the -n prevents it updating existing files at all, ending up with a mix of original package and new package for those

Re: [Wireshark-dev] Add U3 package to the release process?

2007-01-11 Thread Maynard, Chris
I've used it and think it's actually pretty cool. As long as winpcap is installed on the PC, the U3 stick is all you need. Nice! I vote to include it as an official release package (and to Buildbot). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf

[Wireshark-dev] help for a 802.15.4 dissector

2007-01-11 Thread Jan Kokott
Hi, as it seems, no one started a dissector for ZigBee Packages. I am still building up my compiler and environment, to accept and compile .nmake files. As far as I understand it, the libpcap/winpcap canĀ“t read 802.15.4 data-streams. With one of the proprietary Sniffers I have some Dumps, which

[Wireshark-dev] win32 buildbot fails in airpcap_gui_utils.c

2007-01-11 Thread Ulf Lamping
Hi! The Win32 buildbot fails with: airpcap_gui_utils.c airpcap_gui_utils.c(338) : error C2039: 'str' : is not a member of '_GByteArray' C:\wireshark-win32-libs\glib\include\glib-2.0\glib/garray.h(45) : see declaration of '_GByteArray' airpcap_gui_utils.c(338) : error C2198: 'g_strdup' :

Re: [Wireshark-dev] win32 buildbot fails in airpcap_gui_utils.c

2007-01-11 Thread Gerald Combs
Ulf Lamping wrote: Hi! The Win32 buildbot fails with: airpcap_gui_utils.c airpcap_gui_utils.c(338) : error C2039: 'str' : is not a member of '_GByteArray' C:\wireshark-win32-libs\glib\include\glib-2.0\glib/garray.h(45) : see declaration of '_GByteArray'

Re: [Wireshark-dev] Is pcap-ng/ntar still in roadmap?

2007-01-11 Thread Gianluca Varenni
Benn, regarding the NTAR project (i.e. the only implementation of the pcap-ng wannabe spec so far) that I maintain, I've been pretty busy in the last year or so, thus not being able to work on it. The project is not dead at all, I'm simply giving priority to other tasks... As far as the

[Wireshark-dev] SNMPv3 USM decryption

2007-01-11 Thread Luis Ontanon
Hi folks, in rev 20393 I checked in the code to verify authentication and dercypt SNMPv3 packets. Now, I only have a limited set of SNMP packets against which to test the code, all of them generated by net-snmp. It would be nice if other people could test the feature maybe against something

Re: [Wireshark-dev] [Wireshark-users] If anyone is willing to look at a capture???? TCP out of order segments

2007-01-11 Thread Luis Ontanon
ronnie, You should take a look at this capture. These out-if-order packets look to me more like retransmissions. L, It appears that 192.168.70.42 transmits twice every TCP packet. What's the cause I can't tell but that's certainly a problem of that box. Try disabling the firewall if you

Re: [Wireshark-dev] [Wireshark-users] If anyone is willing to look at a capture???? TCP out of order segments

2007-01-11 Thread ronnie sahlberg
They are neither retransmissions nor out of order they are duplicated by the stack/winpcap during packet capturing See http://wiki.wireshark.org/CaptureSetup/InterferingSoftware On 1/12/07, Luis Ontanon [EMAIL PROTECTED] wrote: ronnie, You should take a look at this capture. These

Re: [Wireshark-dev] Add U3 package to the release process?

2007-01-11 Thread Graeme Lunt
On 1/10/07, Maynard, Chris [EMAIL PROTECTED] wrote: I've used it and think it's actually pretty cool. As long as winpcap is installed on the PC, the U3 stick is all you need. The latest U3 packaging will actually try and install WinPcap (if it isn't already installed) the first time you run