<!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.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<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=chikabanga2005@yahoo.com href="mailto:chikabanga2005@yahoo.com">joe 
  kibz</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, May 15, 2006 12:57 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] Re: 
  [error]'pcap_dump' : cannot convert parameter1 from 'struct pcap_dumper *' to 
  'unsigned char *'</DIV>
  <DIV><FONT size=2></FONT><BR></DIV>
  <DIV>It worked , i was wondering though won't a typecast from struct to char* 
  result in MASSIVE data loss ?<BR><BR><FONT size=2></FONT></DIV></BLOCKQUOTE>
<DIV><FONT size=2>You are not typecasting from a struct to a char*, but from 
struct* to a char* (so pointer to pointer). As a consequence, no data loss is 
involved.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Have a nice day</FONT></DIV>
<DIV><FONT size=2>GV</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>&nbsp;</DIV><FONT size=2></FONT></BLOCKQUOTE>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV><BR>joe<BR><BR><B><I>Guy Harris &lt;<A 
  href="mailto:guy@alum.mit.edu">guy@alum.mit.edu</A>&gt;</I></B> wrote:</DIV>
  <BLOCKQUOTE class=replbq 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">joe 
    kibz wrote:<BR><BR>&gt; the one error<BR>&gt; cannot convert parameter 1 
    from 'struct pcap_dumper *' to <BR>&gt; 'unsigned char *'<BR><BR>What 
    happens if you explicitly cast the argument to "unsigned char 
    *"?<BR><BR>pcap_dump((unsigned char *)dumpfile, header, 
    pkt_data);<BR>_______________________________________________<BR>Winpcap-users 
    mailing 
    list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE><BR>
  <P>
  <HR SIZE=1>
  <A 
  href="http://us.rd.yahoo.com/mail_us/taglines/postman3/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com">Yahoo! 
  Messenger with Voice.</A> PC-to-Phone calls for ridiculously low rates.
  <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>