File: alertes.c

package info (click to toggle)
arpalert 2.0.11-7.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,480 kB
  • ctags: 562
  • sloc: ansic: 4,372; sh: 500; makefile: 151; perl: 35
file content (18 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2005-2010 Thierry FOURNIER
 * $Id: alertes.c 690 2008-03-31 18:36:43Z  $
 *
 */

char *alert_type[] = {
	"ip_change",
	"unknow_address",
	"black_listed",
	"new",  
	"unauthrq",
	"rqabus",
	"mac_error",
	"flood",
	"new_mac",
	"mac_change"
};