summaryrefslogtreecommitdiff
path: root/print-arcnet.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-2/+2
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-2/+3
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+2
* NDO-ized print-arp.cmcr2004-04-301-2/+9
* Fix up a bunch of comments - the on-the-wire length field in aguy2004-03-171-3/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The ARCNET sequence number on the wire appears to be big-endian, atguy2003-01-231-7/+7
* From Peter Fales <peter@fales-lorenz.net>: add support forguy2003-01-231-2/+69
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-38/+9
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-4/+16
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-5/+5
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* whitespace cleanupitojun2002-06-111-2/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* Eliminate some unused parameters.fenner2001-09-171-20/+6
* packetp and snapend are already externally defined in print-ether.c .fenner2001-09-101-4/+1
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Squelch a compiler warning.guy2001-05-221-2/+2
* Patch from Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> to getguy2001-04-241-1/+5
* ARCNet support, from NetBSD.guy2001-04-171-0/+257