Module Name:src
Committed By: thorpej
Date: Sun May 30 21:48:42 UTC 2021
Modified Files:
src/external/bsd/tcpdump/dist: print-icmp6.c
Log Message:
Minimal change to suppress unaligned access errors on NetBSD/alpha; add
the UNALIGNED decoration to icmp6 related structures.
Module Name:src
Committed By: thorpej
Date: Sun May 30 21:01:43 UTC 2021
Modified Files:
src/external/bsd/tcpdump/dist: print-icmp.c
Log Message:
Minimal change to suppress unaligned access errors on NetBSD/alpha; add
the UNALIGNED decoration to struct icmp.
PR bin/56199.
Module Name:src
Committed By: kamil
Date: Mon Feb 24 18:39:47 UTC 2020
Modified Files:
src/external/bsd/tcpdump/dist: print-ah.c print-bgp.c print-esp.c
print-icmp.c print-icmp6.c print-igmp.c print-m3ua.c print-msnlb.c
print-nfs.c print-ntp.c print-
Module Name:src
Committed By: kamil
Date: Mon Feb 24 16:19:35 UTC 2020
Modified Files:
src/external/bsd/tcpdump/dist: extract.h
Log Message:
Rearrange the code to make UNALIGNED_OK available for __NetBSD__
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/e
Module Name:src
Committed By: uwe
Date: Sun Feb 16 22:38:28 UTC 2020
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in
Log Message:
Fix comments to not break formatting.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/tcpdump/dist
Module Name:src
Committed By: gutteridge
Date: Sun Feb 16 22:20:31 UTC 2020
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in
Log Message:
tcpdump.1.in: fix stray line from merge botch
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/b
Module Name:src
Committed By: mrg
Date: Tue Feb 5 07:27:47 UTC 2019
Modified Files:
src/external/bsd/tcpdump/dist: print-hncp.c
Log Message:
- pass correct size of buffer to snprintf() to avoid potential truncation
To generate a diff of this commit:
cvs rdiff -u -r1.4 -
Module Name:src
Committed By: christos
Date: Mon Dec 24 02:39:12 UTC 2018
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
make pcap_debug weak.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/tcpdump/dist/tcpdump.c
Pl
Module Name:src
Committed By: christos
Date: Fri Sep 8 14:01:13 UTC 2017
Modified Files:
src/external/bsd/tcpdump: tcpdump2netbsd
src/external/bsd/tcpdump/dist: addrtoname.c addrtostr.c af.c checksum.c
configure configure.in extract.h gmpls.c ip6.h ippr
Module Name:src
Committed By: christos
Date: Mon Jan 30 13:27:26 UTC 2017
Modified Files:
src/external/bsd/tcpdump/include: config.h
Log Message:
broken test.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/tcpdump/include/config.h
Please n
Module Name:src
Committed By: christos
Date: Mon Jan 30 13:15:43 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
protect variable with the macro that uses it.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/tc
Module Name:src
Committed By: christos
Date: Wed Jan 25 14:46:16 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist: netdissect-stdinc.h
Log Message:
- don't use their ntoh{l,s}/hton{l,s} implementation
- fix their ntohl/htonl implementations to use unsigned int instea
Module Name:src
Committed By: martin
Date: Wed Jan 25 08:20:15 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist: print-ip.c
Log Message:
Add missing argument
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/tcpdump/dist/print-ip.c
Plea
Module Name:src
Committed By: martin
Date: Wed Jan 25 08:14:07 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist: util-print.c
Log Message:
toupper() takes an unsigned char.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tcpdump/dist/ut
Module Name:src
Committed By: christos
Date: Tue Jan 24 23:29:14 UTC 2017
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: addrtoname.c addrtostr.c af.c
ascii_strcasecmp.c bpf_dump.c checksum.c configure configure.in
Module Name:src
Committed By: riastradh
Date: Fri Dec 2 02:14:03 UTC 2016
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
Log Message:
print-ip6.c is needed even with MKINET6=no.
Provides print_ip6 used by various other objects, with different
definitions dependin
Module Name:src
Committed By: christos
Date: Wed Jun 29 19:45:14 UTC 2016
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/include: config.h
Log Message:
Fix MKCRYPTO=no build
To generate a diff of this commit:
cvs rdiff -u -r1.13 -
Module Name:src
Committed By: christos
Date: Sat Jan 23 19:08:02 UTC 2016
Modified Files:
src/external/bsd/tcpdump/dist: print-pfsync.c
Log Message:
don't include
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tcpdump/dist/print-pfsync.c
P
Module Name:src
Committed By: christos
Date: Fri Dec 25 04:50:21 UTC 2015
Modified Files:
src/external/bsd/tcpdump/dist: parsenfsfh.c
Log Message:
We stuck the generation number eons ago before the inode, so we broke
inode printing in nfs file handles.
To generate a diff
Module Name:src
Committed By: nonaka
Date: Thu Sep 17 14:03:10 UTC 2015
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
PR/50248: re-apply src/external/bsd/tcpdump/dist/tcpdump.c rev.1.8.
> When running as root and wanting to write a file and not hav
Module Name:src
Committed By: christos
Date: Sat Apr 4 18:53:51 UTC 2015
Modified Files:
src/external/bsd/tcpdump/dist: print-rpki-rtr.c
Log Message:
Apply commit fb6e5377f392555b8c725f66b8b701f0061a3695:
-Fix/add ND_TCHECK2 tests,
-Fix a buffer overflow,
-Remove a debug
Module Name:src
Committed By: christos
Date: Tue Mar 31 21:59:35 UTC 2015
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: addrtoname.c configure configure.in
extract.h interface.h ip.h machdep.c netdissect.h oui.c
Module Name:src
Committed By: christos
Date: Fri Nov 21 13:31:19 UTC 2014
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
kill the dropped privs info message
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/tcpdump/dist/
Module Name:src
Committed By: christos
Date: Thu Nov 20 04:51:18 UTC 2014
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump-stdinc.h
Log Message:
l in ntohl is not long!
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/tcpdump/dist/tc
Module Name:src
Committed By: christos
Date: Thu Nov 20 03:05:04 UTC 2014
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: addrtoname.c af.c ah.h bpf_dump.c
checksum.c configure configure.in cpack.c cpack.h ether.h ex
Module Name:src
Committed By: wiz
Date: Wed Aug 13 13:53:14 UTC 2014
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in
Log Message:
Add missing TP so that -a is not hidden in the -A description.
>From Anon Ymous.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Tue May 13 20:29:59 UTC 2014
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
When running as root and wanting to write a file and not having CAPNG, don't
drop privs, because we cannot open the file if we dr
Module Name:src
Committed By: christos
Date: Tue Dec 31 17:33:31 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: addrtoname.c checksum.c configure
configure.in cpack.c cpack.h extract.h icmp6.h ieee802_11_radio.h
interface.h machdep.c nlpid.c
Module Name:src
Committed By: christos
Date: Tue Dec 31 17:33:11 UTC 2013
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/include: config.h
Log Message:
update for 4.5.1
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: christos
Date: Sun Oct 20 02:58:24 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: addrtoname.c
Log Message:
fix type punned issue
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tcpdump/dist/addrtoname.c
Module Name:src
Committed By: christos
Date: Sun Oct 20 02:58:34 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: print-esp.c print-icmp6.c print-isakmp.c
print-pgm.c print-pim.c print-sctp.c
Log Message:
remove unused variables
To generate a diff of t
Module Name:src
Committed By: christos
Date: Sat Apr 13 02:08:59 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: print-ip.c
Log Message:
remove debugging accidentally committed.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tcpdump/
Module Name:src
Committed By: christos
Date: Fri Apr 12 23:51:51 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: print-ip.c tcpdump.c
Log Message:
move droproot after we have dealt with input and output files.
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: christos
Date: Sun Apr 7 19:17:11 UTC 2013
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
- the initgroups function needs to be able to do name to gid translations,
so do it before the chroot, otherwise we lose /etc/n
Module Name:src
Committed By: christos
Date: Sat Apr 6 19:33:11 UTC 2013
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: addrtoname.c af.c bpf_dump.c checksum.c
configure configure.in cpack.c cpack.h ether.h extract
Module Name:src
Committed By: christos
Date: Sat Apr 6 17:58:14 UTC 2013
Update of /cvsroot/src/external/bsd/tcpdump/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv5146
Log Message:
import tcpdump 4.3.0
Status:
Vendor Tag: TCPDUMP
Release Tags: tcpdump-4_3_0
Module Name:src
Committed By: christos
Date: Mon Jan 16 17:34:19 UTC 2012
Modified Files:
src/external/bsd/tcpdump/dist: print-eigrp.c print-ldp.c print-lmp.c
print-lspping.c print-rsvp.c print-slow.c
Log Message:
PR/45841: Henning Petersen: One sizeof is enoug
Module Name:src
Committed By: christos
Date: Tue Dec 27 15:12:45 UTC 2011
Modified Files:
src/external/bsd/tcpdump/dist: print-icmp6.c
Log Message:
PR/45747: Henning Petersen: Fix icmp6 verbose printing.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/ext
Module Name:src
Committed By: enami
Date: Thu Nov 17 02:41:55 UTC 2011
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in
Log Message:
Replace section number with actual one as we did in see also list.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: christos
Date: Wed Aug 17 10:48:02 UTC 2011
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: extract.h print-isakmp.c
Log Message:
fix strict aliasing issues.
To generate a diff of this commit:
cv
Module Name:src
Committed By: martin
Date: Sun Apr 17 11:45:40 UTC 2011
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.c
Log Message:
Hint from dsl: make sure to have the /etc/protocols file already open
before doing a chroot() if run as root. Easily done by a setp
Module Name:src
Committed By: jakllsch
Date: Sat Jan 29 23:19:54 UTC 2011
Modified Files:
src/external/bsd/tcpdump/include: config.h
Log Message:
Re-add LBL_ALIGN define we used to have pre-src/external.
Fixes a tcpdump SIGBUS on ARM.
To generate a diff of this commit:
c
Module Name:src
Committed By: wiz
Date: Fri Dec 17 10:35:10 UTC 2010
Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in
Log Message:
Bump date for chroot default.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tcpdump/dist/tcpdump.1
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:52:46 UTC 2010
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
Log Message:
tcpdump goes to /usr/sbin
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tcpdump/bin/Makefile
Plea
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:24:22 UTC 2010
Modified Files:
src/external/bsd/tcpdump: Makefile
Log Message:
we only have bin
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcpdump/Makefile
Please note that diff
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:24:04 UTC 2010
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
Log Message:
cleanup old stuff and install in the right place
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcp
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:14:01 UTC 2010
Added Files:
src/external/bsd/tcpdump: Makefile
src/external/bsd/tcpdump/bin: Makefile
src/external/bsd/tcpdump/dist: tcpdump2netbsd
Log Message:
build and import glue.
To generate
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:13:46 UTC 2010
Modified Files:
src/external/bsd/tcpdump/include: config.h
Log Message:
Makefile overrides
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcpdump/include/config.h
Ple
Module Name:src
Committed By: christos
Date: Sun Dec 5 05:11:31 UTC 2010
Modified Files:
src/external/bsd/tcpdump/dist: addrtoname.c af.c ah.h atime.awk
bpf_dump.c checksum.c configure configure.in cpack.c cpack.h esp.h
ether.h gmpls.c gmt2local.c i
Module Name:src
Committed By: christos
Date: Sun Dec 5 03:16:16 UTC 2010
Update of /cvsroot/src/external/bsd/tcpdump/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv7190
Log Message:
Import tcpdump-4.1.1
Status:
Vendor Tag: TCPDUMP
Release Tags: tcpdump-4_1_1
Module Name:src
Committed By: christos
Date: Sun Dec 5 03:06:08 UTC 2010
Added Files:
src/external/bsd/tcpdump/include: config.h
Log Message:
add configure file.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/tcpdump/include/config.h
Please
51 matches
Mail list logo