<filename>packet_states.h</filename> Notes based on $Id: packet_states.h 4299 2007-03-11 19:51:22Z ckuethe $ 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.