-----Ursprungligt meddelande----- Från: [email protected] [mailto:[email protected]] För didier Skickat: den 2 september 2009 18:41 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] New packet list
Hi, Le mercredi 02 septembre 2009 à 09:11 -0700, Gerald Combs a écrit : >> Anders Broman wrote: >> > Hi, >> > >> > I intend to make the new packet list the build choice for Windows in the >> > next day or so >> > >> > To get more feedback on remaining issues missing functions etc any >> > objections? >> >> I'm going release 1.3.0 (and 1.2.2 and 1.0.9) soon. Is the new packet >> list in good enough shape for the development release? I think so. >- There's a couple of issues with colors (colorize conversation doesn't >work and packets without color are randomly colorized). *should* work now. >- changing to a profile with different columns doesn't work. Not implemented yet: #ifndef NEW_PACKET_LIST /* Recreate the packet list according to new preferences */ packet_list_recreate (); cfile.cinfo.columns_changed = FALSE; /* Reset value */ user_font_apply(); #endif I think there may be other stuff not implemented wrgt recent and prefs files. I get a crash when trying to change profile :( If some one want's to look into it... Regards Anders >But it doesn't seem to dump core or leak. > >Didier ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
