/[lwip]/lwip/src/arch/unix/netif/pcapif.c
ViewVC logotype

Diff of /lwip/src/arch/unix/netif/pcapif.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by likewise, Wed Jan 8 10:09:41 2003 UTC revision 1.3 by likewise, Mon Jan 13 13:22:09 2003 UTC
# Line 110  timeout(void *arg) Line 110  timeout(void *arg)
110        bufptr = (u_char *)pcapif->pkt;        bufptr = (u_char *)pcapif->pkt;
111        for(q = p; q != NULL; q = q->next) {        for(q = p; q != NULL; q = q->next) {
112          /* Read enough bytes to fill this pbuf in the chain. The          /* Read enough bytes to fill this pbuf in the chain. The
113             avaliable data in the pbuf is given by the q->len             available data in the pbuf is given by the q->len
114             variable. */             variable. */
115          /* read data into(q->payload, q->len); */          /* read data into(q->payload, q->len); */
116          bcopy(bufptr, q->payload, q->len);          bcopy(bufptr, q->payload, q->len);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26