aboutsummaryrefslogtreecommitdiffstats
path: root/packet-arcnet.c
Commit message (Expand)AuthorAgeFilesLines
* From Peter Fales: count IPX-over-ARCNET packets in "capture_arcnet()".Guy Harris2003-12-191-1/+5
* As noted by Peter Fales, the offset in "capture_arcnet()" should be 4 ifGuy Harris2003-12-191-2/+2
* Put in an entry for the BACnet protocol ID.Guy Harris2003-01-231-1/+2
* Support BACNET over ARCNET, under the assumption that no fragmentationGuy Harris2003-01-231-1/+2
* From a look at the Linux ARCNET code, it appears that no frame deliveredGuy Harris2003-01-231-11/+65
* Handle exception frames.Guy Harris2003-01-231-6/+52
* Add a "capture_arcnet()" routine and use it when capturing.Guy Harris2003-01-231-4/+38
* In the BSDs, ARCNET packets don't have an offset field between theGuy Harris2003-01-231-29/+103
* Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris2002-10-181-1/+6
* Get rid of (probably-)unnecessary #includes.Guy Harris2002-10-181-16/+1
* From Peter Fales: ARCNET support.Guy Harris2002-10-181-0/+185