Wireshark-commits: [Wireshark-commits] rev 25570: /trunk/ /trunk/gtk/: capture_info_dlg.c main.h /t

Date: Tue, 24 Jun 2008 01:23:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25570

User: guy
Date: 2008/06/23 06:23 PM

Log:
 Have capture_info_ui_create() and capture_info_open() take a pointer to
 the capture_opts structure as an argument, rather than just a pointer to
 the interface name.
 
 Don't declare a global "capture_opts" pointer, as we don't define it any
 more.

Directory: /trunk/gtk/
  Changes    Path                  Action
  +4 -3      capture_info_dlg.c    Modified
  +0 -5      main.h                Modified

Directory: /trunk/
  Changes    Path              Action
  +1 -1      capture.c         Modified
  +2 -2      capture_info.c    Modified
  +2 -2      capture_info.h    Modified