| /NextBSD/contrib/file/magic/Magdir/ |
| HD | sniffer | 4 # 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 …]
|
| HD | sun | 94 # Sun snoop (see RFC 1761, which describes the capture file format, 99 0 string snoop Snoop capture file
|
| HD | xilinx | 19 # Next is a Pascal-style string with the NCD name. We want to capture that.
|
| /NextBSD/tools/tools/ether_reflect/ |
| HD | ether_reflect.c | 72 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()
|
| /NextBSD/contrib/libpcap/ |
| HD | INSTALL.txt | 11 configure: warning: cannot determine packet capture interface 14 then your system either does not support packet capture or your system 15 does support packet capture but libpcap does not support that 17 packet capture not supported by libpcap, please send us patches; don't 21 It is possible to override the default packet capture type, although 27 Another example is to force a supported packet capture type in the case 94 If you are trying to do packet capture with a FORE ATM card, you may or 96 code so unless their driver supports packet capture, there's not much 106 Under {DEC OSF/1, Digital UNIX, Tru64 UNIX}, packet capture must be 112 Look for the "How do I configure the Berkeley Packet Filter and capture [all …]
|
| HD | README | 22 interface for user-level packet capture. libpcap provides a portable 26 for packet capture, and since we've developed several tools that 29 system-dependent packet capture modules in each application. 32 with the OS's interface for packet capture on those platforms, such as 56 Although most packet capture interfaces support in-kernel filtering,
|
| HD | CHANGES | 6 capture. 20 on platforms where you can not capture on down interfaces, do not list them 21 but: do list interfaces which are down, if you can capture on them! 55 capturing and reading capture files 105 Improve 'inbound'/'outbound' capture filters under Linux. 192 Add SocketCAN capture support 222 For BPF, raise the default capture buffer size to from 32k to 512k 252 Fix memory-mapped Linux capture to support pcap_next() and 254 Fixes for Linux USB capture 271 Support for memory-mapped capture on Linux [all …]
|
| HD | configure.in | 275 # SITA support is mutually exclusive with native capture support; 301 AC_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE])) 302 AC_MSG_CHECKING(packet capture type) 346 # Do capture-mechanism-dependent tests. 565 AC_MSG_WARN(cannot determine packet capture interface) 578 # We can't capture, so we can't open any capture 611 # The first thing we use is the type of capture mechanism, 755 AC_MSG_ERROR([DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types]) 835 # User requested "dag" capture type but the DAG API wasn't 837 …AC_MSG_ERROR([Specifying the capture type as "dag" requires the DAG API to be present; use the --w… [all …]
|
| /NextBSD/contrib/libpcap/packaging/ |
| HD | pcap.spec.in | 4 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
|
| /NextBSD/tools/test/ppsapi/ |
| HD | README | 7 -a capture assert flank 8 -c capture clear flank 9 (if neither -a -c: capture all available flanks)
|
| /NextBSD/etc/ |
| HD | ddb.conf | 12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture…
|
| /NextBSD/contrib/atf/atf-c/detail/ |
| HD | process_test.c | 1054 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE); 1055 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT); 1056 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT); 1057 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT); 1058 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD); 1059 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH); 1060 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE); 1066 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE); 1072 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE); 1078 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, capture, CAPTURE); [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.cpp | 200 const BlockDecl::Capture *capture, in BlockLayoutChunk() 203 Capture(capture), Type(type) {} in BlockLayoutChunk() 605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() local 606 if (capture.isConstant()) continue; in enterBlockScope() 625 blockInfo.StructureType, blockInfo.Address, capture.getIndex()); in enterBlockScope() 640 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope() 762 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local 765 if (capture.isConstant()) continue; in EmitBlockLiteral() 773 blockTy, blockAddr, capture.getIndex(), "block.captured"); in EmitBlockLiteral() 885 EHScopeStack::stable_iterator cleanup = capture.getCleanup(); in EmitBlockLiteral() [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-helper-jtag.c | 222 jtgd.s.capture = 1; in cvmx_helper_qlm_jtag_capture() 229 } while (jtgd.s.capture); in cvmx_helper_qlm_jtag_capture()
|
| HD | cvmx-sriomaintx-defs.h | 2226 uint32_t capture : 32; /**< Bytes 4 thru 7 of the packet header. */ member 2228 uint32_t capture : 32; 2255 uint32_t capture : 32; /**< Bytes 8 thru 11 of the packet header. */ member 2257 uint32_t capture : 32; 2284 uint32_t capture : 32; /**< Bytes 12 thru 15 of the packet header. */ member 2286 uint32_t capture : 32; 2314 uint32_t capture : 32; /**< Control Character and Control Symbol or Bytes 0 to member 2325 uint32_t capture : 32;
|
| /NextBSD/contrib/tcpdump/ |
| HD | INSTALL.txt | 20 read saved captures. Whether a user will be able to capture traffic 23 capture traffic. If a user can capture traffic, he or she could use 24 utilities such as tcpdump to capture any traffic on your net, including 178 print-sll.c - Linux "cooked" capture printer routines 183 print-sunatm.c - SunATM DLPI capture printer routines
|
| /NextBSD/sys/dev/bktr/ |
| HD | CHANGELOG.TXT | 123 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.
|
| /NextBSD/bin/sh/tests/execution/ |
| HD | killed2.0 | 4 # Some trickery is needed to capture the message as redirecting stderr of
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaPseudoObject.cpp | 230 OpaqueValueExpr *capture(Expr *op); 344 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { in capture() function in PseudoOpBuilder 368 OpaqueValueExpr *cap = capture(e); in captureValueAsResult() 415 OpaqueValueExpr *capturedRHS = capture(RHS); in buildAssignmentOperation() 475 result = capture(result.get()); in buildIncDecOperation() 668 InstanceReceiver = capture(RefExpr->getBase()); in rebuildAndCaptureObject() 997 InstanceBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject() 998 InstanceKey = capture(RefExpr->getKeyExpr()); in rebuildAndCaptureObject() 1406 Expr *NewBase = capture(RefExpr->getBaseExpr()); in rebuildAndCaptureObject()
|
| /NextBSD/libexec/bootpd/ |
| HD | Installation | 26 then you may want to capture syslog messages from BOOTP by changing
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | OpenMPKinds.def | 129 OPENMP_CLAUSE(capture, OMPCaptureClause) 268 OPENMP_ATOMIC_CLAUSE(capture)
|
| /NextBSD/usr.sbin/crashinfo/ |
| HD | crashinfo.sh | 304 ddb capture -M $VMCORE -N $KERNEL print
|
| /NextBSD/sys/ddb/ |
| HD | db_capture.c | 83 static SYSCTL_NODE(_debug_ddb, OID_AUTO, capture, CTLFLAG_RW, 0,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriterDecl.cpp | 958 for (const auto &capture : D->captures()) { in VisitBlockDecl() local 959 Writer.AddDeclRef(capture.getVariable(), Record); in VisitBlockDecl() 962 if (capture.isByRef()) flags |= 1; in VisitBlockDecl() 963 if (capture.isNested()) flags |= 2; in VisitBlockDecl() 964 if (capture.hasCopyExpr()) flags |= 4; in VisitBlockDecl() 967 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
|
| /NextBSD/sys/arm/conf/ |
| HD | BEAGLEBONE | 75 #define am335x_dmtpps # Pulse Per Second capture driver
|