<filename>packet_states.h</filename> Notes based on code as of .Tue Apr 6 10:17:55 2010 -0400 This is a list of every possible state generated by every driver. The inclusion of each driver's states is controlled by #ifdef blocks, so we only include the states for drivers selected for compilation. These form an enumeration list in packet.c which indexes the state_table[] array mentioned in packet_names.h.