⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winpcap_c.dox

📁 Windows XP下的抓包程序实现
💻 DOX
字号:
# Doxyfile 1.2.13-20020210

#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = WinPcap
PROJECT_NUMBER         = 3.1
OUTPUT_DIRECTORY       = ./
OUTPUT_LANGUAGE        = English
EXTRACT_ALL            = YES
EXTRACT_PRIVATE        = YES
EXTRACT_STATIC         = YES
EXTRACT_LOCAL_CLASSES  = YES
HIDE_UNDOC_MEMBERS     = YES
HIDE_UNDOC_CLASSES     = YES
BRIEF_MEMBER_DESC      = YES
REPEAT_BRIEF           = YES
ALWAYS_DETAILED_SEC    = NO
INLINE_INHERITED_MEMB  = NO
FULL_PATH_NAMES        = NO
STRIP_FROM_PATH        = 
INTERNAL_DOCS          = YES
STRIP_CODE_COMMENTS    = YES
CASE_SENSE_NAMES       = YES
SHORT_NAMES            = NO
HIDE_SCOPE_NAMES       = YES
VERBATIM_HEADERS       = YES
SHOW_INCLUDE_FILES     = YES
JAVADOC_AUTOBRIEF      = NO
INHERIT_DOCS           = YES
INLINE_INFO            = YES
SORT_MEMBER_DOCS       = YES
DISTRIBUTE_GROUP_DOC   = NO
TAB_SIZE               = 4
GENERATE_TODOLIST      = YES
GENERATE_TESTLIST      = YES
GENERATE_BUGLIST       = YES
ALIASES                = 
ENABLED_SECTIONS       = 
MAX_INITIALIZER_LINES  = 30
OPTIMIZE_OUTPUT_FOR_C  = YES
SHOW_USED_FILES        = YES
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET                  = NO
WARNINGS               = YES
WARN_IF_UNDOCUMENTED   = YES
WARN_FORMAT            = 
WARN_LOGFILE           = 
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = ../../packetNtx/driver/Packet.h \
                         ../../packetNtx/driver/jitter.c \
                         ../../packetNtx/driver/jitter.h \
                         ../../packetNtx/driver/dump.c \
                         ../../packetNtx/driver/Openclos.c \
                         ../../packetNtx/driver/Packet.c \
                         ../../packetNtx/driver/Read.c \
                         ../../packetNtx/driver/Write.c \
						 ../libpcap/incs/pcap.h \
                         ../libpcap/funcs/pcap.h \
                         ../../wpcap/libpcap/bpf_dump.c \
                         ../../wpcap/libpcap/bpf_image.c \
                         ../../wpcap/libpcap/etherent.c \
                         ../../wpcap/libpcap/gencode.c \
                         ../../wpcap/libpcap/inet.c \
                         ../../wpcap/libpcap/pcap.c \
                         ../../wpcap/libpcap/Pcap-win32.c \
                         ../../wpcap/libpcap/savefile.c \
                         ../../wpcap/Win32-Extensions/Win32-Extensions.c \
                         ../../wpcap/Win32-Extensions/Win32-Extensions.h \
                         ../../Examples/pcap_filter/pcap_filter.c \
                         ../../Examples/misc/basic_dump.c \
                         ../main.txt \
                         ../wpcap_tut.txt \
                         ../wpcap_tut1.txt \
                         ../wpcap_tut2.txt \
                         ../wpcap_tut3.txt \
                         ../wpcap_tut4.txt \
                         ../wpcap_tut5.txt \
                         ../wpcap_tut6.txt \
                         ../wpcap_tut7.txt \
                         ../wpcap_tut8.txt \
                         ../wpcap_tut9.txt \
                         ../doxygen_groups.txt \
                         ../wpcap_remote.htm \
                         ../../wpcap/libpcap/pcap-remote.h \
                         ../../wpcap/libpcap/remote-ext.h \
                         ../../wpcap/libpcap/pcap-remote.c \
                         ../../wpcap/libpcap/pcap-new.c \
                         ../../wpcap/libpcap/rpcapd/fileconf.h \
                         ../../wpcap/libpcap/rpcapd/fileconf.c \
                         ../../wpcap/libpcap/rpcapd/utils.c \
                         ../../wpcap/libpcap/rpcapd/utils.h \
                         ../../wpcap/libpcap/rpcapd/daemon.h \
                         ../../wpcap/libpcap/rpcapd/daemon.c \
                         ../../wpcap/libpcap/rpcapd/rpcapd.h \
                         ../../wpcap/libpcap/rpcapd/rpcapd.c \
                         ../../wpcap/libpcap/rpcapd/win32-svc.h \
                         ../../wpcap/libpcap/rpcapd/win32-svc.c 
