Skip to content

Commit

Permalink
Pull the capture-session state information out of capture_opts and put
Browse files Browse the repository at this point in the history
it into a separate capture_session structure.  capture_opts should
contain only user-specified option information (and stuff directly
derived from it, such as the "capturing from a pipe" flag).

svn path=/trunk/; revision=49493
  • Loading branch information
guyharris committed May 22, 2013
1 parent 54ca6da commit 8596d17
Show file tree
Hide file tree
Showing 23 changed files with 278 additions and 261 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ SHARK_COMMON_CAPTURE_SRC = \
# corresponding headers
SHARK_COMMON_CAPTURE_INCLUDES = \
capture_ifinfo.h \
capture_session.h \
capture_sync.h \
capture_ui_utils.h

Expand Down
Loading

0 comments on commit 8596d17

Please sign in to comment.