OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wirelen
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
bpf_filter.c
108
*
wirelen
is the length of the original packet
120
u_int
wirelen
, u_int buflen, const struct bpf_aux_data *aux_data)
189
A =
wirelen
;
193
X =
wirelen
;
399
bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int
wirelen
,
402
return bpf_filter_with_aux_data(pc, p,
wirelen
, buflen, NULL);
/external/scapy/scapy/
utils.py
827
sec,usec,caplen,
wirelen
= struct.unpack(self.endian+"IIII", hdr)
829
return s,(sec,usec,
wirelen
) # caplen = len(s)
884
s,(sec,usec,
wirelen
) = rp
942
returns None or (packet, (linktype, sec, usec,
wirelen
)),
992
intid, tshigh, tslow, caplen,
wirelen
= struct.unpack(
998
tshigh, tslow,
wirelen
))
1006
wirelen
, = struct.unpack(self.endian + "I", block[:4])
1007
caplen = min(
wirelen
, self.interfaces[intid][1])
1010
None, None,
wirelen
))
1014
intid, drops, tshigh, tslow, caplen,
wirelen
= struct.unpack
[
all
...]
Completed in 191 milliseconds