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 |
|
itojun
|
12813bb889
|
add cisco NetFlow support from OpenBSD.
|
2000-04-27 10:05:30 +00:00 |
|
itojun
|
bf3bf8efa8
|
add --without-crpyto to arg to configure, to skip partially incompatible/
old crypto libraries.
|
2000-04-27 09:16:08 +00:00 |
|
itojun
|
95982b2395
|
parse authentication-related bits from BIND9.
may require recent arpa/nameser.h.
|
2000-04-27 03:44:05 +00:00 |
|
itojun
|
c9c414df15
|
style. s/switch(/switch (/.
|
2000-04-24 12:59:39 +00:00 |
|
itojun
|
e33442a6ac
|
untabify.
|
2000-04-24 12:57:25 +00:00 |
|
itojun
|
e2e253c651
|
CERT and SIG payload. fix IPsec-AH transform value. (from KAME)
|
2000-04-24 12:49:11 +00:00 |
|
assar
|
e75b5a6c89
|
document `-s 0'
|
2000-04-21 10:32:59 +00:00 |
|
assar
|
e75af2003b
|
make `-s 0' mean try to use the maximum required snaplen. based on a
patch from "Gilbert Ramirez Jr." <gram@xiexie.org>
|
2000-04-21 10:32:03 +00:00 |
|
itojun
|
036cc11342
|
avoid duplicate printout for ip6 src/dst.
|
2000-04-20 15:49:57 +00:00 |
|
itojun
|
9489d35647
|
do not make infinite loop on fabricated DNS data compression pointers.
From: Guy Harris <gharris@flashcom.net>
http://www.tcpdump.org/lists/workers/1999/msg00607.html
|
2000-04-17 06:49:27 +00:00 |
|
assar
|
e13f9c8957
|
*** empty log message ***
|
2000-04-09 19:17:29 +00:00 |
|
assar
|
fff032bf90
|
regenerated
|
2000-04-09 19:16:28 +00:00 |
|
assar
|
fcf96ff8c7
|
fallback definitions for some constants
|
2000-04-09 19:15:59 +00:00 |
|
assar
|
4f56a7066b
|
fallback definition for IPPROTO_PIM
|
2000-04-09 19:15:14 +00:00 |
|
assar
|
a5c28d2bd6
|
handle both struct icmp6_mld and struct mld6_hdr we have.
fallback definitions for some constants
|
2000-04-09 19:14:52 +00:00 |
|
assar
|
cff32f762f
|
search for getaddrinfo in -lsocket (Solaris 8)
check which of struct icmp6_mld and struct mld6_hdr we have.
|
2000-04-09 19:13:27 +00:00 |
|
itojun
|
5a9b13e807
|
avoid u_short, use u_int16_t. add missing ntohs(). OpenBSD PR 1170.
|
2000-04-02 23:50:48 +00:00 |
|
assar
|
bc67cfbfb0
|
regen
|
2000-04-01 12:26:12 +00:00 |
|
assar
|
c34e29eaa0
|
(__attribute__): define to nothing if not supported by cc/gcc
|
2000-04-01 12:10:21 +00:00 |
|
assar
|
0deef60390
|
(AC_C___ATTRIBUTE__): add
|
2000-04-01 12:09:13 +00:00 |
|
assar
|
e5562ad5e5
|
update to current version from :pserver:anoncvs@subversions.gnu.org:/home/cvs
|
2000-03-31 20:27:09 +00:00 |
|
assar
|
c86d0b1b94
|
regenerated
|
2000-03-31 16:57:42 +00:00 |
|
assar
|
65330c6d9e
|
check for getrpcbynumber in nsl. From Rick Jones <raj@cup.hp.com>
|
2000-03-31 16:57:13 +00:00 |
|
itojun
|
6e4415eb9f
|
avoid extra space.
|
2000-03-15 18:32:09 +00:00 |
|
itojun
|
528715946d
|
boundary check for sscanf(%s). use %s with length.
|
2000-03-13 05:01:04 +00:00 |
|
itojun
|
2debca7071
|
don't overrun packet buffer when decoding ICMPv6 FQDN/who-are-you packet.
|
2000-03-13 05:00:04 +00:00 |
|
fenner
|
fa2305bb99
|
Now that print-pim.c says "pim", don't print it here too.
|
2000-02-17 02:21:20 +00:00 |
|
fenner
|
ef2875607d
|
Fix nybble-order bug: version is top, type is bottom.
Make sure to print "pim" in front of the PIM version.
Reduce ep to the end of the IP packet if we captured some padding.
|
2000-02-16 21:49:23 +00:00 |
|
kenh
|
15f343100f
|
Make the handling of the -v flag a little more sensible, and document it.
|
2000-02-10 17:56:13 +00:00 |
|
kenh
|
880d6cb4bd
|
Fix a minor bug in the ack packet printing.
|
2000-02-09 16:29:00 +00:00 |
|
kenh
|
19f6e44ef1
|
Clean up some warnings.
|
2000-02-09 16:00:50 +00:00 |
|
kenh
|
842143f716
|
Convert from direct use of ntohs/ntohl to EXTRACT_16BITS/EXTRACT_32BITS.
Add support for decoding RX ack packets.
|
2000-02-08 20:57:07 +00:00 |
|
itojun
|
d638deb4e1
|
don't try to decode non-first fragment.
(even though next payload type is supplied, the payload portion is
not decodable)
|
2000-02-03 18:16:40 +00:00 |
|
itojun
|
76a556b14c
|
tested on freebsd228
|
2000-01-30 17:30:17 +00:00 |
|