[Wireshark-dev] Problems in my plugin in the new wireshark version ( wireshark-0.99.7)

2008-02-18 Thread taraniteja.vishwanatha
Hi , My plugin had got compiled and installed in wireshark-0.99.5. Now, when I tried to install the plugin in wireshark-0.99.7, it is getting registered but it is not filtering and displaying packets. My observations are : 1. In the proto_reg_handoff_xxx(void) function , void

Re: [Wireshark-dev] Problems in my plugin in the new wiresharkversion ( wireshark-0.99.7)

2008-02-18 Thread taraniteja.vishwanatha
Hi , I have compiled ,made the necessary changes in the makefiles too. I can see its getting registered/recognised by wireshark.But it is not able to filter and capture the data . From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 21, Issue 39

2008-02-18 Thread Mayank Jain Nawal
. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- next part -- An HTML attachment was scrubbed... URL: http://www.wireshark.org/lists/wireshark-dev/attachments/20080218/62a0545f/attachment.htm

[Wireshark-dev] Win32 Build fails after distclean

2008-02-18 Thread Anders Broman
Hi, I think rawshark.obj needs to be removed at distclean: in makefile.nmake change line 408 to: rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(dumpcap_OBJECTS) $(rawshark_OBJECTS) $(EXTRA_OBJECTS) \ Regards Anders ___ Wireshark-dev mailing

[Wireshark-dev] UTRAN IupcinterfacePositioningCalculation Application (PCAP) over SCCP trace?

2008-02-18 Thread Anders Broman
Hi, Does any one have a PCAP over SCCP trace to share? If so the PCAP dissector could be completed. Regards Anders No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.20.7/1285 - Release Date: 2008-02-18 05:50

[Wireshark-dev] Create User Friendly Hex Dump for Compression Algorithms

2008-02-18 Thread Padilla, Alex D
Does anyone know how I can create a more user friendly hex dump display for compression algorithms? I would like to separate the hex dump when capturing packets into sections that contain information on compression algorithms, whether the dump is chunked or not, and a variety of other things.

Re: [Wireshark-dev] pcap-ng support

2008-02-18 Thread Gianluca Varenni
Steve, I think there is something weird going on. I'm using rev 24375 I captured a bunch of ethernet packets, when I ask to save the file in pcap-ng format, the timestamps on the screen become all the same (1969-12-31 16:00:00.00). I checked with my other tool, but unfortunately it only

Re: [Wireshark-dev] [Wireshark-commits] rev 24380: /trunk/ /trunk/asn1/camel/: CAP-classes.asn /trunk/epan/dissectors/: packet-dcerpc-wzcsvc.c packet-dcerpc-wzcsvc.h packet-erf.c packet-p7.h /trunk/do

2008-02-18 Thread Stephen Fisher
On Mon, Feb 18, 2008 at 09:01:17PM +, [EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=24380 User: wmeier Date: 2008/02/18 09:01 PM Log: Fix some some properties Directory: /trunk/doc/ ChangesPathAction +1 -3

Re: [Wireshark-dev] New feature: custom columns

2008-02-18 Thread Stephen Fisher
On Sun, Feb 17, 2008 at 10:31:24AM -0500, Maynard, Chris wrote: Nice feature. For me, the column naming convention wouldn't be a problem, but maybe it'd be nice to be able to name it something else, especially if the display filter name is long. Good point about the long field names. I

Re: [Wireshark-dev] [Wireshark-commits] rev 24378: /trunk-0.99.8/

2008-02-18 Thread Gerald Combs
The 0.99.8 trunk has been created, and 0.99.8pre1 should be out later this evening (PST) or tomorrow morning. If any commits after 24378 need to go into the release, please add them to the Pending section under 0.99.8 in http://wiki.wireshark.org/Development/Roadmap [EMAIL PROTECTED] wrote:

Re: [Wireshark-dev] New feature: custom columns

2008-02-18 Thread Stephen Fisher
On Mon, Feb 11, 2008 at 08:36:26PM -0700, Stephen Fisher wrote: I have introduced a new feature [...] It lets you specify any display filter name as a column by choosing the Custom column type and putting the display filter name in the description. Gerald/others - I just noticed that this

Re: [Wireshark-dev] [Wireshark-commits] rev 24380: /trunk/

2008-02-18 Thread Bill Meier
I believe this file used $Revision$, $Date$, $Author$ because $Id$ was used in the example code and two paragraphs above it and we didn't want those $Id$s to expand to anything. Oops: I missed that. I've reverted that change. Thanks ___

Re: [Wireshark-dev] Create User Friendly Hex Dump for Compression Algorithms

2008-02-18 Thread Guy Harris
Padilla, Alex D wrote: Does anyone know how I can create a more user friendly hex dump display for compression algorithms? The hex dump field is intended to be a raw hex dump; that's as user-friendly as it's designed and intended to be. I would like to separate the hex dump when capturing

Re: [Wireshark-dev] [Wireshark-commits] rev 24380: /trunk/ /trunk/asn1/camel/: CAP-classes.asn /trunk/epan/dissectors/: packet-dcerpc-wzcsvc.c packet-dcerpc-wzcsvc.h packet-erf.c packet-p7.h /trunk/do

2008-02-18 Thread Jaap Keuter
Stephen Fisher wrote: On Mon, Feb 18, 2008 at 09:01:17PM +, [EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=24380 User: wmeier Date: 2008/02/18 09:01 PM Log: Fix some some properties Directory: /trunk/doc/ ChangesPath

Re: [Wireshark-dev] Wireshark 0.99.8pre1 is now available

2008-02-18 Thread Jaap Keuter
Gerald Combs wrote: This release adds many bug fixes and new features. An in-progress list of changes can be found in the release notes at http://www.wireshark.org/docs/relnotes/wireshark-0.99.8.html . Please report any problems you find to the wireshark-dev mailing list or open a ticket