int analyzer_ppp_pap_mod_unregister() {

    int res = analyzer_unregister("ppp_pap");

    return res;
}
Example #2
0
static int analyzer_smtp_mod_unregister() {
	
	return analyzer_unregister("smtp");
}
Example #3
0
static int analyzer_png_mod_unregister() {

	return analyzer_unregister("png");
}
static int analyzer_docsis_mod_unregister() {

	return analyzer_unregister("docsis");
}
Example #5
0
static int analyzer_multipart_mod_unregister() {

	return analyzer_unregister("multipart");
}
Example #6
0
static int analyzer_gif_mod_unregister() {

	return analyzer_unregister("gif");
}
Example #7
0
static int analyzer_arp_mod_unregister() {

	return analyzer_unregister("arp");
}
Example #8
0
int analyzer_eap_mod_unregister() {

	int res = analyzer_unregister("eap");

	return res;
}
Example #9
0
static int analyzer_jpeg_mod_unregister() {

	return analyzer_unregister("jpeg");
}