|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
dispatch
method call
which indicates that only as many packets should be returned as will fit in
a single buffer , unless an error occured or breakloop
call
was used to interrupt the dispatcher.
dumpOpen
.
dumpOpen
.
Pcap.dump
but not yet written to the "savefile" will be
written.
Pcap.dumpOpen
and
Pcap.dump
.
openLive
and
lookupNet
.
loop
method call which
indicates that the loop should never exit, unless an error occured or
breakloop
call was used to interrupt the dispatcher.
loop
and dispatch
methods.
setNonBlock
method to set the
previously opened pcap descriptor into 'blocking' mode.
setNonBlock
method to set the
previously opened pcap descriptor into 'non-blocking' mode.
openLive
to specify that the interface should
not be put into promisuous mode, but only if poassible.
openLive
to specify that the interface should
be put into promisuous mode.
nextEx
method which indicates that pcap
reached end of file while reading a 'savefile'.
nextEx
method which indicates failure of some
kind.
nextEx
method which indicates success.
nextEx
method which indicates timeout has
expired before a packet was captured.
WinPcap.open
.
WinPcap.open
.
WinPcap.open
.
WinPcap.open
.
openLive
method, and allocates a peer pcap object that allows WinPcap extensions.
pcap_t
structure in libpcap and winpcap library impelementations.Pcap.openLive(java.lang.String, int, int, int, java.lang.StringBuilder)
methods.
pcap_addr
structure.bpf_program
structure.pcap_dumper
structure.pcap_if_t
structure.pcap_pkthdr
structure.struct sockaddr
structure.pcap_stat
structure providing only
the core statistics.pcap_send_queue.len
field which specifies
the urrent size of the queue, in bytes.
createSrcStr
, which will be used to open a local capture
file.
createSrcStr
, which will be used to open a local network
interface.
createSrcStr
,which will be used to open a remote connection
(could be file, or network interface on remote system).
Pcap.stats
method and allows more
statistics to be returned.
WinPcap.sendQueueTransmit(WinPcapSendQueue, int)
, to tell
kernel to send packets as fast as possible, without synchronizing with
packet timestamps found in headers.
WinPcap.sendQueueTransmit(WinPcapSendQueue, int)
, to tell
kernel to send packets at the rate that is determined by the timestamp with
in the sendqueue.
pcap_t
structure providing WinPcap
specific extensions to libpcap library.pcap_rmtauth
structure.pcap_samp
structure.pcap_send_queue
structure.size
pcap_stat
structure providing all
available extensions part of WinPcap extensions.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |