On Thu, 2006-10-05 at 09:23 -0700, Guy Harris wrote:
> Checked in.
oops... I got your message just a few moments after sending my
errata :-(
The attached differential patch fix the compile issue introduced by me.
You can use it instead of revert
'ascii_conversion_and_snaplen_fix.patch' and apply
'ascii_conversion_and_snaplen_fix_v2.patch'.
Sorry for this mess...
Paolo
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Problemi di Liquidità ? Con Logos Finanziaria 30.000 € in 24 ore a dipendenti e
lavoratori autonomi con rimborsi fino a 120 mesi clicca qui
*
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2907&d=5-10
Index: pcap-usb-linux.c
===================================================================
RCS file: /tcpdump/master/libpcap/pcap-usb-linux.c,v
retrieving revision 1.3
diff -r1.3 pcap-usb-linux.c
356c356
< while ((string[0] != 0) && (string[1] != 0) && (pkth.caplen < handle->snaplen))
---
> while ((string[0] != 0) && (string[1] != 0) && (pkth.caplen < handle->snapshot))
370a371
>
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.