mirror of
https://github.com/ntop/PF_RING.git
synced 2025-12-20 01:14:37 +08:00
177 lines
3.9 KiB
Plaintext
177 lines
3.9 KiB
Plaintext
##### Packages
|
|
*.tgz
|
|
|
|
##### Compiled source
|
|
#*.a FIXX not all .a should be ignored
|
|
*.o
|
|
#*.so FIXX not all .so should be ignored
|
|
*.lo
|
|
*.la
|
|
*.pyc
|
|
*.cmd
|
|
*.ko
|
|
*.o.ur-safe
|
|
|
|
#### OS and tools generated files
|
|
*~
|
|
.#*
|
|
cscope.out
|
|
TAGS
|
|
*.doxyfile
|
|
.DS_Store*
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
*.swp
|
|
*.log
|
|
*.deb
|
|
/*.changes
|
|
.project
|
|
.cproject
|
|
.pydevproject
|
|
.subversion
|
|
*.3pcap
|
|
|
|
# configure and others
|
|
acinclude.m4
|
|
autogen.log
|
|
autom4te.cache
|
|
compile
|
|
config.log
|
|
config.status
|
|
.deps/
|
|
.libs/
|
|
libtool
|
|
stamp-h1
|
|
#Makefile FIXX not all makefiles should be ignored
|
|
*.dat
|
|
.tmp_versions
|
|
*.manmisc
|
|
*.manfile
|
|
|
|
drivers/intel/zc-dkms-mkdeb/debian/control
|
|
drivers/intel/zc-dkms.mkrpm.spec
|
|
|
|
drivers/intel/e1000e/e1000e-*-zc/src/ixgbe.mod.c
|
|
drivers/intel/e1000e/e1000e-*-zc/src/modules.order
|
|
drivers/intel/e1000e/e1000e-*-zc/src/e1000e.mod.c
|
|
|
|
drivers/intel/igb/igb-*-zc/src/ixgbe.mod.c
|
|
drivers/intel/igb/igb-*-zc/src/modules.order
|
|
drivers/intel/igb/igb-*-zc/src/igb.mod.c
|
|
|
|
drivers/intel/ixgbe/ixgbe-*-zc/src/ixgbe.mod.c
|
|
drivers/intel/ixgbe/ixgbe-*-zc/src/modules.order
|
|
drivers/intel/ixgbe/ixgbe-*-zc/src/ixgbe.mod.c
|
|
|
|
drivers/intel/i40e/i40e-*-zc/src/ixgbe.mod.c
|
|
drivers/intel/i40e/i40e-*-zc/src/modules.order
|
|
drivers/intel/i40e/i40e-*-zc/src/i40e.mod.c
|
|
drivers/intel/i40e/i40e-*-zc/src/i40e/i40e.mod.c
|
|
drivers/intel/i40e/i40e-*-zc/src/i40e/modules.order
|
|
|
|
drivers/intel/fm10k/fm10k-*-zc/src/ixgbe.mod.c
|
|
drivers/intel/fm10k/fm10k-*-zc/src/modules.order
|
|
drivers/intel/fm10k/fm10k-*-zc/src/fm10k.mod.c
|
|
|
|
kernel/modules.order
|
|
kernel/pf_ring.mod.c
|
|
userland/lib/config.h
|
|
userland/lib/pfring_config
|
|
|
|
userland/libpcap-*-ring/bpf_filter.c
|
|
userland/libpcap-*-ring/config.h
|
|
userland/libpcap-*-ring/grammar.c
|
|
userland/libpcap-*-ring/libpcap.so.*
|
|
userland/libpcap-*-ring/net
|
|
userland/libpcap-*-ring/pcap-config
|
|
userland/libpcap-*-ring/scanner.c
|
|
userland/libpcap-*-ring/scanner.h
|
|
userland/libpcap-*-ring/tokdefs.h
|
|
userland/libpcap-*-ring/version.c
|
|
userland/libpcap-*-ring/version.h
|
|
|
|
userland/libpcap-*/Makefile
|
|
userland/libpcap-*/bpf_filter.c
|
|
userland/libpcap-*/config.h
|
|
userland/libpcap-*/grammar.c
|
|
userland/libpcap-*/libpcap.a
|
|
userland/libpcap-*/libpcap.so.*
|
|
userland/libpcap-*/net
|
|
userland/libpcap-*/pcap-config
|
|
userland/libpcap-*/scanner.c
|
|
userland/libpcap-*/scanner.h
|
|
userland/libpcap-*/tokdefs.h
|
|
userland/libpcap-*/version.c
|
|
userland/libpcap-*/version.h
|
|
|
|
userland/tcpdump-*/config.h
|
|
userland/tcpdump-*/tcpdump
|
|
userland/tcpdump-*/tcpdump.1
|
|
userland/tcpdump-*/version.c
|
|
|
|
# executables
|
|
userland/c++/pf_test
|
|
userland/examples/alldevs
|
|
userland/examples/pcap2nspcap
|
|
userland/examples/pcount
|
|
userland/examples/pfbounce
|
|
userland/examples/pfbridge
|
|
userland/examples/pfcount
|
|
userland/examples/pfcount_82599
|
|
userland/examples/pfcount_aggregator
|
|
userland/examples/pfcount_bundle
|
|
userland/examples/pfcount_multichannel
|
|
userland/examples/pfdump
|
|
userland/examples/pffilter_test
|
|
userland/examples/pflatency
|
|
userland/examples/pfmap
|
|
userland/examples/pfsend
|
|
userland/examples/pfsystest
|
|
userland/examples/pfwrite
|
|
userland/examples/preflect
|
|
userland/examples_zc/zbalance
|
|
userland/examples_zc/zbalance_DC_ipc
|
|
userland/examples_zc/zbalance_ipc
|
|
userland/examples_zc/zbounce
|
|
userland/examples_zc/zbounce_ipc
|
|
userland/examples_zc/zcount
|
|
userland/examples_zc/zcount_ipc
|
|
userland/examples_zc/zfanout_ipc
|
|
userland/examples_zc/zfifo
|
|
userland/examples_zc/zpipeline
|
|
userland/examples_zc/zpipeline_ipc
|
|
userland/examples_zc/zreplicator
|
|
userland/examples_zc/zsend
|
|
|
|
userland/lib/libpfring.a
|
|
userland/lib/libpfring.so
|
|
|
|
####### exceptions to the rules
|
|
!/Makefile
|
|
!/.pc/
|
|
|
|
userland/c++/Makefile
|
|
userland/examples/Makefile
|
|
userland/examples_zc/Makefile
|
|
userland/examples_zc/zsanitycheck
|
|
userland/lib/Makefile
|
|
userland/lib/nbpf.h
|
|
userland/lib/npcap.h
|
|
userland/lib/pfring_mod_dag.h
|
|
userland/lib/pfring_mod_myricom.h
|
|
userland/lib/pfring_mod_nt.h
|
|
userland/lib/pfring_mod_timeline.h
|
|
|
|
userland/nbpf/Makefile
|
|
userland/nbpf/grammar.tab.c
|
|
userland/nbpf/grammar.tab.h
|
|
userland/nbpf/lex.yy.c
|
|
userland/nbpf/libnbpf.a
|
|
userland/nbpf/nbpftest
|
|
|
|
userland/lib/libs/lib*_dbg.a
|
|
userland/lib/libs/lib*_dbg.so
|
|
|
|
# Use "git clean -ndX" to test
|