summaryrefslogtreecommitdiff
path: root/print-arp.c
Commit message (Expand)AuthorAgeFilesLines
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-4/+4
* Don't use "sa_len" as a variable name - it causes problems on Irix,guy2003-01-251-5/+5
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-15/+15
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-3/+3
* Move the check for a zero-length hardware address intoguy2002-09-041-24/+16
* Fix the ATMARP dissector to correctly dissect RFC 2225 ATM ARP.guy2002-09-041-73/+118
* Do sanity checking on the hardware address and protocol address lengths;guy2002-09-041-3/+5
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-2/+131
* Make "ar_sha()", "ar_spa()", "ar_tha()", and "ar_tpa()" return "constguy2002-04-251-5/+5
* Call the ARP header structure we define "struct arp_pkthdr" rather thanguy2002-02-251-4/+4
* Eliminate some unused parameters.fenner2001-09-171-14/+14
* make arp_print() L2 neutral. from netbsditojun2001-06-181-65/+37
* Remove some includes of <sys/socket.h>, and add includes ofguy2000-10-101-2/+3
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-2/+6
* Get rid of some includes that aren't needed; the include of <net/if.h>,guy2000-09-241-7/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+64
* remove non-STDC codeassar2000-07-011-6/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Initial revisionmcr1999-10-071-0/+133