aboutsummaryrefslogtreecommitdiff
path: root/pcap-rpcap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-31 12:35:50 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-31 12:35:50 -0700
commit49e9f57437072a7886922f44c5d92938ac0ad033 (patch)
treeb550666498c243948e656b966c89b1af0684111f /pcap-rpcap-int.h
parent6ef6e8ec755f3fdae34fb80e49a0860c412025c3 (diff)
Redo the message processing in the client, add protocol version negotiation.
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.
Diffstat (limited to 'pcap-rpcap-int.h')
-rw-r--r--pcap-rpcap-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcap-rpcap-int.h b/pcap-rpcap-int.h
index 17b60931..e707a85f 100644
--- a/pcap-rpcap-int.h
+++ b/pcap-rpcap-int.h
@@ -70,7 +70,6 @@
* *
*********************************************************/
void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
-int rpcap_checkmsg(char *errbuf, SOCKET sock, struct rpcap_header *header, uint8 first, ...);
int rpcap_senderror(SOCKET sock, char *error, unsigned short errcode, char *errbuf);
#endif