Commit Graph

314 Commits

Author SHA1 Message Date
assar
f7e4abb03d fix typo 2000-07-10 04:47:36 +00:00
assar
65fa9cb9ca add <time.h> 2000-07-10 04:38:25 +00:00
assar
f5477a012b remove trailing comma in enum 2000-07-10 04:36:19 +00:00
assar
85a3a3b95e (packetp, snapend): remove duplicate static declarations 2000-07-10 04:35:58 +00:00
assar
045777a5b2 remove inline and __attribute__ (now setting in config.h) 2000-07-10 04:29:27 +00:00
assar
90d1928077 also add nameser.h here 2000-07-06 21:44:29 +00:00
assar
af07258a7e do not rely on the system providing us everything we need in
<arpa/nameser.h> but include a nameser.h with all the required stuff.
From Guy Harris <gharris@flashcom.net>
2000-07-05 23:50:37 +00:00
assar
d16e46379f print client-identifier in hex, from "Gisle Vanem" <gvanem@eunet.no> 2000-07-01 03:56:43 +00:00
assar
1deef47516 updates/bug fixes from Motonori Shindo <mshindo@mshindo.net> 2000-07-01 03:48:44 +00:00
assar
227103abf0 re-generated 2000-07-01 03:40:34 +00:00
assar
448ed9c0dc remove setting of umask and test for malloc.h, memory.h 2000-07-01 03:39:54 +00:00
assar
3cd171317f remove non-STDC code 2000-07-01 03:38:59 +00:00
assar
5a0c056a7c better and more careful check for smi. From Juergen Schoenwaelder
<schoenw@ibr.cs.tu-bs.de>
2000-06-26 21:27:17 +00:00
assar
2b1907d4d8 handle the case of not having any mld6 struct at all. From Juergen
Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
2000-06-26 20:04:53 +00:00
assar
2e065e6bcd bpf_dump.c moved to libpcap 2000-06-26 10:54:48 +00:00
assar
6c64855056 remove bpf_dump 2000-06-26 10:54:29 +00:00
assar
f3bf8e7579 don't check for gethostbyname2, it's not being used 2000-06-26 04:19:43 +00:00
assar
6faa3446e5 (CSRC): remove bpf-dump.c, now in libpcap 2000-06-26 04:15:34 +00:00
assar
a718322691 moved to libpcap 2000-06-26 04:14:46 +00:00
itojun
76c5a0bdc1 fix safeputc, the if statment was completely reversed 2000-06-21 09:08:34 +00:00
itojun
a9099326db improve RIPv0/v1/v2 handling. from openbsd-current 2000-06-18 17:41:35 +00:00
assar
38a55e823f remove extra prototype (now in interface.h) 2000-06-18 11:12:59 +00:00
assar
57ceb28fe2 (bpf_dump): add prototype 2000-06-18 11:12:27 +00:00
assar
d85ca877ea (bpf_dump): remove prorotype (now in interface.h)
(cleanup): make static
2000-06-18 11:12:06 +00:00
assar
c176fa7119 add fallback for IPV6_RTHDR_TYPE_0, noticed by Juergen Schoenwaelder
<schoenw@ibr.cs.tu-bs.de>
2000-06-16 19:41:31 +00:00
assar
f835c3286a add config.h. From Kevin Steves <stevesk@sweden.hp.com> 2000-06-13 12:19:07 +00:00
itojun
459529c99b add fallback definition for INET_ADDRSTRLEN.
From: Kevin Steves <stevesk@sweden.hp.com>
2000-06-12 15:45:05 +00:00
assar
af5c878a96 update with new URLs and addresses (to tcpdump.org) 2000-06-12 06:50:50 +00:00
mcr
655a694020 documentation suggestions from Toni Andjelkovic on TCP flags 2000-06-11 16:51:09 +00:00
assar
954bc7f13e add IEEE8021.d printer contributed by Lennert Buytenhek <buytenh@gnu.org> 2000-06-10 20:57:55 +00:00
assar
e445d50367 add __attribute__ ((packed)). From cgd@netbsd.org (Chris G. Demetriou) 2000-06-10 14:27:21 +00:00
assar
a56c83b48b re-generated 2000-06-10 14:21:14 +00:00
assar
5c8ac608be be more cross-compilation friendly.
From cgd@netbsd.org (Chris G. Demetriou)
2000-06-10 14:19:02 +00:00
assar
c292559287 add arm to the list of cpus that dislike unaligned access. apparently
it does something weird with them.  from cgd@netbsd.org (Chris G. Demetriou)
2000-06-10 14:17:38 +00:00
assar
15677fd749 (ether_encap_print): add ETHERTYPE_IPX: From Jeffrey Hutzelman
<jhutz@cmu.edu>
2000-06-10 13:49:52 +00:00
assar
74536c18ba add ETHERTYPE_IPX. From Jeffrey Hutzelman <jhutz@cmu.edu> 2000-06-10 13:49:08 +00:00
assar
21db1cb110 add printing of timestamp request and reply. From Frank Volf
<volf@oasis.IAEhv.nl>
2000-06-10 13:41:19 +00:00
assar
e67c4ce1ed (ts_print): fix printing in `-tttt' style. From "Gisle Vanem"
<gvanem@eunet.no>
2000-06-10 08:11:12 +00:00
itojun
23dee2fc00 IPv6 support for sunrpc. 2000-06-10 05:38:00 +00:00
itojun
3c03d589c9 strncpy() does not ensure string termination. 2000-06-10 05:26:42 +00:00
itojun
65d89ae560 s/(unsigned)/(u_int32_t)/ for ntohl results. 2000-06-10 05:23:19 +00:00
itojun
c805ce8944 correct endianness in int64_print(). 2000-06-10 05:21:08 +00:00
itojun
d9c551524d correctly handle NFS-over-IPv6. 2000-06-10 05:12:20 +00:00
itojun
e44561cc48 avoid possible infinite loop in relts_print().
move safeputchar() and safeputs() into util.c for better code sharing.
some style.
2000-06-03 16:40:35 +00:00
assar
f2eaaa3572 (my_fsid): add
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:16:36 +00:00
assar
1128e7ac65 (uflag): add
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:14:43 +00:00
assar
b8b7356458 (ts_print): add new styles of timestamps.
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:13:53 +00:00
assar
bc15cf2b90 add `-u'
also check return value from getopt() against -1 and not EOF
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:10:31 +00:00
assar
52d9358548 support print the NFS-over-TCP
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:09:32 +00:00
assar
eb57b70851 (nfs_printfh): support print the opaque handle.
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:08:18 +00:00