Commit Graph

  • cf77b46229 (unsigned) casts in printf to make gcc happy assar 2000-05-15 00:37:34 +0000
  • b41d5b1c87 (vrrp_print, cdp_print): add prototypes assar 2000-05-15 00:37:06 +0000
  • 22454ddf83 correct protocol flag processing. itojun 2000-05-13 18:34:09 +0000
  • d4c1726c51 support new IPv6 dhcp spec (15 draft). no backward compatibility in packet format specification. From: jinmei@kame.net itojun 2000-05-13 18:28:46 +0000
  • 37a7b57f5e correct ospf6 AS external LSA printing. From: jinmei@kame.net itojun 2000-05-12 13:01:01 +0000
  • befd81a989 icmp6 nodeinfo; DNS decoder will emit "???" for malformed/compressed form itojun 2000-05-10 09:24:15 +0000
  • b341d45273 remove unused variable. itojun 2000-05-10 08:57:22 +0000
  • b4176d50a6 regen itojun 2000-05-10 08:22:09 +0000
  • bb0457a5e2 revise ICMPv6 nodeinfo decoding. based on 03-05 drafts (there are way too many protocol changes) itojun 2000-05-10 08:20:52 +0000
  • 837483ffe5 update comma/spacing. itojun 2000-05-10 05:13:20 +0000
  • 491f3cbf58 correct handling of truncated IPv4 option. itojun 2000-05-10 05:11:27 +0000
  • 7fd1be1520 Initial VRRP printer (ip proto 112, RFC 2338). fenner 2000-05-01 17:35:44 +0000
  • 69eb95b8e3 random cleanups. add some parens for clarity. itojun 2000-04-28 11:46:11 +0000
  • 3cf5ed30ce some style. u_int16_t. itojun 2000-04-28 11:38:38 +0000
  • c8592c4742 -Wall -Werror clean. fix uninitialized variables. itojun 2000-04-28 11:34:12 +0000
  • c7c9cc43fc -Wall -Werror clean. itojun 2000-04-28 11:17:36 +0000
  • 6e67dba79f s/u_short/u_int16_t/ for KAME-origin source codes itojun 2000-04-28 11:14:47 +0000
  • 7fdcfb6873 s/u_quad_t/u_int64_t/ (in #if 0) itojun 2000-04-28 11:06:42 +0000
  • 9e560fab81 corrected bitfield fix (careless char -> int rewrite broke struct for protocol header). itojun 2000-04-28 11:01:49 +0000
  • e9e7b4a942 s/in_addr_t/struct in_addr/ itojun 2000-04-27 13:45:11 +0000
  • 800569a981 use strlcpy (avoid strcpy) itojun 2000-04-27 11:10:59 +0000
  • 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). itojun 2000-04-27 11:09:08 +0000
  • 26f76bc643 use u_int{16,32}_t, not u_{short,int}. delint itojun 2000-04-27 10:57:07 +0000
  • df828a7f40 align output from ./configure --help. itojun 2000-04-27 10:50:27 +0000
  • 74c26c1259 follow rule about rcsid and config.h itojun 2000-04-27 10:41:40 +0000
  • 446c5a2e54 style itojun 2000-04-27 10:41:27 +0000
  • 0b7fdba294 add print-cnfp.c itojun 2000-04-27 10:09:35 +0000
  • 910e6f31df add -T cnfp itojun 2000-04-27 10:07:05 +0000
  • 12813bb889 add cisco NetFlow support from OpenBSD. itojun 2000-04-27 10:05:30 +0000
  • bf3bf8efa8 add --without-crpyto to arg to configure, to skip partially incompatible/ old crypto libraries. itojun 2000-04-27 09:16:08 +0000
  • 95982b2395 parse authentication-related bits from BIND9. may require recent arpa/nameser.h. itojun 2000-04-27 03:44:05 +0000
  • c9c414df15 style. s/switch(/switch (/. itojun 2000-04-24 12:59:39 +0000
  • e33442a6ac untabify. itojun 2000-04-24 12:57:25 +0000
  • e2e253c651 CERT and SIG payload. fix IPsec-AH transform value. (from KAME) itojun 2000-04-24 12:49:11 +0000
  • e75b5a6c89 document `-s 0' assar 2000-04-21 10:32:59 +0000
  • e75af2003b make `-s 0' mean try to use the maximum required snaplen. based on a patch from "Gilbert Ramirez Jr." <gram@xiexie.org> assar 2000-04-21 10:32:03 +0000
  • 036cc11342 avoid duplicate printout for ip6 src/dst. itojun 2000-04-20 15:49:57 +0000
  • 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 itojun 2000-04-17 06:49:27 +0000
  • e13f9c8957 *** empty log message *** assar 2000-04-09 19:17:29 +0000
  • fff032bf90 regenerated assar 2000-04-09 19:16:28 +0000
  • fcf96ff8c7 fallback definitions for some constants assar 2000-04-09 19:15:59 +0000
  • 4f56a7066b fallback definition for IPPROTO_PIM assar 2000-04-09 19:15:14 +0000
  • a5c28d2bd6 handle both struct icmp6_mld and struct mld6_hdr we have. fallback definitions for some constants assar 2000-04-09 19:14:52 +0000
  • cff32f762f search for getaddrinfo in -lsocket (Solaris 8) check which of struct icmp6_mld and struct mld6_hdr we have. assar 2000-04-09 19:13:27 +0000
  • 5a9b13e807 avoid u_short, use u_int16_t. add missing ntohs(). OpenBSD PR 1170. itojun 2000-04-02 23:50:48 +0000
  • bc67cfbfb0 regen assar 2000-04-01 12:26:12 +0000
  • c34e29eaa0 (__attribute__): define to nothing if not supported by cc/gcc assar 2000-04-01 12:10:21 +0000
  • 0deef60390 (AC_C___ATTRIBUTE__): add assar 2000-04-01 12:09:13 +0000
  • e5562ad5e5 update to current version from :pserver:anoncvs@subversions.gnu.org:/home/cvs assar 2000-03-31 20:27:09 +0000
  • c86d0b1b94 regenerated assar 2000-03-31 16:57:42 +0000
  • 65330c6d9e check for getrpcbynumber in nsl. From Rick Jones <raj@cup.hp.com> assar 2000-03-31 16:57:13 +0000
  • 6e4415eb9f avoid extra space. itojun 2000-03-15 18:32:09 +0000
  • 528715946d boundary check for sscanf(%s). use %s with length. itojun 2000-03-13 05:01:04 +0000
  • 2debca7071 don't overrun packet buffer when decoding ICMPv6 FQDN/who-are-you packet. itojun 2000-03-13 05:00:04 +0000
  • fa2305bb99 Now that print-pim.c says "pim", don't print it here too. fenner 2000-02-17 02:21:20 +0000
  • 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. fenner 2000-02-16 21:49:23 +0000
  • 15f343100f Make the handling of the -v flag a little more sensible, and document it. kenh 2000-02-10 17:56:13 +0000
  • 880d6cb4bd Fix a minor bug in the ack packet printing. kenh 2000-02-09 16:29:00 +0000
  • 19f6e44ef1 Clean up some warnings. kenh 2000-02-09 16:00:50 +0000
  • 842143f716 Convert from direct use of ntohs/ntohl to EXTRACT_16BITS/EXTRACT_32BITS. Add support for decoding RX ack packets. kenh 2000-02-08 20:57:07 +0000
  • b6bf65260b fix include file path for netinet/ip6.h, to be RFC2292 complient. itojun 2000-02-06 11:00:20 +0000
  • d638deb4e1 don't try to decode non-first fragment. (even though next payload type is supplied, the payload portion is not decodable) itojun 2000-02-03 18:16:40 +0000
  • 76a556b14c tested on freebsd228 itojun 2000-01-30 17:30:17 +0000
  • ba28aefe7a tested on freebsd228 itojun 2000-01-30 17:29:29 +0000
  • fb856939b4 Remove rcsid for 3.5 release (since we may rerev this file again) fenner 2000-01-30 00:24:59 +0000
  • 3b50d0b307 Update VERSION to 3.5 fenner 2000-01-30 00:10:41 +0000
  • dc65198b50 Merge 1.10 (add ETHERTYPE_IPV6 and fix ETHERTYPE_8021Q) fenner 2000-01-29 22:00:12 +0000
  • 2efcee4a2e Rearrange to keep values sorted. fenner 2000-01-29 21:56:38 +0000
  • 8904206a73 Alphabetize getopt flag list. fenner 2000-01-29 21:00:59 +0000
  • 29b8d95a8d Fix type for 802.1q fenner 2000-01-29 20:58:41 +0000
  • ca8716b323 pullup 1.38 -> 1.39: add descr for v6 items itojun 2000-01-29 17:02:09 +0000
  • 29b5e3e38e add descr for v6 items itojun 2000-01-29 17:01:36 +0000
  • c87b499eac fix ascii dump with -X. due to mistake in snprintf() fixes. (no need to pull into 3.5) itojun 2000-01-29 16:47:46 +0000
  • 64de8ddde1 pullup 1.74 -> 1.75: tcp[0] does not work for IPv6 packet. itojun 2000-01-29 16:42:03 +0000
  • 8cf2e80eed caveat: tcp[0] does not match IPv6 packets. itojun 2000-01-29 16:39:27 +0000
  • 12dc6a7ba3 Merge: move AFS info into man page. fenner 2000-01-29 07:36:50 +0000
  • a2d0dec024 Merge 1.38 fenner 2000-01-29 07:33:24 +0000
  • 008fc1c174 Merge 1.34->1.35: missing comma, EXTRACT_32BITS fenner 2000-01-29 07:31:17 +0000
  • 2eddbbb58b Update the README a little. fenner 2000-01-28 00:10:22 +0000
  • 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. fenner 2000-01-28 00:04:19 +0000
  • bebb37c538 Add missing comma causing incorrect naming of lcpconfopts. Use EXTRACT_32BITS instead of ntohl to handle alignment concerns. fenner 2000-01-27 23:56:05 +0000
  • f5ef0708ad Move AFS info into man page fenner 2000-01-27 23:53:49 +0000
  • e045d2dc92 New CHANGES file, with a made-up release date of tomorrow afternoon. fenner 2000-01-27 23:18:19 +0000
  • 025a769053 regen itojun 2000-01-25 18:39:34 +0000
  • 276c2d7c9b pullup: address getaddrinfo(3) portability issue for linux (ipv4-only case). remove unnecessary checks like netinet6/ipcomp.h. itojun 2000-01-25 18:39:02 +0000
  • 8154a1f53b pullup 1.11 -> 1.12: fix COMMUNITIES decoding. itojun 2000-01-25 18:32:53 +0000
  • e60ebc1aaa pullup 1.3 -> 1.4: don't require kame-only header. itojun 2000-01-25 18:31:10 +0000
  • d1933f65ea pullup 1.16 -> 1.17: don't require kame-only header file. avoid use of bitfield. itojun 2000-01-25 18:29:05 +0000
  • 89901793d7 regen itojun 2000-01-25 17:58:32 +0000
  • d52a795611 check for getipnodeby*. comment out zlib items (not currently in use). itojun 2000-01-25 17:57:59 +0000
  • 3f49d6297c fix bgp COMMUNITIES attribute dump. itojun 2000-01-25 09:23:10 +0000
  • 8fbd902957 regen itojun 2000-01-25 05:05:42 +0000
  • 6ac768d611 don't insist on getting getaddrinfo(). it will be pulled in only when --enable-ipv6 (or automatic --enable-ipv6). itojun 2000-01-25 05:05:21 +0000
  • 1d495b63f1 Update to match reality fenner 2000-01-25 01:08:08 +0000
  • 9fc0b5391f Don't try to print packets with a too-short hlen. Pointed out on BUGTRAQ on 16 Jun 1999 (reported as infinite loop on Linux and core dump on all other OS's) fenner 2000-01-25 01:03:23 +0000
  • 318a186d47 Update the list of files, and remove the text about not sending in an ASCII dumper. The list of files needs more descriptions, and the text in general probably needs another once-over. fenner 2000-01-25 00:47:09 +0000
  • 0d54d6f361 todo list mcr 2000-01-24 23:57:14 +0000
  • 06e6cc1165 regen itojun 2000-01-21 04:06:39 +0000
  • b9947fc471 split checks for struct addrinfo and NI_xxx. From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> itojun 2000-01-21 04:06:17 +0000
  • 830c8821bd Regenerate. fenner 2000-01-20 06:51:21 +0000