示例#1
0
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
}
示例#2
0
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
	dissector_init_ieee80211(fnttype);
}