Re: [Wireshark-dev] non-existant default interface

2007-02-14 Thread Fulko Hew
Guy Harris wrote: On Feb 13, 2007, at 11:51 AM, [EMAIL PROTECTED] wrote: The problem is that there is code in gtk/capture_dlg.c at line 677 that looks to see if you had specified an interface on the command line, and failing that, then extract the 'capture.device' entry from the wireshark

Re: [Wireshark-dev] saving User Specified Decodes

2007-02-14 Thread Jaap Keuter
Hi, Another way to help yourself, in case this is your own protocol dissector, is to make the dissector heuristic. Then you never have to setup the decode as at all! Thanx, Jaap On Wed, 14 Feb 2007, Andy Howell wrote: Hello, I just asked on the user list if there any way to save the

Re: [Wireshark-dev] Patch for crash in uat_gui.c

2007-02-14 Thread Luis Ontanon
Committed revision 20813. Thanks! On 2/14/07, Peter Johansson [EMAIL PROTECTED] wrote: 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

Re: [Wireshark-dev] Problem loading custom DLL with standard Wireshark distribution

2007-02-14 Thread Chris Delaney
Yes and no. It should be possible (we use the GTK dlls that are compiled with MSVC6 with the MSVC2005EE studio builds - so mixing Dlls is possible), but you have to be very careful about passing C runtime resources (e.g. FILE handles) between these two, but that's usually not a problem for a