Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-9-stable/contrib/file/magic/Magdir/
Dsniffer4 # sniffer: file(1) magic for packet capture files
10 # Microsoft Network Monitor 1.x capture files.
12 0 string RTSS NetMon capture file
23 # Microsoft Network Monitor 2.x capture files.
25 0 string GMBU NetMon capture file
41 # Network General Sniffer capture files.
42 # Sorry, make that "Network Associates Sniffer capture files."
43 # Sorry, make that "Network General old DOS Sniffer capture files."
45 0 string TRSNIFF\ data\ \ \ \ \032 Sniffer capture file
61 # Cinco Networks NetXRay capture files.
[all …]
Dsun94 # Sun snoop (see RFC 1761, which describes the capture file format,
99 0 string snoop Snoop capture file
Dxilinx19 # Next is a Pascal-style string with the NCD name. We want to capture that.
/freebsd-9-stable/tools/tools/ether_reflect/
Dether_reflect.c72 pcap_t *capture; in main() local
111 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout, in main()
120 if (pcap_compile(capture, &program, in_string, 1, netmask) < 0) in main()
123 if (pcap_setfilter(capture, &program) < 0) in main()
126 if (pcap_setdirection(capture, PCAP_D_IN) < 0) in main()
130 error = pcap_next_ex(capture, &header, in main()
160 if (pcap_inject(capture, packet, header->len) < 0) in main()
162 pcap_perror(capture, "pcap_inject"); in main()
/freebsd-9-stable/contrib/libpcap/
DINSTALL.txt13 configure: warning: cannot determine packet capture interface
16 then your system either does not support packet capture or your system
17 does support packet capture but libpcap does not support that
19 packet capture not supported by libpcap, please send us patches; don't
23 It is possible to override the default packet capture type, although
29 Another example is to force a supported packet capture type in the case
101 If you are trying to do packet capture with a FORE ATM card, you may or
103 code so unless their driver supports packet capture, there's not much
113 Under {DEC OSF/1, Digital UNIX, Tru64 UNIX}, packet capture must be
119 Look for the "How do I configure the Berkeley Packet Filter and capture
[all …]
DREADME27 interface for user-level packet capture. libpcap provides a portable
31 for packet capture, and since we've developed several tools that
34 system-dependent packet capture modules in each application.
37 with the OS's interface for packet capture on those platforms, such as
61 Although most packet capture interfaces support in-kernel filtering,
DCHANGES47 Improve 'inbound'/'outbound' capture filters under Linux.
134 Add SocketCAN capture support
164 For BPF, raise the default capture buffer size to from 32k to 512k
194 Fix memory-mapped Linux capture to support pcap_next() and
196 Fixes for Linux USB capture
213 Support for memory-mapped capture on Linux
223 On Linux, ignore ENETDOWN so we can continue to capture packets if the
319 IrDA capture (Linux only)
384 values, to make it easier to exchange capture files between
387 Non-standard capture files produced by some Linux tcpdumps, e.g.
[all …]
Dconfigure.in273 # SITA support is mutually exclusive with native capture support;
299 AC_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE]))
300 AC_MSG_CHECKING(packet capture type)
344 # Do capture-mechanism-dependent tests.
551 AC_MSG_WARN(cannot determine packet capture interface)
564 # We can't capture, so we can't open any capture
597 # The first thing we use is the type of capture mechanism,
746 AC_MSG_ERROR([DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types])
826 # User requested "dag" capture type but the DAG API wasn't
828 …AC_MSG_ERROR([Specifying the capture type as "dag" requires the DAG API to be present; use the --w…
[all …]
/freebsd-9-stable/contrib/libpcap/packaging/
Dpcap.spec.in4 Summary: A system-independent interface for user-level packet capture
20 vendor provides a different interface for packet capture, the libpcap
22 alleviate the need for several system-dependent packet capture modules
36 vendor provides a different interface for packet capture, the libpcap
38 alleviate the need for several system-dependent packet capture modules
/freebsd-9-stable/tools/test/ppsapi/
DREADME7 -a capture assert flank
8 -c capture clear flank
9 (if neither -a -c: capture all available flanks)
/freebsd-9-stable/etc/
Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp194 const BlockDecl::Capture *capture, in BlockLayoutChunk()
197 Capture(capture), Type(type) {} in BlockLayoutChunk()
592 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() local
593 if (capture.isConstant()) continue; in enterBlockScope()
612 capture.getIndex()); in enterBlockScope()
627 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope()
747 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local
750 if (capture.isConstant()) continue; in EmitBlockLiteral()
758 Builder.CreateStructGEP(blockAddr, capture.getIndex(), in EmitBlockLiteral()
866 EHScopeStack::stable_iterator cleanup = capture.getCleanup(); in EmitBlockLiteral()
[all …]
DCGDebugInfo.cpp2993 const BlockDecl::Capture &capture = *i; in EmitDeclareOfBlockLiteralArgVariable() local
2994 const VarDecl *variable = capture.getVariable(); in EmitDeclareOfBlockLiteralArgVariable()
3004 chunk.Capture = &capture; in EmitDeclareOfBlockLiteralArgVariable()
3014 const BlockDecl::Capture *capture = i->Capture; in EmitDeclareOfBlockLiteralArgVariable() local
3017 if (!capture) { in EmitDeclareOfBlockLiteralArgVariable()
3027 const VarDecl *variable = capture->getVariable(); in EmitDeclareOfBlockLiteralArgVariable()
3031 if (capture->isByRef()) { in EmitDeclareOfBlockLiteralArgVariable()
/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-helper-jtag.c216 jtgd.s.capture = 1; in cvmx_helper_qlm_jtag_capture()
223 } while (jtgd.s.capture); in cvmx_helper_qlm_jtag_capture()
Dcvmx-sriomaintx-defs.h2186 uint32_t capture : 32; /**< Bytes 4 thru 7 of the packet header. */ member
2188 uint32_t capture : 32;
2216 uint32_t capture : 32; /**< Bytes 8 thru 11 of the packet header. */ member
2218 uint32_t capture : 32;
2246 uint32_t capture : 32; /**< Bytes 12 thru 15 of the packet header. */ member
2248 uint32_t capture : 32;
2277 uint32_t capture : 32; /**< Control Character and Control Symbol or Bytes 0 to member
2288 uint32_t capture : 32;
Dcvmx-ciu-defs.h5178 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member
5198 uint64_t capture : 1;
5204 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member
5224 uint64_t capture : 1;
5232 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member
5247 uint64_t capture : 1;
5253 uint64_t capture : 1; /**< Perform JTAG capture operation (self-clearing when member
5273 uint64_t capture : 1;
/freebsd-9-stable/contrib/tcpdump/
DINSTALL.txt24 read saved captures. Whether a user will be able to capture traffic
27 capture traffic. If a user can capture traffic, he or she could use
28 utilities such as tcpdump to capture any traffic on your net, including
210 print-sll.c - Linux "cooked" capture printer routines
215 print-sunatm.c - SunATM DLPI capture printer routines
240 sll.h - Linux "cooked" capture definitions
/freebsd-9-stable/sys/dev/bktr/
DCHANGELOG.TXT123 doing CAP_SINGLEs, and in dual-field capture, don't
124 capture fields for different frames
162 prior to starting video capture
164 affect rgb capture. Basically, fxtv after
166 would cause the video capture to be too bright.
168 capture. fixed meteor brightness ioctl it now
298 Added initial code for VBI capture based on work by
327 Added rgb_vbi_prog() to capture VBI data and video at the
328 same time. To capture VBI data, /dev/vbi must be opened
329 before starting video capture.
/freebsd-9-stable/tools/regression/bin/sh/execution/
Dkilled2.04 # Some trickery is needed to capture the message as redirecting stderr of
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp229 OpaqueValueExpr *capture(Expr *op);
338 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { in capture() function in PseudoOpBuilder
362 OpaqueValueExpr *cap = capture(e); in captureValueAsResult()
405 OpaqueValueExpr *capturedRHS = capture(RHS); in buildAssignmentOperation()
465 result = capture(result.take()); in buildIncDecOperation()
648 InstanceReceiver = capture(RefExpr->getBase()); in rebuildAndCaptureObject()
968 InstanceBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()
969 InstanceKey = capture(RefExpr->getKeyExpr()); in rebuildAndCaptureObject()
1388 Expr *NewBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()
/freebsd-9-stable/libexec/bootpd/
DInstallation26 then you may want to capture syslog messages from BOOTP by changing
/freebsd-9-stable/usr.sbin/crashinfo/
Dcrashinfo.sh335 ddb capture -M $VMCORE -N $KERNEL print
/freebsd-9-stable/sys/ddb/
Ddb_capture.c83 static SYSCTL_NODE(_debug_ddb, OID_AUTO, capture, CTLFLAG_RW, 0,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp838 const BlockDecl::Capture &capture = *i; in VisitBlockDecl() local
839 Writer.AddDeclRef(capture.getVariable(), Record); in VisitBlockDecl()
842 if (capture.isByRef()) flags |= 1; in VisitBlockDecl()
843 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
844 if (capture.hasCopyExpr()) flags |= 4; in VisitBlockDecl()
847 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r261991-llvm-r195391-fix-dwarf2.diff470 Index: test/DebugInfo/X86/block-capture.ll
472 --- test/DebugInfo/X86/block-capture.ll
473 +++ test/DebugInfo/X86/block-capture.ll

123