Commit Graph

43 Commits

Author SHA1 Message Date
pst
c7ef73d5ec Here is a patch to make tcpdump recognise IPX packets that is using
ETHERNET_II framing. It got lost during the tcpdump upgrade.

Submitted by: John.Hay@mikom.csir.co.za
1996-09-15 17:55:09 +00:00
ache
499e3eee5e Fix latin1 guessing
Add koi8-r guessing
1996-09-11 17:55:20 +00:00
pst
a802b88e82 Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,
not two 8 bit values.  This conforms to industry standard.

These changes have been sent back to LBL.
1996-09-11 06:18:26 +00:00
peter
5cd0889cfa Make this compile. they use a variable "abort" which is prototyped. 1996-09-10 13:58:10 +00:00
peter
36c866a0ed This commit was generated by cvs2svn to compensate for changes in r18214,
which included commits to RCS files with non-trunk default branches.
1996-09-10 13:48:14 +00:00
peter
6cfe3ae61b Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1
(to be imported soon).
1996-09-10 13:48:14 +00:00
peter
9fe67373a4 This commit was generated by cvs2svn to compensate for changes in r18210,
which included commits to RCS files with non-trunk default branches.
1996-09-10 13:12:03 +00:00
peter
cf1a7c8a3a Import the FSF release of bison-1.25 onto the vendor branch.
In case you're wondering, the gcc-2.7.2.1 import uses this to generate
code.  The size of the generated code is bigger than the entire bison
release, making this a saving.  The bison doc is pretty good apparently.
1996-09-10 13:12:03 +00:00
pst
c8fd899fa0 Look for old "man" macros in tmac.groff_an 1996-09-08 00:37:30 +00:00
pst
fcafccdd3a Add setlocale LC_CTYPE and 8 bit clean ctype support.
Original author: ache
1996-09-08 00:34:51 +00:00
pst
b874c11367 Workarround for gcc 2.60 expression evaluation bug. 1996-09-08 00:34:04 +00:00
pst
520e6a4171 Improve .Os macro support (parts obtained from 4.4Lite2 and NetBSD)
Add the .Fx macro for specifying FreeBSD releases.

Add a bunch of missing standards to the .St macro.

Add Version 1 AT&T UNIX to .At macro

Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"
You can also specify -iso9899, or -isoC.  Use -ansiC-89 if you still need
the X3.159-1989 string reported.

Original author: mpp
1996-09-08 00:33:24 +00:00
pst
29be27e147 Manual page cleanups.
Original author: mpp
1996-09-08 00:32:33 +00:00
pst
6248812015 Install additional S and L text fonts, needed for BSD doc formatting.
Original author: ache
1996-09-08 00:30:25 +00:00
pst
379d8e3ccc Add Russian language / koi8-r font support.
Original author: ache
1996-09-08 00:28:32 +00:00
pst
3ac0008a77 Add psroff command 1996-09-08 00:26:24 +00:00
peter
eb7d0fb8f0 Add a note about current local changes relative to the "official" release. 1996-09-07 20:17:13 +00:00
peter
56bdf55b6e Add freebsd-specific info file. 1996-09-07 20:14:36 +00:00
pst
39f0c244ba Commit import instructions for future maintainers 1996-09-07 16:23:49 +00:00
pst
b601db9957 This commit was generated by cvs2svn to compensate for changes in r18099,
which included commits to RCS files with non-trunk default branches.
1996-09-07 16:18:32 +00:00
pst
7fdf49473c Virgin import of FSF groff v1.10 1996-09-07 16:18:32 +00:00
peter
6b67369aaa Implement a horrible (but simple) hack to allow some control over the
branch number that is assigned.  This is specifically to support the
local commit feature of cvsup.  If one sets $CVS_LOCAL_BRANCH_NUM to
(say) 1000 then branches the local repository, the revision numbers will
look like 1.66.1000.xx.  This is almost a dead-set certainty that there
will be no conflicts with version numbers. :-)

