summaryrefslogtreecommitdiff
path: root/print-rip.c
Commit message (Expand)AuthorAgeFilesLines
* move AF specific stuff to dedicated fileshannes2006-02-211-4/+7
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* removed print_unknown_data() lookalikeshannes2002-12-221-86/+99
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-7/+9
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-8/+8
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-5/+5
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-6/+15
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Don't print multiple lines for a single packet unless -vvfenner2001-05-101-2/+2
* tabifyitojun2001-01-281-3/+3
* include string.h for memcpy/memset.itojun2000-10-031-1/+2
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Make a buffer a "u_char" buffer, to avoid the warning some compilersguy2000-09-241-3/+15
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-3/+1
* remove non-STDC codeassar2000-07-011-1/+2
* improve RIPv0/v1/v2 handling. from openbsd-currentitojun2000-06-181-64/+125
* Fix truncation check (the current check will claim that a packetfenner1999-11-221-3/+5
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+3
* patches to help build on Linux 2.2linux22mcr1999-10-171-3/+1
* Initial revisionmcr1999-10-071-0/+159