Commit Graph

269 Commits

Author SHA1 Message Date
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
assar
4a32fe268b (my_fsid): add Opaque_Handle for storing the actual filehandle. From
Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:02:15 +00:00
itojun
52ef9cdb21 remove extra \n on unknwon ppp protocol code. 2000-05-28 06:29:43 +00:00
itojun
abee15c4e9 do not attempt to telnet option chars directly - they usually include
binaries like \001 or \200, and damages screen output.
improve safeputc() - print 0x80 and beyond in \xxx.
2000-05-28 04:23:14 +00:00
itojun
a4a78bf5ca avoid infinite loop on len=0 2000-05-26 09:32:00 +00:00
itojun
42b516cd60 print IPv6 packets (PPP_IPV6 == 0x0057) 2000-05-23 16:56:07 +00:00
itojun
f65f095f61 improve DNS name decoder (termination) 2000-05-17 14:54:03 +00:00
itojun
53f55314c5 correct dhcp6 solitation plen/id handling. plen is 7 bit, id is 9 bit! 2000-05-17 05:00:12 +00:00
assar
37af9b50db add code for print v4 prefixes. also From: Gert Doering <gert@greenie.muc.de> 2000-05-16 23:54:55 +00:00
itojun
f411ba42d7 correct NI6 subject name printing (DNS). 2000-05-15 09:23:49 +00:00
itojun
0a222e15b7 more correction to NI6 FQDN printing. 2000-05-15 06:27:02 +00:00
itojun
a78d1e7ca6 correct termination processing for DNS payload decoding (NI6 FQDN).
maybe we should just call ns_nprint().
2000-05-15 06:22:16 +00:00
itojun
a1a0ad776c sync with draft-ietf-dhc-dhcp6v6exts-12. 2000-05-15 04:29:32 +00:00
assar
117d3b0966 (icmp_print): step through all advertised routers for a router
advertisement.  From <aandres@mfom.es>
2000-05-15 00:59:41 +00:00
assar
a8b587c7d5 (CSRC): add print-cdp.c 2000-05-15 00:42:14 +00:00
assar
19cde468ed *** empty log message *** 2000-05-15 00:41:34 +00:00
assar
dec51d9f87 print cisco cdp packets, from Gert Doering <gert@greenie.muc.de> 2000-05-15 00:41:06 +00:00
assar
10eaf5f59d call cdp_print for CDP packets 2000-05-15 00:40:04 +00:00
assar
cf77b46229 (unsigned) casts in printf to make gcc happy 2000-05-15 00:37:34 +00:00
assar
b41d5b1c87 (vrrp_print, cdp_print): add prototypes 2000-05-15 00:37:06 +00:00
itojun
22454ddf83 correct protocol flag processing. 2000-05-13 18:34:09 +00:00
itojun
d4c1726c51 support new IPv6 dhcp spec (15 draft). no backward compatibility in
packet format specification.
From: jinmei@kame.net
2000-05-13 18:28:46 +00:00
itojun
37a7b57f5e correct ospf6 AS external LSA printing.
From: jinmei@kame.net
2000-05-12 13:01:01 +00:00
itojun
befd81a989 icmp6 nodeinfo; DNS decoder will emit "???" for malformed/compressed form 2000-05-10 09:24:15 +00:00
itojun
b341d45273 remove unused variable. 2000-05-10 08:57:22 +00:00
itojun
b4176d50a6 regen 2000-05-10 08:22:09 +00:00
itojun
bb0457a5e2 revise ICMPv6 nodeinfo decoding. based on 03-05 drafts
(there are way too many protocol changes)
2000-05-10 08:20:52 +00:00
itojun
837483ffe5 update comma/spacing. 2000-05-10 05:13:20 +00:00
itojun
491f3cbf58 correct handling of truncated IPv4 option. 2000-05-10 05:11:27 +00:00
fenner
7fd1be1520 Initial VRRP printer (ip proto 112, RFC 2338). 2000-05-01 17:35:44 +00:00
itojun
69eb95b8e3 random cleanups. add some parens for clarity. 2000-04-28 11:46:11 +00:00
itojun
3cf5ed30ce some style. u_int16_t. 2000-04-28 11:38:38 +00:00
itojun
c8592c4742 -Wall -Werror clean. fix uninitialized variables. 2000-04-28 11:34:12 +00:00
itojun
c7c9cc43fc -Wall -Werror clean. 2000-04-28 11:17:36 +00:00
itojun
6e67dba79f s/u_short/u_int16_t/ for KAME-origin source codes 2000-04-28 11:14:47 +00:00
itojun
7fdcfb6873 s/u_quad_t/u_int64_t/ (in #if 0) 2000-04-28 11:06:42 +00:00
itojun
9e560fab81 corrected bitfield fix (careless char -> int rewrite broke struct for
protocol header).
2000-04-28 11:01:49 +00:00
itojun
e9e7b4a942 s/in_addr_t/struct in_addr/ 2000-04-27 13:45:11 +00:00
itojun
800569a981 use strlcpy (avoid strcpy) 2000-04-27 11:10:59 +00:00
itojun
a09002d6a8 cast result from ntohl() with u_int32_t, some platforms still mistakingly
use u_long for it.
use u_int{16,32}_t.
ECN support improvement (from net/openbsd).
2000-04-27 11:09:08 +00:00
itojun
26f76bc643 use u_int{16,32}_t, not u_{short,int}.
delint
2000-04-27 10:57:07 +00:00
itojun
df828a7f40 align output from ./configure --help. 2000-04-27 10:50:27 +00:00
itojun
74c26c1259 follow rule about rcsid and config.h 2000-04-27 10:41:40 +00:00
itojun
446c5a2e54 style 2000-04-27 10:41:27 +00:00
itojun
0b7fdba294 add print-cnfp.c 2000-04-27 10:09:35 +00:00
itojun
910e6f31df add -T cnfp 2000-04-27 10:07:05 +00:00