예제 #1
0
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
}
예제 #2
0
파일: dissector.c 프로젝트: hgn/netsniff-ng
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
	dissector_init_ieee80211(fnttype);
}