Commit Graph

  • f0d4fb1e2f - Print the IP source and destination if the TCP header is truncated before the ports. - Print the TCP port information if the TCP header is truncated after the ports. - Print the sequence number if -vv even if you wouldn't normally. fenner 1999-11-22 04:27:10 +0000
  • a2392b0db2 Fix truncation check (the current check will claim that a packet truncated on the boundary of a route is not truncated). fenner 1999-11-22 04:24:28 +0000
  • 6925b65e9c Check for ether_ntohost, not ether_ntoa, since the former is what tcpdump actually wants to use. Now ethernet number -> name translation works. fenner 1999-11-22 04:23:34 +0000
  • ca0c9b619c Update for SMIv2; doesn't handle all MIBs yet but you can't really do everything in awk. fenner 1999-11-21 17:24:15 +0000
  • 4e7b75bf02 (ETHER_ADDR_LEN): just define to 6 if not defined. some systems don't seem to have any constant for this at all. assar 1999-11-21 16:35:11 +0000
  • d26372d3bb (nfsquad_t): remove, it doesn't work with non-GCC assar 1999-11-21 16:32:55 +0000
  • 26b2dd8cff (ip_printts): hard-code IPOPT_TS_PRESPEC assar 1999-11-21 16:26:59 +0000
  • d58c39ce13 add config.h assar 1999-11-21 16:01:56 +0000
  • 0c04c8b46e *** empty log message *** assar 1999-11-21 15:58:53 +0000
  • 48345fa3a4 patches from Andrew Tridgell <tridge@linuxcare.com> to add decoding of SMB packets assar 1999-11-21 15:57:50 +0000
  • 7b1275bce7 fix compilation. - print-udp.c: rename of nfsv2.h -> nfs.h - print-{null,sl}.c: ipv6_print -> ip6_print itojun 1999-11-21 12:38:24 +0000
  • b9ac23ce92 Switch to config.h instead of passing defines in DEFS. fenner 1999-11-21 09:36:43 +0000
  • d724608c03 incorporate NFS parsing code from NetBSD. adds support for nfsv3 assar 1999-11-21 06:07:35 +0000
  • 059030fee8 (fddi_bitswap): apparently NetBSD doesn't bitswap either. From NetBSD's print-fddi.c:1.5 by matt@netbsd.org assar 1999-11-21 06:04:00 +0000
  • 327471eaba *** empty log message *** assar 1999-11-21 05:45:25 +0000
  • 86795f2b92 incorporate NFS parsing code from NetBSD. adds support for nfsv3 assar 1999-11-21 05:43:49 +0000
  • 9ac34e1034 (ETHER_ADDR_LEN): add assar 1999-11-21 04:05:08 +0000
  • 3d599c48f3 (CSRC): add print-lane.c print-cip.c print-pppoe.c print-lcp.c assar 1999-11-21 03:54:50 +0000
  • b036fcb377 print pppOE. From <kuznet@ms2.inr.ac.ru> assar 1999-11-21 03:54:24 +0000
  • 664d914056 made extracted_ethertype static. Added 802.1Q (vlan) and PPPoE. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:53:34 +0000
  • 77b2a44055 print of ATM LanEmulation. From Marko Kiiskila <carnil@cs.tut.fi> by way of <kuznet@ms2.inr.ac.ru> assar 1999-11-21 03:52:11 +0000
  • c734fcf6d0 (ts_print): add incremental printing. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:51:05 +0000
  • 777892a591 add lane and cip printing assar 1999-11-21 03:50:26 +0000
  • 956ead6283 handle ECHO and re-do SACK. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:50:02 +0000
  • f216362db4 (sl_if_print): actually examine the IP version. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:49:30 +0000
  • 8571b51746 make list of protocols and types global (it's used by PPPoE) From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:48:53 +0000
  • 4460e45d9e (null_if_print): actually examine the IP version. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:48:05 +0000
  • d186680e9e print router-alert and ECN. re-write some. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:47:35 +0000
  • 54c58c2bd4 (icmp_print): check checksum if vflag. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:46:38 +0000
  • 9a28162fdc use ether_encap_print. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:46:03 +0000
  • 6801d8717b (fddi_if_print): make `extracted_ethertype' a local variable assar 1999-11-21 03:45:35 +0000
  • df84a2d9e7 (ppptyp2str): add declaration. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:43:56 +0000
  • d4fbe25780 some new and updated prototypes assar 1999-11-21 03:43:23 +0000
  • 8c34405525 add some more types for 802.1Q and PPPoe. From kuznet@ms2.inr.ac.ru assar 1999-11-21 03:42:52 +0000
  • 11c9ef9a88 test if the C compiler supports inline. this should allow the code to built with more non-GCC compilers assar 1999-11-21 03:42:19 +0000
  • 380b8e9042 always include addrinfo.h (some needed flags values might be defined there) assar 1999-11-21 01:36:39 +0000
  • c57efe3dd3 always include addrinfo.h assar 1999-11-21 01:36:08 +0000
  • 74a77a133b define values of flags if they are not already defined assar 1999-11-21 01:35:41 +0000
  • 7252f020d7 fix out-of-bound array access on IPv6 address hashing. itojun 1999-11-20 15:34:39 +0000
  • dece31c408 add AFSUUID and InitCallBackState3. From: Love <lha@stacken.kth.se> also include, types, and printf format strings clean-up by myself. assar 1999-11-17 22:19:41 +0000
  • 7c2aa0f77d *** empty log message *** assar 1999-11-17 20:30:30 +0000
  • 0ea4d4987d add code for printing MakeDir and StoreStatus. Also change date format to the right one. From: Love <lha@stacken.kth.se> assar 1999-11-17 20:28:50 +0000
  • ee0a5e6c27 *** empty log message *** assar 1999-11-17 20:23:13 +0000
  • 3bb58443bd add README file from Ken Hornstein for explaining how to use afs patches assar 1999-11-17 20:20:10 +0000
  • 7ac4698a8b corrected offset check and calculation for the RP holdtime and priority fields of Bootstraps. itojun 1999-11-17 14:58:13 +0000
  • 90f243e51a *** empty log message *** assar 1999-11-17 05:47:36 +0000
  • 5d19d3c0ac add Ken Hornstein's patches from /afs/transarc.com/public/afs-contrib/tools/tcpdump to add decoding of rx (the RPC-layer used in AFS3) and the AFS3 RPCs also assar 1999-11-17 05:45:57 +0000
  • a4e39290e9 quote backslashes in printf assar 1999-11-17 05:18:27 +0000
  • bf782e5566 fixes to make ansi-pedantic compilers happier. no char types for bit fields and minor type correctness assar 1999-11-17 04:14:50 +0000
  • 6cc3e07267 print "[|BGP]" for unaligned bgp data. make it look better on -v (newlines). itojun 1999-11-11 02:28:03 +0000
  • 89b19e2445 make bgp dump a bit more readable (when with -v). sync from KAME tcpdump. itojun 1999-10-31 00:39:59 +0000
  • ed4305addf * bring in KAME IPv6/IPsec decoding code. * bring in more portability fixes from Assar Westerlund <assar@sics.se>. itojun 1999-10-30 23:49:31 +0000
  • 70fbff8d34 HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13> itojun 1999-10-30 23:45:50 +0000
  • 392e042ec8 Building on Linux 2.2 requires the tiny patch in just the minor patch in <http://www.sics.se/~assar/tcpdump_patches/12> itojun 1999-10-30 23:43:57 +0000
  • 7ddb793c38 last resort functions for inet_{aton,pton,ntop}. only works for IPv4-only build. itojun 1999-10-30 07:53:37 +0000
  • e050a76eb7 minor typo (escape "$") itojun 1999-10-30 07:45:37 +0000
  • b8037ee961 - enable build outside of the tree - endian checks (use WORDS_BIGENDIAN) - fallback def for IPPROTO_{AH,ESP} - sa_len issues - do not use bittypes.h, respect AC_LBL_CHECK_TYPES itojun 1999-10-30 07:36:34 +0000
  • a68de397e8 respect AC_LBL_CHECK_TYPE. itojun 1999-10-30 07:33:45 +0000
  • d1263dd41e avoid use of sa_len for Linux/Solaris platform. XXX not really tested itojun 1999-10-30 05:37:35 +0000
  • fb47cfdaae fix complation on IPv4 host (tested with plain FreeBSD228). itojun 1999-10-30 05:30:20 +0000
  • 348b805308 fix IPv6 autodetection. itojun 1999-10-30 05:26:21 +0000
  • c9d84d15c5 Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder. Hope I did not break anything. Portability on IPv4-only node needs checking, I'll do this very soon. (sorry for rather jumbo commit) itojun 1999-10-30 05:11:06 +0000
  • ce751501ab now prints DHCP options mcr 1999-10-17 23:35:46 +0000
  • 19069efd61 foo mcr 1999-10-17 23:25:24 +0000
  • 5c4f91da94 compilable AH/ESP patches mcr 1999-10-17 22:18:00 +0000
  • 4b92ea812e code for ISAKMP protocol headers (rough) mcr 1999-10-17 21:59:12 +0000
  • 2d86b23ecd ASCII patches for tcpdump. AH/ESP printing. mcr 1999-10-17 21:56:53 +0000
  • f6fa6a40d4 patches to help build on Linux 2.2 mcr 1999-10-17 21:37:10 +0000
  • 2373cb681b SNMP v2c patches from http://www.ibr.cs.tu-bs.de/ietf/snmpv3/tcpdump.shtml mcr 1999-10-17 21:12:42 +0000
  • f718fc9973 Patches from Assar Westerlund <assar@sics.se> to permit building in different directories mcr 1999-10-09 23:57:18 +0000
  • 097b6043fa tcpdump-3.4 mcr 1999-10-07 23:47:09 +0000
  • f555c163f9 Initial revision mcr 1999-10-07 23:47:09 +0000