Skip to content

Commit

Permalink
* kame/libpcap/scanner.l: make IPv6 parsing more strict.
Browse files Browse the repository at this point in the history
  this makes arp[0:1] to work again ("0:1" was mistakingly
  considered as IPv6 address).  Uses very ugly regex...
  • Loading branch information
itojun committed Nov 9, 1999
1 parent 0a5c478 commit 63619b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG
@@ -1,8 +1,13 @@
CHANGELOG for KAME kit

$Id: CHANGELOG,v 1.263 1999/11/07 15:44:41 itojun Exp $
$Id: CHANGELOG,v 1.264 1999/11/09 12:17:41 itojun Exp $

<199911>
Tue Nov 9 07:14:23 EST 1999 itojun@iijlab.net
* kame/libpcap/scanner.l: make IPv6 parsing more strict.
this makes arp[0:1] to work again ("0:1" was mistakingly
considered as IPv6 address). Uses very ugly regex...

Sun Nov 7 10:40:55 EST 1999 itojun@iijlab.net
* netbsd/sys/netinet/tcp_input.c: implement tcp_pullup(),
which ensures mbuf alignment match with what tcp_input() assumes.
Expand Down

0 comments on commit 63619b8

Please sign in to comment.