Home
last modified time | relevance | path

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

1234567

/netbsd/src/external/bsd/file/dist/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\040data\040\040\040\040\032 Sniffer capture file
61 # Cinco Networks NetXRay capture files.
[all …]
Dsoftquad21 # GRR: the line below is also true for 5View capture file handled by ./sniffer
23 # skip 5View capture file with "invalid" version AAAAh
Dsun94 # Sun snoop (see RFC 1761, which describes the capture file format,
99 0 string snoop Snoop capture file
/netbsd/src/external/bsd/libpcap/dist/
DINSTALL.md60 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 …]
DREADME.md17 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,
DCHANGES69 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 …]
DCMakeLists.txt481 # 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 …]
Dlibpcap.pc.in14 Description: Platform-independent network traffic capture library
Dconfigure.ac680 # 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 …]
DCONTRIBUTING.md8 To report a non-security problem (failure to compile, failure to capture packets
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenmatch.cc767 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/
Dprocess_test.c1058 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/
Di915_gpu_error.c759 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 …]
Di915_gpu_error.h159 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
Di915_request.c202 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/
Dlstrlib.c376 } 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/
DINSTALL.md39 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/
Dusbdevices.config242 # 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/
Dcov.sh12 lcov --directory . --capture --output-file heimdal-lcov.info
/netbsd/src/games/trek/
Dplay.c63 { "ca", "pture", capture, 0 },
Dcapture.c62 capture(int v __unused) in capture() function
DMakefile5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
/netbsd/src/usr.sbin/bootp/bootpd/
DInstallation26 then you may want to capture syslog messages from BOOTP by changing
/netbsd/src/usr.bin/make/unit-tests/
Dvarmod-subst-regex.mk155 …@echo $@:capture:${:UabcdefghijABCDEFGHIJrest:C,(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.…

1234567