/opensource.apple.com/source/libpcap/libpcap-20.2/libpcap/pcap-septel.h

# · C++ Header · 40 lines · 28 code · 2 blank · 10 comment · 0 complexity · 3f7fd9c766683f24f7097a7f87fc4424 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>pcap-septel.h</title>
  6. <style type="text/css">
  7. .enscript-comment { font-style: italic; color: rgb(178,34,34); }
  8. .enscript-function-name { font-weight: bold; color: rgb(0,0,255); }
  9. .enscript-variable-name { font-weight: bold; color: rgb(184,134,11); }
  10. .enscript-keyword { font-weight: bold; color: rgb(160,32,240); }
  11. .enscript-reference { font-weight: bold; color: rgb(95,158,160); }
  12. .enscript-string { font-weight: bold; color: rgb(188,143,143); }
  13. .enscript-builtin { font-weight: bold; color: rgb(218,112,214); }
  14. .enscript-type { font-weight: bold; color: rgb(34,139,34); }
  15. .enscript-highlight { text-decoration: underline; color: 0; }
  16. </style>
  17. </head>
  18. <body id="top">
  19. <h1 style="margin:8px;" id="f1">pcap-septel.h&nbsp;&nbsp;&nbsp;<span style="font-weight: normal; font-size: 0.5em;">[<a href="?txt">plain text</a>]</span></h1>
  20. <hr/>
  21. <div></div>
  22. <pre>
  23. <span class="enscript-comment">/*
  24. * pcap-septel.c: Packet capture interface for Intel Septel card
  25. *
  26. * The functionality of this code attempts to mimic that of pcap-linux as much
  27. * as possible. This code is only needed when compiling in the Intel/Septel
  28. * card code at the same time as another type of device.
  29. *
  30. * Authors: Gilbert HOYEK (<a href="mailto:gil_hoyek@hotmail.com">gil_hoyek@hotmail.com</a>), Elias M. KHOURY
  31. * (+961 3 485343);
  32. *
  33. * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.1.4.1 2008-04-04 19:39:06 guy Exp $
  34. */</span>
  35. pcap_t *<span class="enscript-function-name">septel_create</span>(<span class="enscript-type">const</span> <span class="enscript-type">char</span> *device, <span class="enscript-type">char</span> *ebuf);
  36. </pre>
  37. <hr />
  38. </body></html>