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