Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-commits: [Wireshark-commits] rev 25672: /trunk/ /trunk/epan/: addr_resolv.c addr_resolv.h /trunk/gtk/: airpcap_dlg.c airpcap_dlg.h capture_if_dlg.c capture_info_dlg.c gtkvumeter.c gui_utils.c main.c

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: wmeier@xxxxxxxxxxxxx
Date: Tue, 08 Jul 2008 02:25:39 GMT

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25672

User: wmeier
Date: 2008/07/07 07:25 PM

Log:
 Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API
    gtk_timeout_add()     ==> g_timeout_add
    gtk_timeout_remove()  ==> g_source_remove()
 
 Also: timer callback should return gboolean (not void or gint)

Directory: /trunk/epan/
  Changes    Path             Action
  +4 -4      addr_resolv.c    Modified
  +2 -2      addr_resolv.h    Modified

Directory: /trunk/gtk/
  Changes    Path                  Action
  +14 -11    airpcap_dlg.c         Modified
  +1 -1      airpcap_dlg.h         Modified
  +2 -2      capture_if_dlg.c      Modified
  +5 -5      capture_info_dlg.c    Modified
  +3 -3      gtkvumeter.c          Modified
  +4 -4      gui_utils.c           Modified
  +6 -8      main.c                Modified


  • Prev by Date: [Wireshark-commits] rev 25673: /trunk/gtk/ /trunk/gtk/: flow_graph.c graph_analysis.c mcast_stream_dlg.c proto_dlg.c rtp_analysis.c rtp_player.c rtp_stream_dlg.c sctp_assoc_analyse.c sctp_byte_graph_dlg.c ...
  • Next by Date: [Wireshark-commits] rev 25674: /trunk/gtk/ /trunk/gtk/: gtkvumeter.c
  • Previous by thread: [Wireshark-commits] rev 25673: /trunk/gtk/ /trunk/gtk/: flow_graph.c graph_analysis.c mcast_stream_dlg.c proto_dlg.c rtp_analysis.c rtp_player.c rtp_stream_dlg.c sctp_assoc_analyse.c sctp_byte_graph_dlg.c ...
  • Next by thread: [Wireshark-commits] rev 25674: /trunk/gtk/ /trunk/gtk/: gtkvumeter.c
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation