Re: [Wireshark-dev] [PATCH] Define flag NTLMSSP_NEGOT IATE_ANONYMOUS

2006-11-30 Thread Marc Bevand
Jaap Keuter [EMAIL PROTECTED] writes: If you supply a patch please, please attach it as a file to the email instead of pasting it in the text. Makes handling it nearly impossible, like in this case. It depends on the tools you use. In some circles (e.g. LKML) the preferred way to do it is

Re: [Wireshark-dev] Delays in real-time packet capture

2006-11-30 Thread Pierre JUHEN
Maybe the problems lies here (capture_opts.c) : static gboolean capture_opts_output_to_pipe(const char *save_file, gboolean *is_pipe) { int err; if (save_file != NULL) { /* We're writing to a capture file. */ if (strcmp(save_file, -) == 0) { /* Writing to stdout. */ /*

[Wireshark-dev] Question: dissector tree display construction

2006-11-30 Thread Eliot Blennerhassett
I have made a start on writing dissector plugins for a couple of protocols My question is whether it is possible to add an item to the protocol tree without registering it. Standard code for an item looks something like this /**/ static

Re: [Wireshark-dev] Question: dissector tree display construction

2006-11-30 Thread Gilbert Ramirez
You can always use proto_tree_add_text to add plain text to the dissection tree. But I can tell you from experience that although you may not want to filter on those fields now... in the future you might want to, and another person might need them, too. --gilbert On 11/30/06, Eliot

Re: [Wireshark-dev] Compiling under MSVC 6.0 - simple Q, clear cut A ?

2006-11-30 Thread Jaap Keuter
Hi, Just faithfully follow the developer guides guidelines on setting up your development environment, including cygwin and its tools, as well gathering the libraries. Tried it a couple of times, never failed on me. Thanx, Jaap On Thu, 30 Nov 2006, Sleep Less wrote: Hi All, from Andre

Re: [Wireshark-dev] Compiling under MSVC 6.0 - simple Q, clear cut A ?

2006-11-30 Thread Anders Broman
Hi, And note that Wireshark can't be built without the other tools on any system. BR Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Jaap Keuter Skickat: den 30 november 2006 22:16 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev]