Re: [Wireshark-dev] Patch for empty SSH env variables

2009-10-06 Thread Jakub Zawadzki
Hi, On Mon, Oct 05, 2009 at 05:37:00PM -0400, Charles Rumford wrote: A friend of mine had been having the same issue, and we decided to dive into the code and figure out what was going one. It turns out that ssh-agent set the SSH_CONNECTION and SSH_CLIENT environment variables to the empty

Re: [Wireshark-dev] New packet list - out of memory?

2009-10-06 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Bill Meier Sent: den 6 oktober 2009 00:49 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] New packet list - out of memory? Bill Meier wrote: A

Re: [Wireshark-dev] Request

2009-10-06 Thread Kovarththanan Rajaratnam
Hey, BANDARU, Govindarao (Govindarao) wrote: Hi, I would like to know whether GAN (Generic Access Network) protocol is supported in Wireshark or not. Please let me know. Here's a list of supported protocols in Wireshark: http://www.wireshark.org/docs/dfref I don't see GAN anywhere.

Re: [Wireshark-dev] Request

2009-10-06 Thread Pascal Quantin
Hi, GAN (Generic Access Network) is the integration of UMA (Unlicensed Mobile Access) in 3GPP specifications with only a few changes . UMA is already supported in wireshark and you can easily add support for GAN messages by modifying packet-uma.c file (even better, add a preference to switch

Re: [Wireshark-dev] Request

2009-10-06 Thread Bill Meier
BANDARU, Govindarao (Govindarao) wrote: Hi, I would like to know whether GAN (Generic Access Network) protocol is supported in Wireshark or not. Please let me know. Frpm the Wikipedia entry for UMA: Unlicensed Mobile Access or UMA, is the commercial name of the 3GPP Generic Access

Re: [Wireshark-dev] [Wireshark-commits] rev 30280: /trunk/ /trunk/: rdps.py

2009-10-06 Thread Kovarththanan Rajaratnam
Hey, No. I've removed this in r30368. Thanks. -- Best regards, Kovarththanan Rajaratnam Stephen Fisher wrote: Was your intention to have rdps.py's svn rev filled in within the output that makes ps.c? From ps.c: * ps.c * Definitions for generating PostScript(R) packet output.

Re: [Wireshark-dev] [Wireshark-commits] rev 30355: /trunk/ /trunk/epan/dissectors/: packet-gssapi.c packet-ntlmssp.c /trunk/: AUTHORS

2009-10-06 Thread Jeff Morriss
sahlb...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=30355 User: sahlberg Date: 2009/10/06 02:14 AM Log: From Matthieu Patou, add code to decrypt ntlmv1 and v2 traffic This doesn't compile if you don't have kerberos (either Heimdal or MIT):

Re: [Wireshark-dev] New packet list - out of memory?

2009-10-06 Thread Jeff Morriss
Anders Broman wrote: Should we have a new allocator without the canaries? I think either the current se_ allocations implementation need to be changed Or the function removed. The result where WIRESHARK_DEBUG_SE_NO_CHUNKS=T And loading is faster is puzzling. Trying that on Linux (64-bit) with

Re: [Wireshark-dev] New packet list - out of memory?

2009-10-06 Thread didier
Le mardi 06 octobre 2009 à 12:05 +0200, Anders Broman a écrit : 146 MB 661417 pkts (TCP reassembly) Version 1.2.2 (SVN Rev 29910) PWS Commit 42 01661 876 704 656 1 639 256 Loading time ~57s Old packet list SVN 30353 PWS

Re: [Wireshark-dev] New packet list - out of memory?

2009-10-06 Thread didier
Le mardi 06 octobre 2009 à 12:21 -0400, Jeff Morriss a écrit : Another question: do we really need to use se_ allocations here? Do we need the canaries or are we just using se_ allocations because they get cleaned up for us automatically? PacketListRecord size is 20 bytes (could be 16) and