| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | 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\040data\040\040\040\040\032 Sniffer capture file 61 # Cinco Networks NetXRay capture files. [all …]
|
| D | softquad | 21 # GRR: the line below is also true for 5View capture file handled by ./sniffer 23 # skip 5View capture file with "invalid" version AAAAh
|
| D | sun | 94 # Sun snoop (see RFC 1761, which describes the capture file format, 99 0 string snoop Snoop capture file
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | INSTALL.md | 60 configure: warning: cannot determine packet capture interface 65 cannot determine packet capture interface 69 then your system either does not support packet capture or your system 70 does support packet capture but libpcap does not support that 72 packet capture not supported by libpcap, please send us patches; don't 76 It is possible to override the default packet capture type with the 79 possible reason to do that would be to force a supported packet capture 144 network pseudo device entry in order to capture packets. The PPA is 152 It is impossible to capture outbound packets on HP-UX 9. To do so on 182 If you are trying to do packet capture with a FORE ATM card, you may or [all …]
|
| D | README.md | 17 interface for user-level packet capture. libpcap provides a portable 21 for packet capture, and since we've developed several tools that 24 system-dependent packet capture modules in each application. 34 with the OS's interface for packet capture on those platforms, such as 46 Although most packet capture interfaces support in-kernel filtering,
|
| D | CHANGES | 69 Detect DLTs and loopback capture support at run time. 76 Add a new error PCAP_ERROR_CAPTURE_NOTSUP, for use if a capture 78 attempts to capture on Windows Services for Linux 1, in which 113 Fail with suggestions, rather than failing over to no capture 114 support, if no capture mechanism was found. Fixes issue #1016. 246 Fix memory leak in capture device open (pull request #1038). 268 BPF capture (*BSD, macOS, AIX, Solaris 11): 291 Suppress temporarily the warnings with "enable remote packet capture". 346 Have CMake warn if no capture mechanism can be found. 392 Move README.capture-module to the web site. [all …]
|
| D | CMakeLists.txt | 481 # Start out with the capture mechanism type unspecified; the user 485 set(PCAP_TYPE "" CACHE STRING "Packet capture type") 488 # Default to having remote capture support on Windows and, for now, to 492 option(ENABLE_REMOTE "Enable remote capture" ON) 494 option(ENABLE_REMOTE "Enable remote capture" OFF) 502 # Additional capture modules. 770 # Local packet capture with capture mechanisms that use sockets. 772 # Local capture device enumeration if a socket call is needed to 775 # Packet capture from services that put captured packets on the 778 # We may also need getnameinfo() for packet capture from services [all …]
|
| D | libpcap.pc.in | 14 Description: Platform-independent network traffic capture library
|
| D | configure.ac | 680 # valgrindtest directly uses the native capture mechanism, but 687 AS_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE])) 693 # capture mechanisms. 699 # I.e., is it a header for an LBL/BSD-style capture 815 # We don't have any capture type we know about. 818 # capture but that can read capture files. That way, 819 # nobody gets surprised by getting a no-capture 822 AC_MSG_ERROR([No supported packet capture interface was found. 823 See the INSTALL.md file for information on packet capture support in 825 If you want a libpcap that cannot capture packets but that can read [all …]
|
| D | CONTRIBUTING.md | 8 To report a non-security problem (failure to compile, failure to capture packets
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | fix-deprecation | 66 my $capture = $2; 70 my $test = $capture.$'; 73 print STDERR "DEBUG: captured:\n$capture" 82 $before .= $capture;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genmatch.cc | 767 class capture : public operand class 770 capture (location_t loc, unsigned where_, operand *what_, bool value_) in capture() function in capture 812 is_a_helper <capture *>::test (operand *op) in test() 899 if (capture *c = dyn_cast<capture *> (o)) in print_operand() 974 if (capture *c = dyn_cast <capture *> (op)) in commutate() 984 capture *nc = new capture (c->location, c->where, v[i], in commutate() 1103 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() 1106 return new capture (c->location, c->where, in lower_opt() 1141 if (capture *c = dyn_cast<capture *> (o)) in has_opt() 1221 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() [all …]
|
| /netbsd/src/external/bsd/atf/dist/atf-c/detail/ |
| D | process_test.c | 1058 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE); 1059 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT); 1060 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT); 1061 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT); 1062 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD); 1063 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH); 1064 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE); 1070 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE); 1076 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE); 1082 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, capture, CAPTURE); [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_gpu_error.c | 759 error->capture, jiffies_to_msecs(jiffies - error->capture)); in __err_print_to_sgl() 1258 bool capture; in record_context() local 1280 capture = i915_gem_context_no_error_capture(ctx); in record_context() 1283 return capture; in record_context() 1320 capture_user(struct intel_engine_capture_vma *capture, in capture_user() argument 1327 capture = capture_vma(capture, c->vma, "user", gfp); in capture_user() 1329 return capture; in capture_user() 1408 struct intel_engine_capture_vma *capture, in intel_engine_coredump_add_vma() argument 1413 while (capture) { in intel_engine_coredump_add_vma() 1414 struct intel_engine_capture_vma *this = capture; in intel_engine_coredump_add_vma() [all …]
|
| D | i915_gpu_error.h | 159 unsigned long capture; member 234 struct intel_engine_capture_vma *capture, 301 struct intel_engine_capture_vma *capture, in intel_engine_coredump_add_vma() argument
|
| D | i915_request.c | 202 struct i915_capture_list *capture; in free_capture_list() local 204 capture = fetch_and_zero(&request->capture_list); in free_capture_list() 205 while (capture) { in free_capture_list() 206 struct i915_capture_list *next = capture->next; in free_capture_list() 208 kfree(capture); in free_capture_list() 209 capture = next; in free_capture_list()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lstrlib.c | 376 } capture[LUA_MAXCAPTURES]; member 397 ms->capture[l].len == CAP_UNFINISHED)) in check_capture() 406 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close() 547 ms->capture[level].init = s; in start_capture() 548 ms->capture[level].len = what; in start_capture() 560 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 562 ms->capture[l].len = CAP_UNFINISHED; /* undo capture */ in end_capture() 570 len = ms->capture[l].len; in match_capture() 572 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 719 ptrdiff_t capl = ms->capture[i].len; in get_onecapture() [all …]
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | INSTALL.md | 39 read saved captures. Whether a user will be able to capture traffic 43 capture traffic. If a user can capture traffic, he or she could use 44 utilities such as tcpdump to capture any traffic on your net, including
|
| /netbsd/src/sys/dev/usb/ |
| D | usbdevices.config | 242 # USB Video capture devices 244 uvideo* at uhub? # USB Video Class capture devices 245 auvitek* at uhub? # Auvitek AU0828 video capture devices 246 emdtv* at uhub? # Empia EM28xx video capture devices
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tools/ |
| D | cov.sh | 12 lcov --directory . --capture --output-file heimdal-lcov.info
|
| /netbsd/src/games/trek/ |
| D | play.c | 63 { "ca", "pture", capture, 0 },
|
| D | capture.c | 62 capture(int v __unused) in capture() function
|
| D | Makefile | 5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
|
| /netbsd/src/usr.sbin/bootp/bootpd/ |
| D | Installation | 26 then you may want to capture syslog messages from BOOTP by changing
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | varmod-subst-regex.mk | 155 …@echo $@:capture:${:UabcdefghijABCDEFGHIJrest:C,(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.…
|