Re: [Wireshark-dev] New WiMAX R6 plug-in

2007-07-19 Thread Martin Mathieson
Hi, Please do send the code, preferably with one or more test captures (I have examples for some of R6, but not all)! Thanks, Martin On 7/19/07, Nitin Naveen [EMAIL PROTECTED] wrote: Hi, I generated dummy packets for WiMAX protocol. Saved the capture to a dummy file wimax_ether.cap. Then

[Wireshark-dev] Question regard MySQL dissector Revision 22339

2007-07-19 Thread Martin Warnes
Hi/ The recent revision to the MySQL dissector seems to have had an impact on a dissector I'm developing for a protocol that can carry a MySQL payload. Within my code I have the following: db_handle = find_dissector (mysql); if (db_handle) call_dissector (db_handle,

Re: [Wireshark-dev] [Wireshark-commits] rev 22356: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bssgp.c packet-gdsdb.c packet-ipmi.c packet-netsync.c packet-sebek.c packet-snmp.c packet-ssl

2007-07-19 Thread Luis EG Ontanon
Jus a note: changes to packet-snmp.c should be made in asn1/snmp/packet-snmp-template.c and asn1/snmp/snmp.cnf On 7/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=22356 User: morriss Date: 2007/07/19 01:05 PM Log: Change

Re: [Wireshark-dev] [Wireshark-commits] rev 22356: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bssgp.c packet-gdsdb.c packet-ipmi.c packet-netsync.c packet-sebek.c packet-snmp.c packet-ssl

2007-07-19 Thread Luis EG Ontanon
and if you get to it before I do can you change cleartext_tvb into crypt_tvb in snmp.cnf:219 that's not just a cosmetic issue. Luis On 7/19/07, Luis EG Ontanon [EMAIL PROTECTED] wrote: Jus a note: changes to packet-snmp.c should be made in asn1/snmp/packet-snmp-template.c and

Re: [Wireshark-dev] Question regard MySQL dissector Revision 22339

2007-07-19 Thread Luis EG Ontanon
I think there's no good reason remove it, so probably we've got is someone making a mistake. On 7/19/07, Martin Warnes [EMAIL PROTECTED] wrote: Hi/ The recent revision to the MySQL dissector seems to have had an impact on a dissector I'm developing for a protocol that can carry a MySQL

Re: [Wireshark-dev] [Wireshark-commits] rev 22356: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bssgp.c packet-gdsdb.c packet-ipmi.c packet-netsync.c packet-sebek.c packet-snmp.c packet-ssl

2007-07-19 Thread Jeff Morriss
I knew that, I really did... (sigh) Thanks, -J Luis EG Ontanon wrote: Jus a note: changes to packet-snmp.c should be made in asn1/snmp/packet-snmp-template.c and asn1/snmp/snmp.cnf On 7/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[Wireshark-dev] review_for_checkin requested: [Bug 1227] cmake patches

2007-07-19 Thread bugzilla-request-daemon
Richard van der Hoff [EMAIL PROTECTED] has asked for review_for_checkin: Bug 1227: cmake patches http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1227 --- Additional Comments from Richard van der Hoff [EMAIL PROTECTED] Flagging this for review to try out Gerald's new bugzilla flags

Re: [Wireshark-dev] Question regard MySQL dissector Revision 22339

2007-07-19 Thread Jeff Morriss
Fixed in 22359. Luis EG Ontanon wrote: I think there's no good reason remove it, so probably we've got is someone making a mistake. On 7/19/07, Martin Warnes [EMAIL PROTECTED] wrote: Hi/ The recent revision to the MySQL dissector seems to have had an impact on a dissector I'm developing

[Wireshark-dev] How to apply a custom translation/rendering method to the data in the bottom pane (hex data dumper)?

2007-07-19 Thread Fulko Hew
As the subject line asks, is there a function I can invoke in a dissector to change the way the bottom pane of the display opperates. I'd like to affect two different things: 1/ I'd like all the data to be masked first before being displayed as hex (just like stripping a parity bit) 2/ I

Re: [Wireshark-dev] Memory leak

2007-07-19 Thread Jeff Morriss
Didier wrote: Hi, 1) It seems that since some glib 2.0 version g_mem_chunk_destroy doesn't free its memory and from glib source code I would say it's not a bug but a feature... The biggest issue is in file.c, eg reload (CTRL+R) many time a big file. The docs certainly seem to indicate that

[Wireshark-dev] As requested

2007-07-19 Thread Niklas Bergh
Hi, I was greeted with this message after resuming my computer from hibernation: ** Error while capturing packets: read error: PacketReceivePacket failed Please report this to the Wireshark developers. (This is not a crash; please do not report it as such.)

Re: [Wireshark-dev] As requested

2007-07-19 Thread Guy Harris
On Jul 19, 2007, at 11:33 AM, Niklas Bergh wrote: I was greeted with this message after resuming my computer from hibernation: ** Error while capturing packets: read error: PacketReceivePacket failed Please report this to the Wireshark developers. (This is not a

Re: [Wireshark-dev] As requested

2007-07-19 Thread Gianluca Varenni
- Original Message - From: Guy Harris [EMAIL PROTECTED] To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Thursday, July 19, 2007 5:25 PM Subject: Re: [Wireshark-dev] As requested On Jul 19, 2007, at 11:33 AM, Niklas Bergh wrote: I was greeted with this

Re: [Wireshark-dev] Memory leak

2007-07-19 Thread Didier
On Thu, 19 Jul 2007 14:16:49 -0400, Jeff Morriss wrote Didier wrote: Hi, 1) It seems that since some glib 2.0 version g_mem_chunk_destroy doesn't free The docs certainly seem to indicate that the memory should actually be freed: