summaryrefslogtreecommitdiff
path: root/print-arp.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in arp_print() in handling of inverse arp responses - the target's ...mkirkhart2015-02-041-2/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-21/+21
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* refine some past NDO conversionsDenis Ovsienko2014-03-121-5/+4
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-4/+4
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-4/+6
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Put in missing break.Michal Sekletar2011-10-131-0/+1
* display cosmetics: set the comma right for all permutations of eflag and vflaghannes2006-03-031-9/+11
* rework the ARP printer & add support for Frame-Relay ARPhannes2006-02-111-105/+178
* NDO-ized print-arp.cmcr2004-04-301-66/+77
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* 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