<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#00ffff>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=ceo@triplebit.com 
  href="mailto:ceo@triplebit.com">ceo@triplebit.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, September 10, 2007 6:13 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] pcap_loop 
  pointers</DIV>
  <DIV><FONT size=2></FONT><BR></DIV>
  <DIV><FONT size=2>I think that my question represents also other 
  users.</FONT></DIV>
  <DIV><FONT size=2><FONT size=3>When using the function "pcap_loop"&nbsp; the 
  system uses the fallowing callback<BR>whenever a packet arrives 
  -<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; typedef void(* pcap_handler)(u_char 
  *user, const struct pcap_pkthdr<BR>*pkt_header, const u_char 
  *pkt_data)<BR><BR><BR>My questions-<BR><BR>1. I saw that the pointers pkt_data 
  and pkt_header differ from packet to<BR>packet.<BR>Does that mean that the 
  data on which they point occupies different area 
  in<BR>memory?<BR></FONT></FONT></DIV></BLOCKQUOTE>
<DIV><FONT size=2>Yes.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV>
  <DIV><FONT size=2><FONT size=3>2. How do I know if the data pointed by them is 
  still valid in a certain<BR>moment?<BR></FONT></FONT></DIV></BLOCKQUOTE>
<DIV><FONT size=2><FONT size=3><FONT size=2>Those pointers are valid *only* in 
the context of the pcap_handler callback. Packets are reused as soon as the 
pcap_handler callback returns.</FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=3><FONT size=2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT size=3><FONT size=2>Have a nice 
day</FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=3><FONT size=2>GV</FONT></FONT></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV><FONT size=2><FONT size=3><FONT size=2></FONT></FONT></FONT>&nbsp;</DIV>
  <DIV><FONT size=2><FONT size=3><BR>Regards<BR><BR>I. 
  Lesher</FONT><BR><BR></DIV></BLOCKQUOTE>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"></FONT>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Winpcap-users 
  mailing 
  list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>