Exemplo n.º 1
0
int analyzer_ppp_pap_mod_unregister() {

    int res = analyzer_unregister("ppp_pap");

    return res;
}
Exemplo n.º 2
0
static int analyzer_smtp_mod_unregister() {
	
	return analyzer_unregister("smtp");
}
Exemplo n.º 3
0
static int analyzer_png_mod_unregister() {

	return analyzer_unregister("png");
}
Exemplo n.º 4
0
static int analyzer_docsis_mod_unregister() {

	return analyzer_unregister("docsis");
}
Exemplo n.º 5
0
static int analyzer_multipart_mod_unregister() {

	return analyzer_unregister("multipart");
}
Exemplo n.º 6
0
static int analyzer_gif_mod_unregister() {

	return analyzer_unregister("gif");
}
Exemplo n.º 7
0
static int analyzer_arp_mod_unregister() {

	return analyzer_unregister("arp");
}
Exemplo n.º 8
0
int analyzer_eap_mod_unregister() {

	int res = analyzer_unregister("eap");

	return res;
}
Exemplo n.º 9
0
static int analyzer_jpeg_mod_unregister() {

	return analyzer_unregister("jpeg");
}