pcap-bpf.h.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. pcap-bpf.h
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='Packet32.h.html' title=' Packet32.h '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='pcap.h.html' title=' pcap.h '>NEXT</a>]
  19. </div>
  20. <pre>
  21. /*-
  22. * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
  23. * The Regents of the University of California. All rights reserved.
  24. *
  25. * This code is derived from the Stanford/CMU enet packet filter,
  26. * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  27. * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
  28. * Berkeley Laboratory.
  29. *
  30. * Redistribution and use in source and binary forms, with or without
  31. * modification, are permitted provided that the following conditions
  32. * are met:
  33. * 1. Redistributions of source code must retain the above copyright
  34. * notice, this list of conditions and the following disclaimer.
  35. * 2. Redistributions in binary form must reproduce the above copyright
  36. * notice, this list of conditions and the following disclaimer in the
  37. * documentation and/or other materials provided with the distribution.
  38. * 3. All advertising materials mentioning features or use of this software
  39. * must display the following acknowledgement:
  40. * This product includes software developed by the University of
  41. * California, Berkeley and its contributors.
  42. * 4. Neither the name of the University nor the names of its contributors
  43. * may be used to endorse or promote products derived from this software
  44. * without specific prior written permission.
  45. *
  46. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  47. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  48. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  49. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  50. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  51. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  52. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  53. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  54. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  55. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  56. * SUCH DAMAGE.
  57. *
  58. * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.50 2007/04/01 21:43:55 guy Exp $ (LBL)
  59. */
  60. /*
  61. * For backwards compatibility.
  62. *
  63. * Note to OS vendors: do NOT get rid of this file! Some applications
  64. * might expect to be able to include &lt;pcap-bpf.h&gt;.
  65. */
  66. #include &lt;pcap/bpf.h&gt;
  67. </pre>
  68. <div class='footerlink'>
  69. [<a href='Packet32.h.html' title=' Packet32.h '>PREV</a>]
  70. [<a href='toolkit.html' title=' Index '>HOME</a>]
  71. [<a href='pcap.h.html' title=' pcap.h '>NEXT</a>]
  72. </div>
  73. </body>
  74. </html>