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
fenner
2efcee4a2e
Rearrange to keep values sorted.
2000-01-29 21:56:38 +00:00
fenner
8904206a73
Alphabetize getopt flag list.
2000-01-29 21:00:59 +00:00
fenner
29b8d95a8d
Fix type for 802.1q
2000-01-29 20:58:41 +00:00
itojun
29b5e3e38e
add descr for v6 items
2000-01-29 17:01:36 +00:00
itojun
c87b499eac
fix ascii dump with -X. due to mistake in snprintf() fixes.
...
(no need to pull into 3.5)
2000-01-29 16:47:46 +00:00
itojun
8cf2e80eed
caveat: tcp[0] does not match IPv6 packets.
2000-01-29 16:39:27 +00:00
fenner
2eddbbb58b
Update the README a little.
2000-01-28 00:10:22 +00:00
fenner
edb0d2fe08
Fix confusing indentation.
...
Get rid of T2CHECK() in favor of TCHECK() or TCHECK2().
Use TCHECK() etc. instead of comparing vs. snapend.
Replace strerr() with pcap_strerror(), and don't use errno as a local variable.
Use tok2str() for nfsv3_writemodes to avoid array overrun by corrupt packets.
2000-01-28 00:04:19 +00:00
fenner
bebb37c538
Add missing comma causing incorrect naming of lcpconfopts.
...
Use EXTRACT_32BITS instead of ntohl to handle alignment concerns.
2000-01-27 23:56:05 +00:00
fenner
f5ef0708ad
Move AFS info into man page
...
Submitted by: Ken Hornstein <kenh@cmf.nrl.navy.mil>
2000-01-27 23:53:49 +00:00
itojun
89901793d7
regen
2000-01-25 17:58:32 +00:00
itojun
d52a795611
check for getipnodeby*.
...
comment out zlib items (not currently in use).
2000-01-25 17:57:59 +00:00
itojun
3f49d6297c
fix bgp COMMUNITIES attribute dump.
2000-01-25 09:23:10 +00:00
itojun
8fbd902957
regen
2000-01-25 05:05:42 +00:00