(This needs to be something more than an option to 'cvs tag' or 'cvs rtag'
as various parts of cvs "know" how to automatically branch files (eg: cvs
add).  Trying to remember state is getting "Too Hard (TM)")
1996-09-03 23:19:51 +00:00
peter
cfe79d9276 This commit was generated by cvs2svn to compensate for changes in r17892,
which included commits to RCS files with non-trunk default branches.
1996-08-29 19:20:22 +00:00
peter
2d3cf9fcaf Take #2. Import bind-4.9.4-P1 into the intended directory!
This has most of the non-essential stuff removed (ie: what is not built)

bmake glue to follow.
1996-08-29 19:20:22 +00:00
pst
942c3b8ead Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup of
ISO based code, and document new options (courtesy of libpcap).
Submitted by:	Tony Li <tli@jnx.com>
1996-08-21 20:03:57 +00:00
pst
f6a118d747 Add support for ISO CLNP/ES-IS/IS-IS.
These changes have been also sent back to LBL for inclusion in next release.

Submitted by:	Tony Li <tli@jnx.com>
1996-08-21 20:01:08 +00:00
peter
b1cd2d8798 This commit was generated by cvs2svn to compensate for changes in r17721,
which included commits to RCS files with non-trunk default branches.
1996-08-20 23:46:10 +00:00
peter
f391bbfb3d Import of slightly trimmed cvs-1.8 distribution. Generated files
and non-unix code has been left out.
1996-08-20 23:46:10 +00:00
pst
bc6abed40f Add ignore of SUNOS4 subdirectory to commit instructions 1996-08-19 22:27:25 +00:00
pst
dbd6576efe Upgrade instructions 1996-08-19 21:55:18 +00:00
pst
d6443596c1 Print IPX packets over a PPP link.
Always display IPX network number in decimal (industry standard).
Decode other PPP protocol types too.

Submitted by:	peter, pst, John Hay <jhay@mikom.csir.co.za>
1996-08-19 21:43:47 +00:00
pst
42eca143bf Improvements to IGMP message decoding.
Add support for the router-alert option.
Submitted by:	Bill Fenner <fenner@parc.xerox.com>
1996-08-19 21:39:00 +00:00
pst
e68676c35e Fix bugs in AARP packet handling and fake up a phantom LAP header
since Ethertalk doesn't actually put one out on the wire.

Submitted by:	Toshihiro Kanda <candy@fct.kgc.co.jp>
1996-08-19 21:37:18 +00:00
pst
2254e9a862 Decode maximumim sized ethernet frames properly 1996-08-19 21:35:13 +00:00
pst
73b32c8ece Handle IS-IS IIH messages and print NSAPs in canonical format.
Submitted by:	Tony Li <tli@jnx.com>
1996-08-19 21:33:43 +00:00
pst
4768dd635e This commit was generated by cvs2svn to compensate for changes in r17683,
which included commits to RCS files with non-trunk default branches.
1996-08-19 20:36:34 +00:00
pst
f0fdf33ff6 Virgin import of LBL libpcap version 0.2.1.
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
1996-08-19 20:36:34 +00:00
pst
82eaba568c This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
1996-08-19 20:34:12 +00:00
pst
97a804ef88 Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
1996-08-19 20:34:12 +00:00
jkh
a3b50e31fd General -Wall warning cleanup, part I.
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 18:57:58 +00:00
phk
98c14cad25 This commit was generated by cvs2svn to compensate for changes in r16756,
which included commits to RCS files with non-trunk default branches.
1996-06-26 06:06:43 +00:00
phk
00febf6009 Tcl 7.5, various makefiles will be updated to use these sources as soon
as I get these back down to my machine.
1996-06-26 06:06:43 +00:00
phk
ee792a91d2 Initial revision 1996-06-26 06:06:30 +00:00