ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19047: /trunk/ /trunk/gtk/: main.c /trunk/: capture_loop

Date: Sat, 26 Aug 2006 18:36:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19047

User: guy
Date: 2006/08/26 06:36 PM

Log:
 Go back to setting the capture filter to an empty string when we start;
 that obviates the need to check for a null capture filter string, and
 fixes bug 1055.
 
 Keep track of whether it was set from the command line, though, so we
 can catch attempts to set the filter more than once, and attempts to set
 it when we're not capturing.
 
 Clean up white space.

Directory: /trunk/gtk/
  Changes    Path          Action
  +2 -4      main.c        Modified

Directory: /trunk/
  Changes    Path              Action
  +0 -8      capture_loop.c    Modified
  +3 -2      capture_opts.c    Modified
  +38 -37    capture_opts.h    Modified
  +3 -10     tshark.c          Modified