dect
/
libpcap
Archived
13
0
Fork 0

from TANAKA Shin-ya <zstanaka@archer.livedoor.com>:

fix a typo
This commit is contained in:
hannes 2005-04-12 20:47:43 +00:00
parent 4e10a0f84f
commit 0ad2826097
2 changed files with 3 additions and 2 deletions

View File

@ -81,6 +81,7 @@ Additional people who have contributed patches:
Solomon Peachy <pizza@shaftnet.org>
Stefan Hudson <hudson@mbay.net>
Takashi Yamamoto <yamt@mwd.biglobe.ne.jp>
Tanaka Shin-ya <zstanaka@archer.livedoor.com>
Tony Li <tli@procket.com>
Torsten Landschoff <torsten@debian.org>
Uns Lider <unslider@miranda.org>

View File

@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.86 2005-02-26 21:58:05 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.86.2.1 2005-04-12 20:47:43 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -729,7 +729,7 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
#endif
#ifdef PCAP_FDDIPAD
if (v == DLT_FDDI)
p->fddipad = PCAP_FDDIPAD:
p->fddipad = PCAP_FDDIPAD;
else
p->fddipad = 0;
#endif