itojun
76a556b14c
tested on freebsd228
2000-01-30 17:30:17 +00:00
fenner
2efcee4a2e
Rearrange to keep values sorted.
2000-01-29 21:56:38 +00:00
fenner
8904206a73
Alphabetize getopt flag list.
2000-01-29 21:00:59 +00:00
fenner
29b8d95a8d
Fix type for 802.1q
2000-01-29 20:58:41 +00:00
itojun
29b5e3e38e
add descr for v6 items
2000-01-29 17:01:36 +00:00
itojun
c87b499eac
fix ascii dump with -X. due to mistake in snprintf() fixes.
...
(no need to pull into 3.5)
2000-01-29 16:47:46 +00:00
itojun
8cf2e80eed
caveat: tcp[0] does not match IPv6 packets.
2000-01-29 16:39:27 +00:00
fenner
2eddbbb58b
Update the README a little.
2000-01-28 00:10:22 +00:00
fenner
edb0d2fe08
Fix confusing indentation.
...
Get rid of T2CHECK() in favor of TCHECK() or TCHECK2().
Use TCHECK() etc. instead of comparing vs. snapend.
Replace strerr() with pcap_strerror(), and don't use errno as a local variable.
Use tok2str() for nfsv3_writemodes to avoid array overrun by corrupt packets.
2000-01-28 00:04:19 +00:00
fenner
bebb37c538
Add missing comma causing incorrect naming of lcpconfopts.
...
Use EXTRACT_32BITS instead of ntohl to handle alignment concerns.
2000-01-27 23:56:05 +00:00
fenner
f5ef0708ad
Move AFS info into man page
...
Submitted by: Ken Hornstein <kenh@cmf.nrl.navy.mil>
2000-01-27 23:53:49 +00:00
itojun
89901793d7
regen
2000-01-25 17:58:32 +00:00
itojun
d52a795611
check for getipnodeby*.
...
comment out zlib items (not currently in use).
2000-01-25 17:57:59 +00:00
itojun
3f49d6297c
fix bgp COMMUNITIES attribute dump.
2000-01-25 09:23:10 +00:00
itojun
8fbd902957
regen
2000-01-25 05:05:42 +00:00
itojun
6ac768d611
don't insist on getting getaddrinfo(). it will be pulled in
...
only when --enable-ipv6 (or automatic --enable-ipv6).
CAVEAT: if you compile libpcap with --enable-ipv6, and tcpdump with
--disable-ipv6, you will be in trouble.
2000-01-25 05:05:21 +00:00
fenner
1d495b63f1
Update to match reality
2000-01-25 01:08:08 +00:00
fenner
9fc0b5391f
Don't try to print packets with a too-short hlen.
...
Pointed out on BUGTRAQ on 16 Jun 1999 (reported as infinite loop on
Linux and core dump on all other OS's)
2000-01-25 01:03:23 +00:00
fenner
318a186d47
Update the list of files, and remove the text about not sending in an
...
ASCII dumper. The list of files needs more descriptions, and the
text in general probably needs another once-over.
2000-01-25 00:47:09 +00:00
mcr
0d54d6f361
todo list
2000-01-24 23:57:14 +00:00
itojun
06e6cc1165
regen
2000-01-21 04:06:39 +00:00
itojun
b9947fc471
split checks for struct addrinfo and NI_xxx.
...
From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
2000-01-21 04:06:17 +00:00
fenner
830c8821bd
Regenerate.
2000-01-20 06:51:21 +00:00
fenner
6520f4e40f
Don't check for T_AAAA in configure; print-domain.c already
...
does #ifndef #define.
2000-01-20 06:50:56 +00:00
itojun
01eb811977
note today's changes i've made (as far as I can remember)
2000-01-19 13:39:22 +00:00
itojun
ff41e77df4
add ETHERTYPE_IPV6. we have been using this in kame repository so it should
...
be safe.
2000-01-19 13:36:25 +00:00
itojun
bba59541c1
regen
2000-01-19 05:34:41 +00:00
itojun
63ac2af9fd
need strl{cat,cpy} badly for buffer overflow
2000-01-19 05:34:17 +00:00
itojun
22bb863df7
avoid strcpy. why bother...
2000-01-19 05:24:16 +00:00
itojun
2edb263ee1
no need to use strcat at all
2000-01-19 05:17:13 +00:00
itojun
5ad0c5d0f5
remove unnecessary header files.
2000-01-19 04:58:09 +00:00
mcr
2259dfacd5
added CREDITS file
...
bump version to 3.5
2000-01-19 04:58:00 +00:00
itojun
d8b8acfc78
fix pim printing. type/version field is 4bit+4bit in 8bit.
...
- using u_int for this bitfield would make them occupy 32bits.
- use of char as bitfield type is illegal either
so I've avoided use of bitfield (use mask and shift).
2000-01-19 04:57:12 +00:00
itojun
3dd6634fe3
regen
2000-01-19 04:51:23 +00:00
itojun
993725f9c9
don't require netinet6/ipcomp.h. define it on our own.
2000-01-19 04:51:10 +00:00
itojun
e94f0061ee
correct path to netinet/ip6.h (follow RFC2292)
2000-01-19 04:45:59 +00:00
itojun
cfb42c55e9
regen
2000-01-19 04:42:34 +00:00
itojun
250306eca9
bring in latest kame getaddrinfo (couple of bug fixes).
...
more portability checks for getaddrinfo.
checked on: netbsd141, kame/netbsd141
2000-01-19 04:42:20 +00:00
itojun
7bdb91c7d9
regen
2000-01-19 04:36:08 +00:00
itojun
718594084b
getaddrinfo buggy check was loosened too much by the last commit.
2000-01-19 04:34:55 +00:00
itojun
b6e39fe9f2
regen
2000-01-18 05:27:57 +00:00
itojun
767a8851f3
weaken buggy getaddrinfo check.
2000-01-18 05:25:06 +00:00
fenner
0664632bf5
Regenerate
2000-01-18 03:47:39 +00:00
fenner
5c9d36fd12
Move all Makefile munging (including "make depend") to config.status .
...
Now it's not possible to overwrite the .devel Makefile changes by rerunning
config.status (e.g. if Makefile.in changes)
2000-01-18 03:46:49 +00:00
fenner
54c3c30c84
Run mkdep from ${srcdir}.
2000-01-17 20:49:39 +00:00
itojun
dff10c7f70
s/sprintf/snprintf/.
...
there seem to be couple of unsafe use of strcat and strcpy - we should
bring in strl{cat,cpy}.
2000-01-17 06:24:23 +00:00
itojun
92d3fd1b47
add ETHERTYPE_IPV6. reorder.
...
From: Craig Rodrigues <rodrigc@mediaone.net>
2000-01-17 06:23:19 +00:00
itojun
28c4e858ce
regen
2000-01-17 06:07:44 +00:00
itojun
dc3c73283f
generate .devel version of Makefile by appending Makefile-devel-adds to
...
Makefile (not Makefile.in).
2000-01-17 06:07:16 +00:00
itojun
731767e47d
correct snprintf.o handling.
2000-01-15 08:11:33 +00:00