]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.h
When attaching a "bpf_program" to a "pcap_t" to use as a userland
[libpcap] / gencode.h
index 8feffb06b119d7b228105319eb0fd6898336a82a..96c2bdee4b4d67c900b0f9831d309cba9f40abfb 100644 (file)
--- a/gencode.h
+++ b/gencode.h
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.42 2000-10-22 04:15:56 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.43 2000-10-28 00:01:27 guy Exp $ (LBL)
  */
 
 /* Address qualifiers. */
@@ -186,6 +186,7 @@ void finish_parse(struct block *);
 char *sdup(const char *);
 
 struct bpf_insn *icode_to_fcode(struct block *, int *);
+int install_bpf_program(pcap_t *, struct bpf_program *);
 int pcap_parse(void);
 void lex_init(char *);
 void lex_cleanup(void);