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