FILE_PATTERNS          = *.cpp \
                         *.c \
                         *.h \
                         *.txt \
                         *.htm 
RECURSIVE              = YES
EXCLUDE                = test
EXCLUDE_SYMLINKS       = NO
EXCLUDE_PATTERNS       = 
EXAMPLE_PATH           = ../../Examples/ \
                         ../
EXAMPLE_PATTERNS       = 
EXAMPLE_RECURSIVE      = NO
IMAGE_PATH             = ../pics/
INPUT_FILTER           = 
FILTER_SOURCE_FILES    = NO
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER         = YES
INLINE_SOURCES         = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION    = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX     = NO
COLS_IN_ALPHA_INDEX    = 5
IGNORE_PREFIX          = 
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML          = YES
HTML_OUTPUT            = docs
HTML_FILE_EXTENSION    = .html
HTML_HEADER            = 
HTML_FOOTER            = ../footer.htm
HTML_STYLESHEET        = ../style.css
HTML_ALIGN_MEMBERS     = YES
GENERATE_HTMLHELP      = YES
GENERATE_CHI           = NO
BINARY_TOC             = YES
TOC_EXPAND             = NO
DISABLE_INDEX          = NO
ENUM_VALUES_PER_LINE   = 4
GENERATE_TREEVIEW      = YES
TREEVIEW_WIDTH         = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX         = NO
LATEX_OUTPUT           = 
COMPACT_LATEX          = NO
PAPER_TYPE             = a4wide
EXTRA_PACKAGES         = 
LATEX_HEADER           = 
PDF_HYPERLINKS         = NO
USE_PDFLATEX           = NO
LATEX_BATCHMODE        = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
GENERATE_RTF           = NO
RTF_OUTPUT             = 
COMPACT_RTF            = NO
RTF_HYPERLINKS         = NO
RTF_STYLESHEET_FILE    = 
RTF_EXTENSIONS_FILE    = 
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN           = NO
MAN_OUTPUT             = 
MAN_EXTENSION          = 
MAN_LINKS              = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML           = NO
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
GENERATE_AUTOGEN_DEF   = NO
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor   
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING   = YES
MACRO_EXPANSION        = NO
EXPAND_ONLY_PREDEF     = NO
SEARCH_INCLUDES        = YES
INCLUDE_PATH           = 
INCLUDE_FILE_PATTERNS  = 
PREDEFINED             = WIN32 \
                         _DEBUG_TO_FILE \
                         EXPAND_AS_DEFINED \
                         EXPAND_AS_DEFINED \
                         =
EXPAND_AS_DEFINED      = 
SKIP_FUNCTION_MACROS   = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to external references   
#---------------------------------------------------------------------------
TAGFILES               = 
GENERATE_TAGFILE       = 
ALLEXTERNALS           = NO
EXTERNAL_GROUPS        = YES
PERL_PATH              = 
#---------------------------------------------------------------------------
# Configuration options related to the dot tool   
#---------------------------------------------------------------------------
CLASS_DIAGRAMS         = YES
HAVE_DOT               = NO
CLASS_GRAPH            = YES
COLLABORATION_GRAPH    = YES
TEMPLATE_RELATIONS     = YES
HIDE_UNDOC_RELATIONS   = YES
INCLUDE_GRAPH          = YES
INCLUDED_BY_GRAPH      = YES
GRAPHICAL_HIERARCHY    = YES
DOT_IMAGE_FORMAT       = gif
DOT_PATH               = 
DOTFILE_DIRS           = 
MAX_DOT_GRAPH_WIDTH    = 1024
MAX_DOT_GRAPH_HEIGHT   = 1024
GENERATE_LEGEND        = YES
DOT_CLEANUP            = YES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -