| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Instead of defining intN and uintN types for use in the rpcap protocol -
except on Haiku - just use the C99 intN_t and uintN_t types, as we now
require them to be available.
|
|
|
|
|
|
| |
Currently, we only have one protocol version, but the code should be
able to handle multiple versions in the future - and to be able to work
with older code that doesn't do negotiation.
|
|
|
|
| |
It's now used only in pcap-rpcap.c.
|
|
|
|
|
|
| |
It's not a general API, it's a hack for doing active mode with RPCAP.
Make the variables it uses static, as they're not used anywhere else.
|
|
|
|
|
|
| |
Absorb pcap_opensource_remote() into pcap_open_rpcap().
Make pcap_startcapture_remote() static.
|
|
|
|
|
| |
Move rpcap_remoteact_getsock() before its caller as part of that
process.
|
| |
|
|
This is preparing for more general support for different types of remote
capture, using pcap_create() and pcap_activate().
|