Use MAC address documentation range in filter examples
[metze/wireshark/wip.git] / epan / dissectors / packet-radius.h
index 9f1475395399f7bce617052ec5de6a58d2823d03..c574d7063cc13f114e3351466707ebeb5bcc8242 100644 (file)
@@ -2,8 +2,6 @@
  * packet-radius.h
  *
  * Definitions for RADIUS packet disassembly
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <epan/proto.h>
+
 /* radius packet-type codes */
 /* 09/12/2011: Updated from IANA:
  * http://www.iana.org/assignments/radius-types/radius-types.xml#radius-types-27
 #define RADIUS_PKT_TYPE_IP_ADDRESS_ALLOCATE                    50
 #define RADIUS_PKT_TYPE_IP_ADDRESS_RELEASE                     51
 
+/* ALU proprietary packet type codes */
+#define RADIUS_PKT_TYPE_ALU_STATE_REQUEST                      129
+#define RADIUS_PKT_TYPE_ALU_STATE_ACCEPT                       130
+#define RADIUS_PKT_TYPE_ALU_STATE_REJECT                       131
+#define RADIUS_PKT_TYPE_ALU_STATE_ERROR                        132
 
 /* Radius Attribute Types*/
 /* 09/12/2011: Updated from IANA: