Re: [Wireshark-dev] Memmory handling problem in ANSI TCAP?

2007-09-16 Thread Florent Drouin
Hi Anders, I think you should replace the memory allocation in packet_ansi_tcap_templace.c ansi_tcap_saved_invokedata = g_malloc(sizeof(ansi_tcap_saved_invokedata)); => ansi_tcap_saved_invokedata = g_malloc(sizeof(struct ansi_tcap_invokedata_t)); And probably replace strcpy by strncpy. Y

[Wireshark-dev] [PATCH] TIPC - added reassembling of fragmented messages and calling of heuristic subdissectors

2007-09-16 Thread Martin Peylo
Hi, attached is a patch which adds - reassembling of fragmented TIPCv2 messages - calling of heuristic subdissectors - multicast upper+lower bound header fields are now shown and corrects few typos in the comments in packet-tipc.c. I also changed my email address to a private one since I'm doing

[Wireshark-dev] review_for_checkin requested: [Bug 1839] Add support of ERF encapsulation with a specific dissector

2007-09-16 Thread bugzilla-request-daemon
Jeff Morriss <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1839: Add support of ERF encapsulation with a specific dissector http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839 --- Additional Comments from Jeff Morriss <[EMAIL PROTECTED]> To be reviewed

[Wireshark-dev] Help! Error installing the MS Network Monitor Driver

2007-09-16 Thread Jeffrey Chen
Hi all i'm using Wireshark for a class I'm taking and I keep getting this error when it gets to the portion that installs winpcap. It reads: "An error occurred while installing the Microsoft Network Monitor Driver (NetMon) (0x800F0203). You will be able to use WinPcap on standard network a

Re: [Wireshark-dev] New dissector for TPNCP protocol

2007-09-16 Thread Valery Sigalov
Hello, I am still waiting for feedback on my submit request. May be the better and proper way is including it in CVN repository? Thank you, Valery. -Original Message- From: Valery Sigalov Sent: Wednesday, September 12, 2007 1:52 PM To: 'Developer support list for Wireshark' Subject: R