Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3764] New: GTK2 based packet list - patches

Date: Tue, 21 Jul 2009 18:25:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3764

           Summary: GTK2 based packet list - patches
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: darkjames@xxxxxxxxxxxxxxxx



Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3376|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=3376)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3376)
[1/3] New function for frame_data compare+use it

Build Information:
$ ./wireshark -v
wireshark 1.3.0

Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.14.7, with GLib 2.18.4, with libpcap 1.0.0, with libz
1.2.3, without POSIX capabilities, with libpcre 7.9, without SMI, with c-ares
1.4.0, with Lua 5.1, without Python, with GnuTLS 2.6.6, with Gcrypt 1.4.4,
without Kerberos, without GeoIP, with PortAudio <= V18, without AirPcap.

Running on Linux 2.6.29.2-dark64, with libpcap version 1.0.0, GnuTLS 2.6.6,
Gcrypt 1.4.4.

Built using gcc 4.1.2 (Gentoo 4.1.2).
--
This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare()
to new function frame_data_compare()
+ it make use of new function inside packet_list_compare() and
packet_list_compare_records()

I didn't test if gtk/main_packet_list.c compiles after change :)
It compiles fine when NEW_PACKET_LIST defined.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.