Ted Lemon
24f9d67e03
Add line-oriented argument to new_parse(). Add new tokens.
2001-05-02 06:32:54 +00:00
Ted Lemon
4ab46a1030
Add line-oriented argument to new_parse().
2001-05-02 06:27:52 +00:00
Ted Lemon
a010c3ffb3
Fix a byte swap error
2001-04-27 22:23:02 +00:00
Ted Lemon
05dcd0936e
Make lpf input packet reassembly buffer slightly bigger.
2001-04-24 00:36:00 +00:00
Ted Lemon
c6f810c2d5
If ICMP doesn't come up, continue.
2001-04-23 21:41:36 +00:00
Ted Lemon
3417f5cf6a
Add recover_wait state goo.
2001-04-20 18:07:29 +00:00
Ted Lemon
36ed3a00a5
Fix a small bug in binary-to-ascii.
2001-04-18 18:54:47 +00:00
Ted Lemon
c267626033
Work around Linux 2.4 Token Ring problem.
2001-04-09 01:03:14 +00:00
Ted Lemon
7b01f134e8
Make it compile with DEBUG_EXPRESSION_PARSE.
2001-04-09 00:41:45 +00:00
Ted Lemon
80c897c871
Make things compile if DEBUG is defined.
2001-04-09 00:36:45 +00:00
Ted Lemon
611ba57c99
Fix an incorrect use of BPF_WORDALIGN
2001-04-08 21:12:49 +00:00
Ted Lemon
b089b9af9e
Apply a patch supplied by Tuan Uong for a buffer offset error.
2001-04-05 20:53:01 +00:00
Ted Lemon
cf75fef2a8
Tweak the omapi interface hooks.
2001-04-05 20:50:19 +00:00
Ted Lemon
89000b2e13
If we get an EIO on read, the interface is gone, so delete it.
2001-04-05 20:47:34 +00:00
Ted Lemon
4b63da96d1
Get rid of a ??? that confuses the Sun compiler.
2001-03-22 07:00:15 +00:00
Ted Lemon
b0b4f89c39
Add a missing else whose absence was causing memory smashes.
2001-03-20 07:26:57 +00:00
Ben Cottrell
c73ced691d
Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a first
...
pass in which we pass a null pointer for the buffer, and we will get
back the length of the buffer we should allocate. This is because
if you pass in a buffer that is too small, Linux (unlike other OSes)
will not tell you that it is too small by returning a length greater
than the length you passed in.
2001-03-17 02:11:29 +00:00
Ted Lemon
b3519f23f1
Support NUL characters in STRING tokens.
2001-03-17 00:47:39 +00:00
Ben Cottrell
3d2aa1bff4
More DLPI patches from Joost. His patch was way garbled, but this is my
...
best interpretation of it. The only thing confusing me is that I thought
he'd fixed all the byte order dependencies in an elegant way, but I
still see some rather ugly #ifdefs in this code. Oh well. At least it
works on minbar.
2001-03-16 22:12:19 +00:00
Ted Lemon
0efc1180e9
Add quotify functions.
2001-03-15 23:17:28 +00:00
Ted Lemon
ef4d4bfdaa
Fix an endian bug in trace files (James Brister)
2001-03-14 15:56:27 +00:00
Ted Lemon
f834d4ff91
Use unparsable names for unknown options.
2001-03-14 15:39:32 +00:00
Ted Lemon
aba6b916b6
Fix documentation for sending non-standard options.
2001-03-14 15:38:44 +00:00
Ted Lemon
ae598b4274
Get rid of local debug flag.
2001-03-14 15:36:57 +00:00
Ted Lemon
61126661cf
Remove files starting with # in realclean target.
2001-03-01 22:12:16 +00:00
Ted Lemon
530de8b20c
Apply a signed vs. unsigned fix suggested by Onno Van Der Linden.
2001-03-01 21:44:31 +00:00
Ted Lemon
0b69dcc870
Change EOF to END_OF_FILE in tokenizer for enum compatibility.
2001-03-01 18:17:09 +00:00
Damien Neil
9345f3ccbb
Added tokens for "close", "create", "open", and "help" to the lexer.
2001-02-27 01:15:38 +00:00
Ted Lemon
c466184540
Fix up NetBSD/alpha build.
2001-02-26 22:21:15 +00:00
Ted Lemon
69c620f2eb
Update copyright statements.
2001-02-22 22:54:26 +00:00
Ted Lemon
17238faf0f
Document backslash quoting.
2001-02-22 22:50:55 +00:00
Ted Lemon
37ee426a25
Get md5.h from dst/ instead of minires/
2001-02-22 07:37:15 +00:00
Ted Lemon
80ff6258c9
Fix an uninitialized pointer think-o.
2001-02-18 06:53:00 +00:00
Ted Lemon
a7394d157f
Fix cross-platform compile warnings
2001-02-17 21:34:56 +00:00
Ted Lemon
7980a66ed5
Apply a fix provided by Takeshi Hagiwara for a long-standing Sunos 4 bug.
2001-02-17 21:17:25 +00:00
Ted Lemon
fbd9c67bed
- Set the fallback interface index to -1 to indicate that it doesn't have
...
one prior to calling interface_stash.
2001-02-17 21:16:44 +00:00
Ted Lemon
84a2288c45
Don't save lease timestamp in database.
2001-02-12 19:46:59 +00:00
Ted Lemon
76d12bd8d0
Update copyright date.
2001-02-12 19:44:54 +00:00
Ted Lemon
98f56cef60
Fix memory leak, bug in nwip option handling.
2001-02-12 19:43:32 +00:00
Ted Lemon
53802791c5
Add support for tracing ICMP messages.
2001-02-12 19:42:21 +00:00
Ted Lemon
eb6b5a2014
Subroutinize some stuff so that it can be called in trace playback.
2001-02-12 19:41:30 +00:00
Ted Lemon
fc33f8c58e
Subroutinize some functionality and add in tracing hooks.
2001-02-12 19:40:05 +00:00
Ted Lemon
a568b5bc45
Common tracing subroutines.
2001-02-12 19:38:37 +00:00
Ted Lemon
2e5b6bfd92
Add ctrace.c
2001-02-12 19:37:59 +00:00
Ben Cottrell
c9007bfd68
Doh! Syntax error that I really should have noticed. Hind paw firmly
...
entrenched in muzzle.
2001-02-02 18:14:17 +00:00
Ben Cottrell
00bb1cad79
Patch from Joost Mulders <dhcp@j-mulders.demon.nl> to make DLPI work better,
...
especially on Solaris/x86.
2001-01-31 19:00:34 +00:00
Ted Lemon
1891a87e99
Don't dump core if asked to look up an option where there are no options.
2001-01-26 06:17:01 +00:00
Ted Lemon
543ce4f87d
Oops, add constant for requesting state
2001-01-26 05:56:29 +00:00
Ted Lemon
1ecf93b561
Follow proper coding standards for allocating refcnted objects.
2001-01-25 21:55:08 +00:00
Ted Lemon
298ab04561
Fix a small nit in the dlpi code.
2001-01-25 21:54:25 +00:00