Wireshark-commits: [Wireshark-commits] rev 25576: /trunk/ /trunk/gtk/: Makefile.common main.c main_
Date: Tue, 24 Jun 2008 08:05:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25576

User: guy
Date: 2008/06/24 01:05 AM

Log:
 Have separate callback mechanisms in file.c and capture.c; pass the
 capture callbacks the capture_options * as its second argument in all
 cases.  This makes it a bit clearer what arguments callbacks take, and
 means we can get rid of all global_capture_opts references in
 gtk/main_statusbar.c.
 
 Put the interface between gtk/main.c and gtk/main_statusbar.c into a
 private header.

Directory: /trunk/gtk/
  Changes    Path                        Action
  +1 -0      Makefile.common             Modified
  +59 -38    main.c                      Modified
  +62 -41    main_statusbar.c            Modified
  +0 -12     main_statusbar.h            Modified
  +42 -0     main_statusbar_private.h    Added

Directory: /trunk/
  Changes    Path          Action
  +67 -11    capture.c     Modified
  +20 -0     capture.h     Modified
  +2 -2      file.c        Modified
  +0 -13     file.h        Modified