2009/10/28 Siva S
> Hi,
>
> If I do "nmake -f makefile.nmake process_libs", then also it was trying
> to download the library files. I have given the library files path also.
>
> Thanks & Regards,
> Siva S
>
>
>
> Peter Johansson wrote:
>
&g
2009/10/27 Siva S
> Hi,
>
> Thanks for your comments.
> If I do nmake -f Makefile.nmake allthen, this is the error I got.
> "ERROR: Package glib_2.18.1-1_win32.zip is needed but is apparently not
> downloaded;"
> I think I have to explicitly configure wireshark with the library
>
Thanks for "digging deeper"!
/ Peter
2009/6/4 Bill Meier
> Peter Johansson wrote:
> > The current version of wiretap/Makefile.nmake attempts to compile
> > ascend-grammar.h as if it were a .c file. The attached patch corrects
> this
> > &q
The current version of wiretap/Makefile.nmake attempts to compile
ascend-grammar.h as if it were a .c file. The attached patch corrects this
"issue".
Best regards, Peter
wiretap_Makefile.nmake.patch
Description: Binary data
I just attached a patch for bug 3439, please commit it - once reviewed of
course ;)
Best regards, Peter
___
Sent via:Wireshark-dev mailing list
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https:
2009/5/28 Bryant Eastham
> Comments inline. Sorry, outlook isn't the greatest.
>
> -Original Message-
> From: wireshark-dev-boun...@wireshark.org
> [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris
> Sent: Wednesday, May 27, 2009 9:05 PM
> To: Developer support list for
Hi,
please commit this patch for packet-ams.c (part of the ethercat plugin). It
corrects a misspelling only.
Best regards, Peter
packet-ams.c.diff
Description: Binary data
___
Sent via:Wireshark-dev mailing list
Archiv
I have not been able to compile Wireshark at all, not once since mid
December. The problem seems to lie in the copying of the help\faq.txt file
to FAQ. This copy operation (cp --preserve help\faq.txt FAQ) somehow sets
different security permissions than that of the help\faq.txt file.
The file faq.
2008/10/7 Gerald Combs <[EMAIL PROTECTED]>
> Peter Johansson wrote:
> > 2008/10/7 Peter Johansson <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>>
> >
> > 2008/10/2 Gerald Combs <[EMAIL PROTECTED]
> > <mailto:[
2008/10/7 Peter Johansson <[EMAIL PROTECTED]>
> 2008/10/2 Gerald Combs <[EMAIL PROTECTED]>
>
>> Peter Johansson wrote:
>> > Reading the registry using regedit I find that:
>> > ProxyEnable is 1 (as expected since my IE settings indicate to use a
>&
2008/10/2 Gerald Combs <[EMAIL PROTECTED]>
> Peter Johansson wrote:
> > Reading the registry using regedit I find that:
> > ProxyEnable is 1 (as expected since my IE settings indicate to use a
> proxy).
> > ProxyServer is set to the proxy setting made in IE settings.
2008/10/2 Gerald Combs <[EMAIL PROTECTED]>
> Peter Johansson wrote:
> > Reading the registry using regedit I find that:
> > ProxyEnable is 1 (as expected since my IE settings indicate to use a
> proxy).
> > ProxyServer is set to the proxy setting made in IE settings.
2008/10/1 Gerald Combs <[EMAIL PROTECTED]>
> Peter Johansson wrote:
> > I get the very same problem as of recently with a setup that had had no
> > problems whatsoever to access the SVN through a proxy before. No changes
> > have been made to the installed cygwin com
2008/9/29 Luis EG Ontanon <[EMAIL PROTECTED]>
> Try to pass the proxy settings manually.
> e.g.:
> > HTTP_PROXY=1.2.3.4:
> > nmake -f Makefile.nmake setup
>
> \Lego
>
> On Mon, Sep 29, 2008 at 3:55 PM, Roshan Nair <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I am seeing thiis error while I execu
2008/9/18 Gaurav1 Jain <[EMAIL PROTECTED]>
> Hello Guys,
>
>
>
> I want to understand how libpcap identifies a particular data link layer?
>
> Currently we are tapping IP interfaces using WireShark where there could be
> either HDLC or Transparent traffic without IP header attached to it.
>
>
>
>
2008/9/17 Gaurav1 Jain <[EMAIL PROTECTED]>
> Hello Guys,
>
>
>
> We have planned to plug a new dissector to already available family of
> dissectors in Wireshark (Linux).
>
>
>
> A very brief idea is that Libpcap will be capturing packets (around 160-180
> bytes) every 20 mili-sec from interfaces
2008/9/10 Maynard, Chris <[EMAIL PROTECTED]>
> Should we ever see instances where conversation_new() is called without
> a preceding find_conversation()?
>
> I have found 3 such dissectors, and the code seems suspicious to me.
> The 3 are:
> packet-bittorrent.c
> packet-dtpt.c
> packet-quake.c
>
>
Nicely put Ulf! This information is certainly a candidate for addition to
the Wireshark Wiki.
Regards, Peter
2008/8/29 Ulf Lamping <[EMAIL PROTECTED]>
> Tom Stevens schrieb:
> > Hello!
> >
> > Is there a simple tutorial on the web where i can find some information
> > about how to write a heuri
2008/7/15 Jeff Morriss <[EMAIL PROTECTED]>:
>
> Hi folks,
>
> My Solaris/SPARC compiles (with gcc-3.4.6) die with an alignment warning
> in packet-diameter.c:
>
> > packet-diameter.c: In function `dissect_diameter_avp':
> > packet-diameter.c:340: warning: cast increases required alignment of
> tar
2008/7/4 Guy Harris <[EMAIL PROTECTED]>:
> Richard Achmatowicz wrote:
>
> > The plugin source is freely available at
> > http://javagroups.cvs.sourceforge.net/javagroups/wireshark-plugin.
> > Rather than requiring users to download wireshark, download the plugin
> > and then modify the wireshark d
2008/4/21, Joerg Mayer <[EMAIL PROTECTED]>:
>
> On Mon, Apr 21, 2008 at 12:40:36AM +0200, Ulf Lamping wrote:
> > Joerg Mayer schrieb:
> > > On Thu, Apr 17, 2008 at 10:20:31PM -0600, Stephen Fisher wrote:
> > >
> > >>> The Widget settings I've chosen are for a min. resolution of
> 1024*768,
> > >>>
2008/3/19, Andrew Hood <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> > 2008/3/19, Bill Meier <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> >
> > Guy Harris wrote:
> > >
> > > If it's not already exported, perhaps
2008/3/18, Stig Bjørlykke <[EMAIL PROTECTED]>:
>
>
> I have no win32 experience to fix this, so if nobody can make this
> work correctly I will propose the attached patch. This will leak some
> memory on win32, but it's better than not working...
>
>
> --
> Stig Bjørlykke
I modified your patch
2008/3/19, Bill Meier <[EMAIL PROTECTED]>:
>
> Guy Harris wrote:
> >
> > If it's not already exported, perhaps the libsmi developers weren't
> > aware of the wonderful "feature" of the Windows development
> > environment wherein a library uses the version of the C runtime
> > library with which it'
2008/3/17, Peter Johansson <[EMAIL PROTECTED]>:
>
> 2008/3/17, Bill Meier <[EMAIL PROTECTED]>:
> >
> > Peter Johansson wrote:
> > > 2008/3/13, Luis EG Ontanon <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]
> > >>:
> > >
> > >
2008/3/17, Bill Meier <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> > 2008/3/13, Luis EG Ontanon <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> >
> > On Thu, Mar 13, 2008 at 2:38 PM, Stig Bjørlykke <[EMAIL PROTECTED]
> > <mail
t;
> FTP site is unresponsive, so can't check the tarball myself.
>
> Thanx,
> Jaap
>
> Peter Johansson wrote:
> > 2008/3/16, Andrew Hood <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> >
> > Jaap Keuter wrote:
> > > Hi
2008/3/16, Andrew Hood <[EMAIL PROTECTED]>:
>
> Jaap Keuter wrote:
> > Hi,
> >
> > Could you point us to these newer versions?
> >
> > Thanx,
> > Jaap
> >
>
> ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.7.tar.gz
>
> --
> There's no point in being grown up if you can't be childish sometime
2008/3/15, Andrew Hood <[EMAIL PROTECTED]>:
>
> Stig Bjørlykke wrote:
> > On 13. mars. 2008, at 15.51, Peter Johansson wrote:
> >
> >> Could this then be of the same type of issue that is with adns, hence
> >> it is required to recompile libsmi too if usi
2008/3/13, Luis EG Ontanon <[EMAIL PROTECTED]>:
> On Thu, Mar 13, 2008 at 2:38 PM, Stig Bjørlykke <[EMAIL PROTECTED]>
> wrote:
> > I suppose we have to leave them allocated if we don't know how libsmi
> > is compiled?
> > I have almost no experience on Windows, do we compile this our self?
>
>
2008/3/13, Peter Johansson <[EMAIL PROTECTED]>:
>
> The recent changes (since Jan 30) that have been applied to epan\oids.c
> causes problems, at least on Windows.
> I ran into the problem today when I thought I should have a go at bug
> #2356.
>
> I opened wireshar
The recent changes (since Jan 30) that have been applied to epan\oids.c
causes problems, at least on Windows.
I ran into the problem today when I thought I should have a go at bug #2356.
I opened wireshark-gtk2\wireshark.exe as the solution to use in Developer
Studio 2005 (not EE), just to be able
Does anyone know the amount of open bug reports that should be fairly easy
(straightforward) to solve if only anybody would find time to address them?
Or is it required that each and every one of us who feel an urge to address
these that we need to sort it out ourselves.
/ Peter
2008/3/11, Jaap
I assume you have verified that the parts that are multiply defined
according to the linker are not multiply defined in the source code.
Are you including a .c file somewhere (instead of a .h file)? That could
lead to multiply defined instances of data and/or functions.
/ Peter
2008/3/6, A Verma
2008/2/28, Peter Johansson <[EMAIL PROTECTED]>:
>
> I have made some changes (cleaning up mainly) to the EtherCAT plugin while
> adding the ability to register heuristic sub dissectors to handle the
> EtherCAT datagrams within each EtherCAT frame.
>
> Since I cannot ac
I get the following when attempting to compile init_wslua.c rev 24479 on
Win, using VS2005EE. Anyone else that has run into this or is it just my
(newly set up) dev env that is wrong?
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights
2008/2/25, Jeff Morriss <[EMAIL PROTECTED]>:
>
>
> Peter Johansson wrote:
> > Hi!
> >
> > The Bugzilla item #1430 contains a patch from December last year that
> > seems to have been forgotten.
> > Once that has been applied, it might perhaps be
Hi!
The Bugzilla item #1430 contains a patch from December last year that seems
to have been forgotten.
Once that has been applied, it might perhaps be a good idea to close this
bug and any new features/changes proposed to the EtherCAT plugin would then
have to be written in a new bug report. IMHO
The EtherCAT plugin is missing in the list of plugins being copied by the
install-deps target in Makefile.nmake (top level).
Would somebody please update Makefile.nmake with the following line:
xcopy ".\plugins\ethercat\ethercat.dll" $(INSTALL_DIR)\plugins\$(VERSION)
/d
Regards, Peter
__
2007/12/14, Raymond Jender <[EMAIL PROTECTED]>:
>
>
> Are there any known issues when running Wireshark on
> a Windows XP VMware Guest?
>
> I am running Ubuntu 6.10 host. I have Wireshark
> 0.99.6a installed on a Windows XP VMware Guest.
>
> I also have Wireshark on the host Ubuntu. If I ping a
> d
2007/11/23, Nandkumar Narel <[EMAIL PROTECTED]>:
>
> Hi,
> I have built the wireshark from 0.99.6 on Windows XP and created
> installer.
> When I launch the wireshark application and start the capture, it crashes
> after capturing few messages.
> [Window pops up saying "Wireshark has encountered
I compile Wireshark using both VS 2005 and VS 2005EE and do not run into
problems like this. What version of cygwin sed are you using? Mine is ver
4.1.5-2.
There are no "special" settings you need to setup to build with VS 2005
(either version) other than updating config.nmake to reflect which VC++
2007/10/5, Anders Broman <[EMAIL PROTECTED]>:
>
> Hi,
>
> Is it just me seeing a lot of whitespaces randomly at the start of the
> info col?
>
> Regards
>
> Anders
>
I saw the exact same problem as you do after having updated to the latest
SVN this morning. A clean resolved this problem for me.
2007/10/2, Peter Johansson <[EMAIL PROTECTED]>:
>
> 2007/10/1, Graham Bloice <[EMAIL PROTECTED]>:
> >
> > Peter Johansson wrote:
> > >
> > > So, I have built adns and then built Wireshark again. All my crash
> > > problems remain the same
2007/10/1, Graham Bloice <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> >
> > So, I have built adns and then built Wireshark again. All my crash
> > problems remain the same. I'll see if I can find time to purse this
> > further.
> >
>
> H
2007/10/1, Graham Bloice <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> > 2007/10/1, Graham Bloice <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>>:
> >
> > Peter Johansson wrote:
> > > 2007/10/1, Graham Bloice <[EMAIL PRO
2007/10/1, Graham Bloice <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> > 2007/10/1, Graham Bloice <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>>:
> >
> > Peter Johansson wrote:
> > > After having updated the GTK version to
2007/10/1, Graham Bloice <[EMAIL PROTECTED]>:
>
> Peter Johansson wrote:
> > After having updated the GTK version to 2.12.0 (using nmake -f
> > makefile.nmake setup) I run into crashes when running Wireshark. I
> > have rebuilt all the sources and the problem
After having updated the GTK version to 2.12.0 (using nmake -f
makefile.nmake setup) I run into crashes when running Wireshark. I have
rebuilt all the sources and the problem remains.
Unfortunately Wireshark does not crash every time, just sometimes. I have
two scenarios:
1. Crashes occurr once Wi
2007/9/27, Kukosa, Tomas <[EMAIL PROTECTED]>:
>
> > > Restored 'asn1\h245\h245-exp.cnf'
> > [...]
> > > Why are they removed when compiling? My guess is that they
> > probably shouldn't be removed. Either that, or they're no
> > longer needed at all? Anyway, I figured I would report it.
> >
> >
Joerg Mayer wrote:
> On Thu, May 03, 2007 at 10:07:22AM -0400, Kevin A. Noll wrote:
>
>> I am trying to finish writing additional decode details for the WLCCP
>> dissector. In places, though, the WLCCP protocol carries other protocol data
>> that I'd like to decode, but not re-write the code.
>>
This is a repost! Please consider this patch for Bug 1377.
Regards, Peter
2007/3/30, Peter Johansson <[EMAIL PROTECTED]>:
2007/3/30, Jeff Morriss <[EMAIL PROTECTED]>:
>
>
>
> Peter Johansson wrote:
> > I compiled Wireshark with HAVE_AIRPDCAP by mistake (since
2007/3/30, Jeff Morriss <[EMAIL PROTECTED]>:
Peter Johansson wrote:
> I compiled Wireshark with HAVE_AIRPDCAP by mistake (since I do not
> have AirPcap). This leads to a runtime problem however. When
> choosing "options" from the "Capture i
2007/3/29, Peter Johansson <[EMAIL PROTECTED]>:
I compiled Wireshark with HAVE_AIRPDCAP by mistake (since I do not have
AirPcap). This leads to a runtime problem however. When choosing "options"
from the "Capture interfaces" dialog, I receive a modal dialogue with a
I compiled Wireshark with HAVE_AIRPDCAP by mistake (since I do not have
AirPcap). This leads to a runtime problem however. When choosing "options"
from the "Capture interfaces" dialog, I receive a modal dialogue with an OK
button with a textual description that is only garbage (uninitialized
memor
This patch takes care of a compilation warning that produces a compilation
error on Windows (due to the newly introduced /WX compiler option).
Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-ipmi.c
===
--- C:/wir
This patch takes care of a compilation warning that produces a compilation
error on Windows (due to the newly introduced /WX compiler option).
Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-ospf.c
===
--- C:/wir
This patch takes care of a compilation warning that produces a compilation
error on Windows (due to the newly introduced /WX compiler option).
Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-smb.c
===
--- C:/wire
This patch takes care of a compilation warning that produces a compilation
error on Windows (due to the newly introduced /WX compiler option).
Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-scsi.c
===
--- C:/wir
2007/3/26, Stephen Fisher <[EMAIL PROTECTED]>:
On Mon, Mar 26, 2007 at 08:58:39AM +0200, Peter Johansson wrote:
These can't be applied directly to the source files because the source
files are generated from other files (see the top of each file for more
information):
Hi!
I have provided a patch for a crash that occurs in uat_gui.c if from the
"Edit preferences..." button when you choose Protocols -> DLT_USER ->
the "Edit..." button -> the "New" button -> the "Cancel" button.
The crash happens because dd gets freed prior to traversing its internal
structure
aa aa wrote:
> PLEASE for the life of me tell me what the heck i am doing wrong with
> this expression filtering!
> it's starting to drive me nuts over here
> i am trying to simply dump the full protocol tree for ONLY PUSH
> PACKETS, meaning, see NOTHING ELSE but the pushed protocol data, i
> do
An alternative way to do this is to:
1. Start wireshark.exe and msdev separately.
2. In MSDEV 6, choose menu "Build" -> "Start Debug" -> "Attach to process"
3. From the list of processes, choose wireshark.exe (most certainly one
of the topmost items).
4. Load the source file in which you would wan
ders
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Johansson
Sent: den 24 november 2006 09:44
To: Developer support list for Wireshark
Subject: [Wireshark-dev] Compilation problem, SVN 19973
I am unable to compile Wireshark (Win32) after my latest "s
I am unable to compile Wireshark (Win32) after my latest "svn update"
due to the following:
libwireshark.def : error LNK2001: unresolved external symbol
proto_can_match_selected
libwireshark.def : error LNK2001: unresolved external symbol
proto_construct_dfilter_string
libwireshark.lib : fatal
Jaap Keuter wrote:
> Hi,
>
> This stuff is wierd. First cygpath that acts up, now it's env that can't
> find python from /usr/bin/ It seems that path isn't working.
> Do you have a nondefault cygwin installation? Maybe it's the filesystem
> type, what type is it?
>
> Thanx,
> Jaap
>
>
>
> _
Graham Bloice wrote:
> Ulf Lamping wrote:
>
>> Joerg Mayer wrote:
>>
>>> Moin List,
>>>
>>> I just wanted to fix
>>> http://bugs.wireshark.org/bugzilla/attachment.cgi?id=429
>>> Instead of reverse engineering the .svn/entries format for svn 1.4 I
>>> decided to ask the developers of svn abo
Jacques, Olivier (OpenCall Test Infra) wrote:
> Hello list,
>
> I created a bug (1162) for that, as I had exactly the same issue and
> don't know either how to have a satisfactory solution.
> http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1162
>
> Olivier.
>
I had the same problem and solve
Ulf Lamping wrote:
> Peter Johansson wrote:
>
>> I have recently noticed that wireshark.exe and wireshark-gtk2.exe no
>> longer can be run from the root development directory on Windows because
>> a set of dlls files no longer gets copied there by the build target
&g
I have recently noticed that wireshark.exe and wireshark-gtk2.exe no
longer can be run from the root development directory on Windows because
a set of dlls files no longer gets copied there by the build target
install-deps ("nmake -f makefile.nmake install-deps"). For example
wiretap-0.3.dll, l
ould someone please add an
>>>
>>> #include
>>>
>>> to packet-tcp.h? Or is there a special reason for not including it?
>>>
>>> Regards,
>>> Thomas
>>>
>>>
>
> Brg
> Anders
>
> -Ursprungligt medd
This is a resend of a patch I sent September 8th, it seems to have been
misplaced somwhere ;)
/ Regards, Peter
--- Begin Message ---
Hi,
the attached patch adds a missing inlude to packet-tcp.h
/ Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h
==
all the appropriate tcp_dissect_pdus() function.
>
> this is probably the easiest solution.
>
>
> mvh
> ronnie s
>
>
>
>
>
> On 9/12/06, Peter Johansson <[EMAIL PROTECTED]> wrote:
>> Hi!
>>
>> I have come a across a really old protocol
Hi!
I have come a across a really old protocol on top of TCP that I want to
be able to decode using wireshark. Unfortunately the protocol's header
is "polymorphic" and mean different things depending on from which
source port the message is being sent. Hence the length of the PDU
cannot be com
Hi,
the attached patch adds a missing inlude to packet-tcp.h
/ Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h
===
--- C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h(revision 19161)
+++ C:/wi
VOCAL Technologies, LTD wrote:
> Anders,
>
> yes, I am doing this all from a Cygwin window, and it appears that sed is
> working properly. I am under the impression that there are things that I
> still need to modify in config.nmake, which is causing path issues.
>
> Thanks,
>
>
Hi Andy,
you n
Ulf Lamping wrote:
Hi List!
I'm going to cleanup the config.nmake file in the next days.
This file is in need of a cleanup (I've done the last real cleanup years
ago), as it's naming scheme is now inconsistent, the sequence of
settings isn't logical, ...
As a lot of developers will have a t
Ulf Lamping wrote:
Hi List!
I'm going to cleanup the config.nmake file in the next days.
This file is in need of a cleanup (I've done the last real cleanup years
ago), as it's naming scheme is now inconsistent, the sequence of
settings isn't logical, ...
As a lot of developers will have a t
Cook, Timothy wrote:
> Ben - Look at the follow http://wiki.wireshark.org/Development/Tips.
> Look at the "Using MSVC++ for debugging" section. By default, the
> Win32 builds with the debug flag enabled.
>
> GDB must be used in the CYGWIN environment (not easily built!!).
>
> -Tim
Unfortuna
Hi,
the supplied patch fixes a problem where the options value should really
be used from the conversation found (using
conversation_lookup_hashtable(...) to create a new conversation based on
the already stored conversation template (the CONVERSATION_TEMPLATE bit is
set in the stored conversation
One have to remember though to run nmake with the install-deps build
target after every recompilation of the source (for any change you
make). Otherwise Wireshark is started with the old compiled code. I
can't remember the amount of times I have been trying to debug my code
and it just does not
ev mailing list
>> Wireshark-dev@wireshark.org
>> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>>
>>
>
> ___
> Wireshark-dev mailing list
> Wireshark-dev@wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
82 matches
Mail list logo