dect
/
libpcap
Archived
13
0
Fork 0

From Sagun Shakya: update a comment.

This commit is contained in:
guy 2008-01-30 09:41:52 +00:00
parent 04b952b6d5
commit d46f258195
1 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.117 2007-12-05 23:37:26 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.118 2008-01-30 09:41:52 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -865,8 +865,8 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
** less than snaplen size it strips data from the beginning not
** the end.
**
** This bug is supposed to be fixed in 5.3.2. Also, there is a
** patch available. Ask for bugid 1149065.
** This bug is fixed in 5.3.2. Also, there is a patch available.
** Ask for bugid 1149065.
*/
ss = snaplen;
#ifdef HAVE_SOLARIS