guy | 1 Feb 2009 03:59
Favicon

rev 27339: /trunk/gtk/ /trunk/gtk/: main_menu.c

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

User: guy
Date: 2009/01/31 06:59 PM

Log:
 To avoid adding icons to menu items, leave item_type along, not just
 entry_data; otherwise, you get a bunch of run-time warnings from GTK+. 
 Remove the line that sets extra_data, rather than commenting it out with
 a C++ comment.

Directory: /trunk/gtk/
  Changes    Path           Action
  +0 -2      main_menu.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

gerald | 1 Feb 2009 17:03
Favicon
Gravatar

rev 27340: /trunk/ /trunk/: manuf

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

User: gerald
Date: 2009/02/01 08:03 AM

Log:
 [Automatic manuf update for 2009-02-01]

Directory: /trunk/
  Changes    Path          Action
  +21 -0     manuf         Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

gerald | 1 Feb 2009 17:04
Favicon
Gravatar

rev 27341: /trunk-1.0/ /trunk-1.0/: manuf

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

User: gerald
Date: 2009/02/01 08:04 AM

Log:
 [Automatic manuf update for 2009-02-01]

Directory: /trunk-1.0/
  Changes    Path          Action
  +21 -0     manuf         Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

etxrab | 1 Feb 2009 21:52
Favicon

rev 27342: /trunk/ /trunk/epan/dissectors/: packet-sip.c packet-sip.h /trunk/gtk/: sip_stat.c /trunk/: tap-sipstat.c

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

User: etxrab
Date: 2009/02/01 12:52 PM

Log:
 Calculate the avrage setuptime.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +128 -0    packet-sip.c    Modified
  +1 -0      packet-sip.h    Modified

Directory: /trunk/gtk/
  Changes    Path          Action
  +22 -1     sip_stat.c    Modified

Directory: /trunk/
  Changes    Path             Action
  +12 -0     tap-sipstat.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

guy | 1 Feb 2009 22:19
Favicon

rev 27344: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-sip.c

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

User: guy
Date: 2009/02/01 01:19 PM

Log:
 Use #if 0, not C99-style comments, to get rid of unused code.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +8 -6      packet-sip.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

guy | 1 Feb 2009 23:57
Favicon

rev 27346: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

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

User: guy
Date: 2009/02/01 02:57 PM

Log:
 No such luck with the AF_LINK address on FreeBSD or OpenBSD.

Directory: /trunk/gtk/
  Changes    Path                Action
  +5 -2      capture_if_dlg.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

guy | 2 Feb 2009 00:14
Favicon

rev 27347: /trunk/gtk/ /trunk/gtk/: Makefile.common capture_dlg.h capture_if_dlg.c capture_if_dlg.h main.c main_menu.c main_toolbar.c main_welcome.c

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

User: guy
Date: 2009/02/01 03:14 PM

Log:
 Move declarations of routines in gtk/capture_if_dlg.c into
 gtk/capture_if_dlg.h.  Include that header when appropriate.

 Get rid of include of <sys/wait.h> in gtk/capture_if_dlg.c; there's no
 forking or waiting in there.

 Make update_if() in gtk/capture_if_dlg.c static - it's not used outside
 that file.

Directory: /trunk/gtk/
  Changes    Path                Action
  +1 -0      Makefile.common     Modified
  +0 -23     capture_dlg.h       Modified
  +2 -6      capture_if_dlg.c    Modified
  +57 -0     capture_if_dlg.h    Added
  +1 -0      main.c              Modified
  +1 -0      main_menu.c         Modified
  +1 -0      main_toolbar.c      Modified
  +1 -0      main_welcome.c      Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
(Continue reading)

guy | 2 Feb 2009 00:15
Favicon

rev 27348: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

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

User: guy
Date: 2009/02/01 03:15 PM

Log:
 Don't include ../image/toolbar/network_wireless_16.xpm on platforms
 where we don't (yet) use it.

Directory: /trunk/gtk/
  Changes    Path                Action
  +2 -0      capture_if_dlg.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

guy | 2 Feb 2009 04:26
Favicon

rev 27349: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-tr.c

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

User: guy
Date: 2009/02/01 07:26 PM

Log:
 Clean up some comments.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +4 -6      packet-tr.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe

guy | 2 Feb 2009 05:15
Favicon

rev 27350: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

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

User: guy
Date: 2009/02/01 08:15 PM

Log:
 Add Linux support for determining the interface icon; this depends on a
 2.6 kernel feature, but it will just pick the default icon if that
 feature doesn't work.

Directory: /trunk/gtk/
  Changes    Path                Action
  +21 -1     capture_if_dlg.c    Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@...>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@...?subject=unsubscribe


Gmane